2018-07-15 21:17:46,368 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-153 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-15 21:17:46,373 - 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.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=h9GMiDffm8XSQoivjcKV8tVMf 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=52690990a52243adb7d5a696f81b986e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.8 export OS_REGION_NAME=regionOne 2018-07-15 21:17:46,374 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-15 21:17:46,375 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-07-15 21:17:46,414 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-15 21:17:46,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:17:46,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:17:46,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:17:46,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:17:46,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:17:46,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:17:46,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:17:46,715 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-15 21:17:46,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-15 21:17:46,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:17:46,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91fa7428-df3d-4124-b5c4-c530b859b5a5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:17:46,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-91fa7428-df3d-4124-b5c4-c530b859b5a5 2018-07-15 21:17:46,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:17:47,178 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:17:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["yJvIPFmJTlKB_vKwAmCXig"], "issued_at": "2018-07-15T21:17:47.000000Z"}} 2018-07-15 21:17:47,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:47,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5fcaa50-4d44-470b-9c46-bb429ee65830 x-compute-request-id: req-f5fcaa50-4d44-470b-9c46-bb429ee65830 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-15 21:17:47,876 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-f5fcaa50-4d44-470b-9c46-bb429ee65830 2018-07-15 21:17:47,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.15970206261s 2018-07-15 21:17:47,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-f5fcaa50-4d44-470b-9c46-bb429ee65830 2018-07-15 21:17:47,876 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-15 21:17:47,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:17:47,885 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:17:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20e2e03e-f524-46d4-9655-067b014e9f01 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:17:47,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-20e2e03e-f524-46d4-9655-067b014e9f01 2018-07-15 21:17:47,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:17:47,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:47,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3d29de-13ee-43a4-8814-408fd7008447 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75"}, "tags": [], "enabled": true, "id": "23b03187afd34255bfe3a645488a7c75", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 21:17:47,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-1c3d29de-13ee-43a4-8814-408fd7008447 2018-07-15 21:17:47,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100174188614s 2018-07-15 21:17:47,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-1c3d29de-13ee-43a4-8814-408fd7008447 2018-07-15 21:17:47,987 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'23b03187afd34255bfe3a645488a7c75', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-15 21:17:47,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-15 21:17:47,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:48,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09669088-e3e7-445f-a283-364508d6a65c Content-Encoding: gzip Content-Length: 1971 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0c62544fd50c4ba5ade816cd7781fff7"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0f13f4aa5e8f438785ce53b8d2ca826f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e19ac03a913e4948951169389323c0e6", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/180f852443cc44898ab3b7cc1bbcbd40"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b689e7d4be504cf4bc118f83e55c7b56", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19618ae7067a44e080ed15d3f6a9536b"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e19f75b0b2b646ff9b4b229d9e1b244b", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2e9303fb82c54f3f8a7562b473211be4"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b689e7d4be504cf4bc118f83e55c7b56", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32a20c51ddd14160a476b2e97d4ae595"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e7eff5c59d7c401594f71e283789b544", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32ea4b9fdf8c4484ac0fe35486d8736c"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "82b2c218f202455bbe0b47c3c0d32ff6", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/34758e6c9be84a07a9a14ea3c7394481"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "82b2c218f202455bbe0b47c3c0d32ff6", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/37d129f1e14f4f9fa447179187ff6b9d"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e19f75b0b2b646ff9b4b229d9e1b244b", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/49a8143932b4466eb17ddead63d7e403"}, "url": "http://12.0.0.26:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "daead1a4618d4f058529901e25d51d85", "id": "49a8143932b4466eb17ddead63d7e403"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4ce96c4d335141ab95557553a9cc7c79"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eeff72e2354a4d1a9f5ad2a567a72223", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5401b5516f774dde88c9bec7cbdd843f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1d603b118554b9e9da69358cd6e6f93", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5fbb41c5b5fc4f1fbba479d8eddd0be5"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1d603b118554b9e9da69358cd6e6f93", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/604d3cebc6e04d0c84d04518a34a85ad"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e7eff5c59d7c401594f71e283789b544", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/63c02bdc4ef04dc8a100b22a434baa2a"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6d1556737a2044b78b1a8fc3ccbd33df", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/668e91bb8c0b4f2996546d7a2bf49781"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3998c23e46f74f2086916099ae67f64e", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6a6e15eb2af949e9bc583182750eb617"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1d603b118554b9e9da69358cd6e6f93", "id": "6a6e15eb2af949e9bc583182750eb617"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/76e07b5085a1400cbc6c13db2c0f5035"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6d1556737a2044b78b1a8fc3ccbd33df", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77731bc4f41c4d6ab8c4c8f23d6596e0"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eeff72e2354a4d1a9f5ad2a567a72223", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/782649f691fd4525bc93cf1dffa99efd"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f86f7d8833a54e96b0e2da2af15669c4", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7db7bcf1b799484a98cd2bf7764452b9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3998c23e46f74f2086916099ae67f64e", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/83b1e8029eda4701b50c08af85acea1e"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6bb4c3ba6e341f5b54ca23719269e04", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/852ba8fe5bd3476f936e5fc431e0046b"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e19ac03a913e4948951169389323c0e6", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/95c82387a1f740c9b54e883ecdc419ab"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "daead1a4618d4f058529901e25d51d85", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a08e8fae016e40a484531b1a506a5bd3"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf87d8de3eac4fa29592be2d7c3375d9", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a3b92c45976543508ed8b823d872f93d"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf87d8de3eac4fa29592be2d7c3375d9", "id": "a3b92c45976543508ed8b823d872f93d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a504acfaf9ac43348e720e7a70bf2a56"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f86f7d8833a54e96b0e2da2af15669c4", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a60f75ae178348ccac2b6919cac7f1c3"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e7eff5c59d7c401594f71e283789b544", "id": "a60f75ae178348ccac2b6919cac7f1c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b1d7dc09dae14db3bcf2229d6f3c1ef1"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "82b2c218f202455bbe0b47c3c0d32ff6", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b95ea3dbcc8f48928f0953703b8aef96"}, "url": "http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "daead1a4618d4f058529901e25d51d85", "id": "b95ea3dbcc8f48928f0953703b8aef96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfbafc7501bd4638bd8f4654b199fb4e"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b689e7d4be504cf4bc118f83e55c7b56", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c35c92f720b94340bed802d649b3ac86"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf87d8de3eac4fa29592be2d7c3375d9", "id": "c35c92f720b94340bed802d649b3ac86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d0373286e94d4eea919ea13a74f5455d"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6d1556737a2044b78b1a8fc3ccbd33df", "id": "d0373286e94d4eea919ea13a74f5455d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d27607f470c543c18c68839d385e347c"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e19f75b0b2b646ff9b4b229d9e1b244b", "id": "d27607f470c543c18c68839d385e347c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e80828aaf4d84b49b8df880fdd079de2"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6bb4c3ba6e341f5b54ca23719269e04", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/efd3b229fc1441eebb4732d10f3ca007"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f86f7d8833a54e96b0e2da2af15669c4", "id": "efd3b229fc1441eebb4732d10f3ca007"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f14cb12f99e4415b9202cc654e5f2df0"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6bb4c3ba6e341f5b54ca23719269e04", "id": "f14cb12f99e4415b9202cc654e5f2df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f4b0d5b854664cb78c8cabbe927009f2"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3998c23e46f74f2086916099ae67f64e", "id": "f4b0d5b854664cb78c8cabbe927009f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/fe41db14d2b74c45bd1b0f34acd8bfee"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/fe6eaca3a8654c7089e2e0b58cd54137"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e19ac03a913e4948951169389323c0e6", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ff6c4c88a53e4dde8a632f3718080d3e"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eeff72e2354a4d1a9f5ad2a567a72223", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-15 21:17:48,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-09669088-e3e7-445f-a283-364508d6a65c 2018-07-15 21:17:48,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.181167125702s 2018-07-15 21:17:48,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-09669088-e3e7-445f-a283-364508d6a65c 2018-07-15 21:17:48,178 - 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/0c62544fd50c4ba5ade816cd7781fff7'}, u'url': u'http://172.30.9.27:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6e9e3b57cd964ef2ba0e4b086ebcbbc8', u'id': u'0c62544fd50c4ba5ade816cd7781fff7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/0f13f4aa5e8f438785ce53b8d2ca826f'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e19ac03a913e4948951169389323c0e6', u'id': u'0f13f4aa5e8f438785ce53b8d2ca826f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/180f852443cc44898ab3b7cc1bbcbd40'}, u'url': u'http://172.30.9.27:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b689e7d4be504cf4bc118f83e55c7b56', u'id': u'180f852443cc44898ab3b7cc1bbcbd40'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/19618ae7067a44e080ed15d3f6a9536b'}, 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'e19f75b0b2b646ff9b4b229d9e1b244b', u'id': u'19618ae7067a44e080ed15d3f6a9536b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/2e9303fb82c54f3f8a7562b473211be4'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b689e7d4be504cf4bc118f83e55c7b56', u'id': u'2e9303fb82c54f3f8a7562b473211be4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/32a20c51ddd14160a476b2e97d4ae595'}, u'url': u'http://172.30.9.27:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e7eff5c59d7c401594f71e283789b544', u'id': u'32a20c51ddd14160a476b2e97d4ae595'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/32ea4b9fdf8c4484ac0fe35486d8736c'}, 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'82b2c218f202455bbe0b47c3c0d32ff6', u'id': u'32ea4b9fdf8c4484ac0fe35486d8736c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/34758e6c9be84a07a9a14ea3c7394481'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'82b2c218f202455bbe0b47c3c0d32ff6', u'id': u'34758e6c9be84a07a9a14ea3c7394481'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/37d129f1e14f4f9fa447179187ff6b9d'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e19f75b0b2b646ff9b4b229d9e1b244b', u'id': u'37d129f1e14f4f9fa447179187ff6b9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/49a8143932b4466eb17ddead63d7e403'}, u'url': u'http://12.0.0.26:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'daead1a4618d4f058529901e25d51d85', u'id': u'49a8143932b4466eb17ddead63d7e403'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/4ce96c4d335141ab95557553a9cc7c79'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eeff72e2354a4d1a9f5ad2a567a72223', u'id': u'4ce96c4d335141ab95557553a9cc7c79'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5401b5516f774dde88c9bec7cbdd843f'}, 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'e1d603b118554b9e9da69358cd6e6f93', u'id': u'5401b5516f774dde88c9bec7cbdd843f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5fbb41c5b5fc4f1fbba479d8eddd0be5'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e1d603b118554b9e9da69358cd6e6f93', u'id': u'5fbb41c5b5fc4f1fbba479d8eddd0be5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/604d3cebc6e04d0c84d04518a34a85ad'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e7eff5c59d7c401594f71e283789b544', u'id': u'604d3cebc6e04d0c84d04518a34a85ad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/63c02bdc4ef04dc8a100b22a434baa2a'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6d1556737a2044b78b1a8fc3ccbd33df', u'id': u'63c02bdc4ef04dc8a100b22a434baa2a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/668e91bb8c0b4f2996546d7a2bf49781'}, u'url': u'http://192.30.9.8:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3998c23e46f74f2086916099ae67f64e', u'id': u'668e91bb8c0b4f2996546d7a2bf49781'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6a6e15eb2af949e9bc583182750eb617'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e1d603b118554b9e9da69358cd6e6f93', u'id': u'6a6e15eb2af949e9bc583182750eb617'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/76e07b5085a1400cbc6c13db2c0f5035'}, 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'6d1556737a2044b78b1a8fc3ccbd33df', u'id': u'76e07b5085a1400cbc6c13db2c0f5035'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/77731bc4f41c4d6ab8c4c8f23d6596e0'}, u'url': u'http://172.30.9.27:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eeff72e2354a4d1a9f5ad2a567a72223', u'id': u'77731bc4f41c4d6ab8c4c8f23d6596e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/782649f691fd4525bc93cf1dffa99efd'}, 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'f86f7d8833a54e96b0e2da2af15669c4', u'id': u'782649f691fd4525bc93cf1dffa99efd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7db7bcf1b799484a98cd2bf7764452b9'}, u'url': u'http://172.30.9.27:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3998c23e46f74f2086916099ae67f64e', u'id': u'7db7bcf1b799484a98cd2bf7764452b9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/83b1e8029eda4701b50c08af85acea1e'}, u'url': u'http://172.30.9.27:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a6bb4c3ba6e341f5b54ca23719269e04', u'id': u'83b1e8029eda4701b50c08af85acea1e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/852ba8fe5bd3476f936e5fc431e0046b'}, 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'e19ac03a913e4948951169389323c0e6', u'id': u'852ba8fe5bd3476f936e5fc431e0046b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/95c82387a1f740c9b54e883ecdc419ab'}, 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'daead1a4618d4f058529901e25d51d85', u'id': u'95c82387a1f740c9b54e883ecdc419ab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a08e8fae016e40a484531b1a506a5bd3'}, 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'cf87d8de3eac4fa29592be2d7c3375d9', u'id': u'a08e8fae016e40a484531b1a506a5bd3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a3b92c45976543508ed8b823d872f93d'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cf87d8de3eac4fa29592be2d7c3375d9', u'id': u'a3b92c45976543508ed8b823d872f93d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a504acfaf9ac43348e720e7a70bf2a56'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f86f7d8833a54e96b0e2da2af15669c4', u'id': u'a504acfaf9ac43348e720e7a70bf2a56'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a60f75ae178348ccac2b6919cac7f1c3'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e7eff5c59d7c401594f71e283789b544', u'id': u'a60f75ae178348ccac2b6919cac7f1c3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/afb5b5d8b28a4d3c90ba9c7efa4a9a67'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6e9e3b57cd964ef2ba0e4b086ebcbbc8', u'id': u'afb5b5d8b28a4d3c90ba9c7efa4a9a67'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b1d7dc09dae14db3bcf2229d6f3c1ef1'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'82b2c218f202455bbe0b47c3c0d32ff6', u'id': u'b1d7dc09dae14db3bcf2229d6f3c1ef1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b95ea3dbcc8f48928f0953703b8aef96'}, u'url': u'http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'daead1a4618d4f058529901e25d51d85', u'id': u'b95ea3dbcc8f48928f0953703b8aef96'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/bfbafc7501bd4638bd8f4654b199fb4e'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b689e7d4be504cf4bc118f83e55c7b56', u'id': u'bfbafc7501bd4638bd8f4654b199fb4e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c35c92f720b94340bed802d649b3ac86'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cf87d8de3eac4fa29592be2d7c3375d9', u'id': u'c35c92f720b94340bed802d649b3ac86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d0373286e94d4eea919ea13a74f5455d'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6d1556737a2044b78b1a8fc3ccbd33df', u'id': u'd0373286e94d4eea919ea13a74f5455d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d27607f470c543c18c68839d385e347c'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e19f75b0b2b646ff9b4b229d9e1b244b', u'id': u'd27607f470c543c18c68839d385e347c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e80828aaf4d84b49b8df880fdd079de2'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a6bb4c3ba6e341f5b54ca23719269e04', u'id': u'e80828aaf4d84b49b8df880fdd079de2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/efd3b229fc1441eebb4732d10f3ca007'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f86f7d8833a54e96b0e2da2af15669c4', u'id': u'efd3b229fc1441eebb4732d10f3ca007'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f14cb12f99e4415b9202cc654e5f2df0'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a6bb4c3ba6e341f5b54ca23719269e04', u'id': u'f14cb12f99e4415b9202cc654e5f2df0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f4b0d5b854664cb78c8cabbe927009f2'}, u'url': u'http://192.30.9.8:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3998c23e46f74f2086916099ae67f64e', u'id': u'f4b0d5b854664cb78c8cabbe927009f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/fe41db14d2b74c45bd1b0f34acd8bfee'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6e9e3b57cd964ef2ba0e4b086ebcbbc8', u'id': u'fe41db14d2b74c45bd1b0f34acd8bfee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/fe6eaca3a8654c7089e2e0b58cd54137'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e19ac03a913e4948951169389323c0e6', u'id': u'fe6eaca3a8654c7089e2e0b58cd54137'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/ff6c4c88a53e4dde8a632f3718080d3e'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eeff72e2354a4d1a9f5ad2a567a72223', u'id': u'ff6c4c88a53e4dde8a632f3718080d3e'})] 2018-07-15 21:17:48,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-15 21:17:48,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:48,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17: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-365a4f05-cd1f-48cc-9d0c-1a8f0ed6cb8d x-compute-request-id: req-365a4f05-cd1f-48cc-9d0c-1a8f0ed6cb8d Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-15 21:17:48,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-365a4f05-cd1f-48cc-9d0c-1a8f0ed6cb8d 2018-07-15 21:17:48,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.110157966614s 2018-07-15 21:17:48,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-365a4f05-cd1f-48cc-9d0c-1a8f0ed6cb8d 2018-07-15 21:17:48,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-15 21:17:48,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17: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-24ff7ae7-3c70-4e08-b3a9-039073f4e686 x-compute-request-id: req-24ff7ae7-3c70-4e08-b3a9-039073f4e686 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-15 21:17:50,057 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-24ff7ae7-3c70-4e08-b3a9-039073f4e686 2018-07-15 21:17:50,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.75091600418s 2018-07-15 21:17:50,058 - 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-24ff7ae7-3c70-4e08-b3a9-039073f4e686 2018-07-15 21:17:50,058 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-15 21:17:50,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:17:50,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e6639889-c211-4316-a6c5-522e2c151656 Date: Sun, 15 Jul 2018 21:17:50 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:17:50,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e6639889-c211-4316-a6c5-522e2c151656 2018-07-15 21:17:50,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0582718849182s 2018-07-15 21:17:50,122 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-e6639889-c211-4316-a6c5-522e2c151656 2018-07-15 21:17:50,122 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-15 21:17:50,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-15 21:17:50,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17: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-7b75fbcb-5eb3-49a6-b623-5a3d10cd90da x-compute-request-id: req-7b75fbcb-5eb3-49a6-b623-5a3d10cd90da Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 10}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2404, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-15 21:17:50,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-7b75fbcb-5eb3-49a6-b623-5a3d10cd90da 2018-07-15 21:17:50,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.19726395607s 2018-07-15 21:17:50,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-7b75fbcb-5eb3-49a6-b623-5a3d10cd90da 2018-07-15 21:17:50,321 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 10}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 11}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2404, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-15 21:17:50,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-15 21:17:50,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f9496ea-4df7-4ec2-b37d-9c2d7ae9c97e x-compute-request-id: req-0f9496ea-4df7-4ec2-b37d-9c2d7ae9c97e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-15 21:17:50,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-0f9496ea-4df7-4ec2-b37d-9c2d7ae9c97e 2018-07-15 21:17:50,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0281579494476s 2018-07-15 21:17:50,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-0f9496ea-4df7-4ec2-b37d-9c2d7ae9c97e 2018-07-15 21:17:50,350 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-15 21:17:50,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:17:50,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e446b1dd-c8fd-4955-9937-9f06f10218a8 Date: Sun, 15 Jul 2018 21:17:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:17:50,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e446b1dd-c8fd-4955-9937-9f06f10218a8 2018-07-15 21:17:50,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0804440975189s 2018-07-15 21:17:50,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e446b1dd-c8fd-4955-9937-9f06f10218a8 2018-07-15 21:17:50,431 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'f6de302e-e276-4137-86b7-ad08fbabf76d'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T21:15:22Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'595732ea-191d-4af2-b2a6-99674c968eec', 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'91c5c8c8213547dfb1e30af42577026b', u'created_at': u'2018-07-15T21:15:17Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'91c5c8c8213547dfb1e30af42577026b'})] 2018-07-15 21:17:50,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:17:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-160018bd-8f0e-47f9-a04e-6431156a8408 Date: Sun, 15 Jul 2018 21:17:50 GMT RESP BODY: {"ports":[]} 2018-07-15 21:17:50,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-160018bd-8f0e-47f9-a04e-6431156a8408 2018-07-15 21:17:50,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0299360752106s 2018-07-15 21:17:50,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-160018bd-8f0e-47f9-a04e-6431156a8408 2018-07-15 21:17:50,462 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-15 21:17:50,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 21:17:50,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac49a4bc-bdbe-40dc-80fe-e523fa0530eb Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "11283c7a2cd54d0db39c9a3e0eb1df3f"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/11283c7a2cd54d0db39c9a3e0eb1df3f/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "5d9c78ff31ec4881bda7b7126200d87a"}, "user": {"id": "4d1e6f1adc6e4a7da454f271ee8f789f"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/4d1e6f1adc6e4a7da454f271ee8f789f/roles/5d9c78ff31ec4881bda7b7126200d87a"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "4d1e6f1adc6e4a7da454f271ee8f789f"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/4d1e6f1adc6e4a7da454f271ee8f789f/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "50c41d38c01246de8c9fb6d968dbb20c"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/50c41d38c01246de8c9fb6d968dbb20c/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "5f2adcee57f642b7811deb3cff562853"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/5f2adcee57f642b7811deb3cff562853/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "770ea69a0d6c4dffbd0b6f0409fd160c"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/770ea69a0d6c4dffbd0b6f0409fd160c/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "7f5984c3696f4341b95fb451a988f93b"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/7f5984c3696f4341b95fb451a988f93b/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "902f74d548a34965967908a1d304daa1"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/902f74d548a34965967908a1d304daa1/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "9352976f59a54fbd837628305389a94f"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/9352976f59a54fbd837628305389a94f/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "c9e3ae4af3be409fbd71a9d360281296"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/c9e3ae4af3be409fbd71a9d360281296/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "e099472ce4d64acb8063e0e32c246108"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/e099472ce4d64acb8063e0e32c246108/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "ea75ac5b19ef4ff1826cfe2a205825e9"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/ea75ac5b19ef4ff1826cfe2a205825e9/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "91c5c8c8213547dfb1e30af42577026b"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "ef4e2ec489b4407ba1449f1152d94238"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b/users/ef4e2ec489b4407ba1449f1152d94238/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"project": {"id": "52690990a52243adb7d5a696f81b986e"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/52690990a52243adb7d5a696f81b986e/users/f617b4a557cf4b178f6ef3a26d78a2b2/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"domain": {"id": "23b03187afd34255bfe3a645488a7c75"}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "c342784a3e934ebda24f88341b75d9bb"}, "links": {"assignment": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75/users/c342784a3e934ebda24f88341b75d9bb/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}, {"scope": {"system": {"all": true}}, "role": {"id": "77b1f07fb8094df4ba8d2de65f5e3512"}, "user": {"id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "links": {"assignment": "http://172.30.9.27:5000/v3/system/users/f617b4a557cf4b178f6ef3a26d78a2b2/roles/77b1f07fb8094df4ba8d2de65f5e3512"}}], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-15 21:17:50,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-ac49a4bc-bdbe-40dc-80fe-e523fa0530eb 2018-07-15 21:17:50,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0977640151978s 2018-07-15 21:17:50,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-ac49a4bc-bdbe-40dc-80fe-e523fa0530eb 2018-07-15 21:17:50,567 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'11283c7a2cd54d0db39c9a3e0eb1df3f'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'5d9c78ff31ec4881bda7b7126200d87a', 'user': u'4d1e6f1adc6e4a7da454f271ee8f789f'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'4d1e6f1adc6e4a7da454f271ee8f789f'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'50c41d38c01246de8c9fb6d968dbb20c'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'5f2adcee57f642b7811deb3cff562853'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'770ea69a0d6c4dffbd0b6f0409fd160c'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'7f5984c3696f4341b95fb451a988f93b'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'902f74d548a34965967908a1d304daa1'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'9352976f59a54fbd837628305389a94f'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'c9e3ae4af3be409fbd71a9d360281296'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'e099472ce4d64acb8063e0e32c246108'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'ea75ac5b19ef4ff1826cfe2a205825e9'}), Munch({'project': u'91c5c8c8213547dfb1e30af42577026b', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'ef4e2ec489b4407ba1449f1152d94238'}), Munch({'project': u'52690990a52243adb7d5a696f81b986e', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'f617b4a557cf4b178f6ef3a26d78a2b2'}), Munch({'domain': u'23b03187afd34255bfe3a645488a7c75', 'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'c342784a3e934ebda24f88341b75d9bb'}), Munch({'id': u'77b1f07fb8094df4ba8d2de65f5e3512', 'user': u'f617b4a557cf4b178f6ef3a26d78a2b2'})] 2018-07-15 21:17:50,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:17:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99dbcff2-dfb9-4619-a758-d1beef6d5b3e Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:17:50,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-99dbcff2-dfb9-4619-a758-d1beef6d5b3e 2018-07-15 21:17:50,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0931499004364s 2018-07-15 21:17:50,664 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-99dbcff2-dfb9-4619-a758-d1beef6d5b3e 2018-07-15 21:17:50,665 - 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'swiftoperator', 'id': u'1f79a68c6efd467ea71edcfa6cac0951'}), 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'443225368889431081c14f46ae6afbda'}), 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'5d9c78ff31ec4881bda7b7126200d87a'}), 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'77b1f07fb8094df4ba8d2de65f5e3512'}), 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'8d44cd1f8d0b4c14a2b012ed22860cc0'}), 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'reader', 'id': u'ce660ab2bbc04dee8e2443a94d5b8d34'})] 2018-07-15 21:17:50,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:17:50,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f233c12b-de99-4f92-8811-b5ebea8ee648 Date: Sun, 15 Jul 2018 21:17:50 GMT RESP BODY: {"routers": []} 2018-07-15 21:17:50,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f233c12b-de99-4f92-8811-b5ebea8ee648 2018-07-15 21:17:50,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0460329055786s 2018-07-15 21:17:50,712 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f233c12b-de99-4f92-8811-b5ebea8ee648 2018-07-15 21:17:50,713 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-15 21:17:50,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:17:50,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:50,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b530949-28c8-4b0c-8937-7e8a7523968e x-compute-request-id: req-2b530949-28c8-4b0c-8937-7e8a7523968e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 21:17:50,926 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b530949-28c8-4b0c-8937-7e8a7523968e 2018-07-15 21:17:50,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213214159012s 2018-07-15 21:17:50,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b530949-28c8-4b0c-8937-7e8a7523968e 2018-07-15 21:17:50,927 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-15 21:17:50,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-15 21:17:50,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:17:50,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:17:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b61657f-9289-40db-9e07-3ebefa6ceda0 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.8:35357/v3/", "rel": "self"}]}]}} 2018-07-15 21:17:50,938 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.8:35357/ used request id req-8b61657f-9289-40db-9e07-3ebefa6ceda0 2018-07-15 21:17:50,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:51,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dbf5c73-988f-47cb-95ee-94e50c482ea3 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/3998c23e46f74f2086916099ae67f64e"}, "enabled": true, "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6d1556737a2044b78b1a8fc3ccbd33df"}, "enabled": true, "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6e9e3b57cd964ef2ba0e4b086ebcbbc8"}, "enabled": true, "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/82b2c218f202455bbe0b47c3c0d32ff6"}, "enabled": true, "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a6bb4c3ba6e341f5b54ca23719269e04"}, "enabled": true, "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/b689e7d4be504cf4bc118f83e55c7b56"}, "enabled": true, "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/cf87d8de3eac4fa29592be2d7c3375d9"}, "enabled": true, "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/daead1a4618d4f058529901e25d51d85"}, "enabled": true, "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ddcc631b499f48089deb4ad3efa62b03"}, "enabled": true, "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/e19ac03a913e4948951169389323c0e6"}, "enabled": true, "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e19f75b0b2b646ff9b4b229d9e1b244b"}, "enabled": true, "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e1d603b118554b9e9da69358cd6e6f93"}, "enabled": true, "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e7eff5c59d7c401594f71e283789b544"}, "enabled": true, "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/eeff72e2354a4d1a9f5ad2a567a72223"}, "enabled": true, "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/f86f7d8833a54e96b0e2da2af15669c4"}, "enabled": true, "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-07-15 21:17:51,020 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-3dbf5c73-988f-47cb-95ee-94e50c482ea3 2018-07-15 21:17:51,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0905661582947s 2018-07-15 21:17:51,021 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-3dbf5c73-988f-47cb-95ee-94e50c482ea3 2018-07-15 21:17:51,026 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'3998c23e46f74f2086916099ae67f64e', 'name': u'keystone'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'6d1556737a2044b78b1a8fc3ccbd33df', 'name': u'heat'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'6e9e3b57cd964ef2ba0e4b086ebcbbc8', 'name': u'panko'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'82b2c218f202455bbe0b47c3c0d32ff6', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'a6bb4c3ba6e341f5b54ca23719269e04', 'name': u'glance'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'b689e7d4be504cf4bc118f83e55c7b56', 'name': u'aodh'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'cf87d8de3eac4fa29592be2d7c3375d9', 'name': u'placement'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'daead1a4618d4f058529901e25d51d85', 'name': u'swift'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'ddcc631b499f48089deb4ad3efa62b03', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'e19ac03a913e4948951169389323c0e6', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'e19f75b0b2b646ff9b4b229d9e1b244b', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'e1d603b118554b9e9da69358cd6e6f93', 'name': u'nova'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'e7eff5c59d7c401594f71e283789b544', 'name': u'gnocchi'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'eeff72e2354a4d1a9f5ad2a567a72223', 'name': u'neutron'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'f86f7d8833a54e96b0e2da2af15669c4', 'name': u'cinder'})] 2018-07-15 21:17:51,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:17:51,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}da51b7e6ea55d5ff3535cda31cc41f8d7fe9ed67" 2018-07-15 21:17:51,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-58937925-b5fa-4e6c-b3c5-a14485e29a4c Date: Sun, 15 Jul 2018 21:17:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"595732ea-191d-4af2-b2a6-99674c968eec","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:22Z","dns_nameservers":[],"updated_at":"2018-07-15T21:15:22Z","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":"91c5c8c8213547dfb1e30af42577026b","id":"f6de302e-e276-4137-86b7-ad08fbabf76d","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-15 21:17:51,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-58937925-b5fa-4e6c-b3c5-a14485e29a4c 2018-07-15 21:17:51,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0432078838348s 2018-07-15 21:17:51,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-58937925-b5fa-4e6c-b3c5-a14485e29a4c 2018-07-15 21:17:51,071 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:15:22Z', 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'f6de302e-e276-4137-86b7-ad08fbabf76d', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'tenant_id': u'91c5c8c8213547dfb1e30af42577026b', u'created_at': u'2018-07-15T21:15:22Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'91c5c8c8213547dfb1e30af42577026b'})] 2018-07-15 21:17:51,193 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:17:51,194 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-15 21:17:51,242 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-15 21:17:51,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:17:51,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:17:51,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:17:51,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:17:51,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:17:51,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:17:51,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:17:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c215d2b-335a-4ee1-b47f-85cef737ecda Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:17:51,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6c215d2b-335a-4ee1-b47f-85cef737ecda 2018-07-15 21:17:51,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:17:51,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["U0IsAKgPSsWAQl98r_udhA"], "issued_at": "2018-07-15T21:17:51.000000Z"}} 2018-07-15 21:17:51,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:17:51,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:17:52,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bad58be4-3ed6-4682-813f-a20e2166cc00 Date: Sun, 15 Jul 2018 21:17:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:17:52,739 - 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-bad58be4-3ed6-4682-813f-a20e2166cc00 2018-07-15 21:17:52,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.998409032822s 2018-07-15 21:17:52,740 - 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-bad58be4-3ed6-4682-813f-a20e2166cc00 2018-07-15 21:17:52,740 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-15 21:17:52,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:17:52,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" -d '{"network": {"name": "tenantnetwork1-net_ffb82e55-bcab-4b0b-b026-baa469e55f84", "admin_state_up": true}}' 2018-07-15 21:17:53,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e358c5c8-7473-468d-b76d-10c893b42a35 Date: Sun, 15 Jul 2018 21:17:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a17fefdb-2309-4a8c-9cdd-9ad74a199d74","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:17:53Z","is_default":false,"provider:segmentation_id":65,"name":"tenantnetwork1-net_ffb82e55-bcab-4b0b-b026-baa469e55f84","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:17:52Z","mtu":1450}} 2018-07-15 21:17:53,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e358c5c8-7473-468d-b76d-10c893b42a35 2018-07-15 21:17:53,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.532331943512s 2018-07-15 21:17:53,274 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e358c5c8-7473-468d-b76d-10c893b42a35 2018-07-15 21:17:53,274 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T21:17:53Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a17fefdb-2309-4a8c-9cdd-9ad74a199d74', u'provider:segmentation_id': 65, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_ffb82e55-bcab-4b0b-b026-baa469e55f84', u'admin_state_up': True, u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:17:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'52690990a52243adb7d5a696f81b986e'}) 2018-07-15 21:17:53,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:17:53,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:17:53,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-ae4ec092-f726-4243-bc01-d5198375f302 Date: Sun, 15 Jul 2018 21:17:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a17fefdb-2309-4a8c-9cdd-9ad74a199d74","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:17:53Z","provider:segmentation_id":65,"name":"tenantnetwork1-net_ffb82e55-bcab-4b0b-b026-baa469e55f84","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:17:52Z","provider:network_type":"vxlan"}]} 2018-07-15 21:17:53,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ae4ec092-f726-4243-bc01-d5198375f302 2018-07-15 21:17:53,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130156993866s 2018-07-15 21:17:53,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ae4ec092-f726-4243-bc01-d5198375f302 2018-07-15 21:17:53,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:17:53,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" -d '{"subnet": {"name": "tenantnetwork1-subnet_ffb82e55-bcab-4b0b-b026-baa469e55f84", "enable_dhcp": true, "network_id": "a17fefdb-2309-4a8c-9cdd-9ad74a199d74", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:17:54,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a152b0b4-3b3f-4ac8-b177-af271b873721 Date: Sun, 15 Jul 2018 21:17:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a17fefdb-2309-4a8c-9cdd-9ad74a199d74","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:17:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:17:53Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"52690990a52243adb7d5a696f81b986e","id":"e2a64188-c26d-4fe5-bca3-3ad84080291d","subnetpool_id":null,"name":"tenantnetwork1-subnet_ffb82e55-bcab-4b0b-b026-baa469e55f84"}} 2018-07-15 21:17:54,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a152b0b4-3b3f-4ac8-b177-af271b873721 2018-07-15 21:17:54,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.842324972153s 2018-07-15 21:17:54,250 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a152b0b4-3b3f-4ac8-b177-af271b873721 2018-07-15 21:17:54,250 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:17:53Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'e2a64188-c26d-4fe5-bca3-3ad84080291d', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_ffb82e55-bcab-4b0b-b026-baa469e55f84', u'enable_dhcp': True, u'network_id': u'a17fefdb-2309-4a8c-9cdd-9ad74a199d74', u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:17:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'52690990a52243adb7d5a696f81b986e'}) 2018-07-15 21:17:54,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:17:54,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "tenantnetwork1-router_ffb82e55-bcab-4b0b-b026-baa469e55f84", "admin_state_up": true}}' 2018-07-15 21:17:55,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-16358eeb-fdb5-47dc-bcd6-b369e53f4e13 Date: Sun, 15 Jul 2018 21:17:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:17:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T21:17:55Z", "revision_number": 2, "routes": [], "project_id": "52690990a52243adb7d5a696f81b986e", "id": "9a1b5b64-d5de-47cb-9387-b523fee07834", "name": "tenantnetwork1-router_ffb82e55-bcab-4b0b-b026-baa469e55f84"}} 2018-07-15 21:17:55,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-16358eeb-fdb5-47dc-bcd6-b369e53f4e13 2018-07-15 21:17:55,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48757100105s 2018-07-15 21:17:55,739 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-16358eeb-fdb5-47dc-bcd6-b369e53f4e13 2018-07-15 21:17:55,739 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:17:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-15T21:17:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'52690990a52243adb7d5a696f81b986e', u'id': u'9a1b5b64-d5de-47cb-9387-b523fee07834', u'name': u'tenantnetwork1-router_ffb82e55-bcab-4b0b-b026-baa469e55f84'}) 2018-07-15 21:17:55,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:17:55,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" -d '{"subnet_id": "e2a64188-c26d-4fe5-bca3-3ad84080291d"}' 2018-07-15 21:17:57,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c8751fb9-e919-45e6-a993-5e9e229df402 Date: Sun, 15 Jul 2018 21:17:57 GMT RESP BODY: {"network_id": "a17fefdb-2309-4a8c-9cdd-9ad74a199d74", "tenant_id": "52690990a52243adb7d5a696f81b986e", "subnet_id": "e2a64188-c26d-4fe5-bca3-3ad84080291d", "subnet_ids": ["e2a64188-c26d-4fe5-bca3-3ad84080291d"], "port_id": "f46c3ae2-425c-4f09-b1bf-62928a50b385", "id": "9a1b5b64-d5de-47cb-9387-b523fee07834"} 2018-07-15 21:17:57,181 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834/add_router_interface.json used request id req-c8751fb9-e919-45e6-a993-5e9e229df402 2018-07-15 21:17:57,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.44087290764s 2018-07-15 21:17:57,181 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834/add_router_interface.json used request id req-c8751fb9-e919-45e6-a993-5e9e229df402 returning object 9a1b5b64-d5de-47cb-9387-b523fee07834 2018-07-15 21:17:57,301 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:17:57,302 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 21:17:57,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:17:57,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" -d '{"subnet_id": "e2a64188-c26d-4fe5-bca3-3ad84080291d"}' 2018-07-15 21:17:58,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-068e4358-83ff-4665-805d-c7371f439fb1 Date: Sun, 15 Jul 2018 21:17:58 GMT RESP BODY: {"network_id": "a17fefdb-2309-4a8c-9cdd-9ad74a199d74", "tenant_id": "52690990a52243adb7d5a696f81b986e", "subnet_id": "e2a64188-c26d-4fe5-bca3-3ad84080291d", "subnet_ids": ["e2a64188-c26d-4fe5-bca3-3ad84080291d"], "port_id": "f46c3ae2-425c-4f09-b1bf-62928a50b385", "id": "9a1b5b64-d5de-47cb-9387-b523fee07834"} 2018-07-15 21:17:58,839 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834/remove_router_interface.json used request id req-068e4358-83ff-4665-805d-c7371f439fb1 2018-07-15 21:17:58,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53209805489s 2018-07-15 21:17:58,839 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834/remove_router_interface.json used request id req-068e4358-83ff-4665-805d-c7371f439fb1 returning object 9a1b5b64-d5de-47cb-9387-b523fee07834 2018-07-15 21:17:58,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:17:58,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:17:58,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d03834f9-b758-4711-8291-f648e45e79bd Date: Sun, 15 Jul 2018 21:17:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:17:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T21:17:58Z", "revision_number": 4, "routes": [], "project_id": "52690990a52243adb7d5a696f81b986e", "id": "9a1b5b64-d5de-47cb-9387-b523fee07834", "name": "tenantnetwork1-router_ffb82e55-bcab-4b0b-b026-baa469e55f84"}]} 2018-07-15 21:17:58,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d03834f9-b758-4711-8291-f648e45e79bd 2018-07-15 21:17:58,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.102179050446s 2018-07-15 21:17:58,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d03834f9-b758-4711-8291-f648e45e79bd 2018-07-15 21:17:58,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:17:58,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:18:00,288 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c58e957-e9b8-4183-92a4-98721ba26db3 Content-Length: 0 Date: Sun, 15 Jul 2018 21:18:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:00,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834.json used request id req-1c58e957-e9b8-4183-92a4-98721ba26db3 2018-07-15 21:18:00,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34404110909s 2018-07-15 21:18:00,288 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/9a1b5b64-d5de-47cb-9387-b523fee07834.json used request id req-1c58e957-e9b8-4183-92a4-98721ba26db3 2018-07-15 21:18:00,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:18:00,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:18:00,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-7bf02e90-541e-42b3-8604-7f1142120e6c Date: Sun, 15 Jul 2018 21:18:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a17fefdb-2309-4a8c-9cdd-9ad74a199d74","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:17:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:17:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"52690990a52243adb7d5a696f81b986e","id":"e2a64188-c26d-4fe5-bca3-3ad84080291d","subnetpool_id":null,"name":"tenantnetwork1-subnet_ffb82e55-bcab-4b0b-b026-baa469e55f84"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"595732ea-191d-4af2-b2a6-99674c968eec","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:22Z","dns_nameservers":[],"updated_at":"2018-07-15T21:15:22Z","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":"91c5c8c8213547dfb1e30af42577026b","id":"f6de302e-e276-4137-86b7-ad08fbabf76d","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-15 21:18:00,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7bf02e90-541e-42b3-8604-7f1142120e6c 2018-07-15 21:18:00,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.125981092453s 2018-07-15 21:18:00,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7bf02e90-541e-42b3-8604-7f1142120e6c 2018-07-15 21:18:00,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:18:00,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/e2a64188-c26d-4fe5-bca3-3ad84080291d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:18:01,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78febded-cba4-46f8-bbe4-93d2186f6c4f Date: Sun, 15 Jul 2018 21:18:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:01,265 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e2a64188-c26d-4fe5-bca3-3ad84080291d.json used request id req-78febded-cba4-46f8-bbe4-93d2186f6c4f 2018-07-15 21:18:01,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.848438024521s 2018-07-15 21:18:01,265 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e2a64188-c26d-4fe5-bca3-3ad84080291d.json used request id req-78febded-cba4-46f8-bbe4-93d2186f6c4f 2018-07-15 21:18:01,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:01,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:18:01,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-21992533-f3aa-451b-8d30-c98c50a7d8e9 Date: Sun, 15 Jul 2018 21:18:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a17fefdb-2309-4a8c-9cdd-9ad74a199d74","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:18:01Z","provider:segmentation_id":65,"name":"tenantnetwork1-net_ffb82e55-bcab-4b0b-b026-baa469e55f84","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:17:52Z","provider:network_type":"vxlan"}]} 2018-07-15 21:18:01,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-21992533-f3aa-451b-8d30-c98c50a7d8e9 2018-07-15 21:18:01,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.079491853714s 2018-07-15 21:18:01,346 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-21992533-f3aa-451b-8d30-c98c50a7d8e9 2018-07-15 21:18:01,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:18:01,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/a17fefdb-2309-4a8c-9cdd-9ad74a199d74.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}34851e433fd344cc16a8e20eb50773da34103a90" 2018-07-15 21:18:02,756 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8351750d-13a1-4dfe-9bee-641550c7cdf6 Date: Sun, 15 Jul 2018 21:18:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:02,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a17fefdb-2309-4a8c-9cdd-9ad74a199d74.json used request id req-8351750d-13a1-4dfe-9bee-641550c7cdf6 2018-07-15 21:18:02,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.40938091278s 2018-07-15 21:18:02,756 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a17fefdb-2309-4a8c-9cdd-9ad74a199d74.json used request id req-8351750d-13a1-4dfe-9bee-641550c7cdf6 2018-07-15 21:18:02,806 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-15 21:18:02,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:18:02,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:18:02,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:18:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:02,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0d588d-4164-46b5-8935-5db6cb74895b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:18:02,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ee0d588d-4164-46b5-8935-5db6cb74895b 2018-07-15 21:18:02,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:18:03,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:18:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["nBaPFQGMSgqpqS372EefHQ"], "issued_at": "2018-07-15T21:18:03.000000Z"}} 2018-07-15 21:18:03,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:03,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:04,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-553053ef-872b-4430-b2ba-c112da78c143 Date: Sun, 15 Jul 2018 21:18:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:18:04,252 - 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-553053ef-872b-4430-b2ba-c112da78c143 2018-07-15 21:18:04,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.991719961166s 2018-07-15 21:18:04,253 - 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-553053ef-872b-4430-b2ba-c112da78c143 2018-07-15 21:18:04,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:04,262 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-455f1950-f634-4d14-8935-fb91c0eae405 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:18:04,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-455f1950-f634-4d14-8935-fb91c0eae405 2018-07-15 21:18:04,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:18:04,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:04,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b811c65-dcb0-47fc-99f8-0903cdb440e3 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75"}, "tags": [], "enabled": true, "id": "23b03187afd34255bfe3a645488a7c75", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 21:18:04,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-8b811c65-dcb0-47fc-99f8-0903cdb440e3 2018-07-15 21:18:04,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101159095764s 2018-07-15 21:18:04,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-8b811c65-dcb0-47fc-99f8-0903cdb440e3 2018-07-15 21:18:04,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 21:18:04,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_19f74c13-1631-445e-b939-c382b976b222"}}' 2018-07-15 21:18:04,614 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45d7f4bf-9cc4-4b91-b3b0-85abddd5f082 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/6a450ac6e03946e5bc6e359b76f3fa8d"}, "tags": [], "enabled": true, "id": "6a450ac6e03946e5bc6e359b76f3fa8d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19f74c13-1631-445e-b939-c382b976b222"}} 2018-07-15 21:18:04,614 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-45d7f4bf-9cc4-4b91-b3b0-85abddd5f082 2018-07-15 21:18:04,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.242192029953s 2018-07-15 21:18:04,615 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-45d7f4bf-9cc4-4b91-b3b0-85abddd5f082 2018-07-15 21:18:04,615 - 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'6a450ac6e03946e5bc6e359b76f3fa8d', '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_19f74c13-1631-445e-b939-c382b976b222'}) 2018-07-15 21:18:04,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 21:18:04,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c5e068da-3155-4e5b-ab82-9fc48be8f6a8", "email": null, "name": "tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222"}}' 2018-07-15 21:18:05,142 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:18:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eed370e7-e6c6-427d-b16c-e8fe24ed5de3 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222", "links": {"self": "http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "07faa5b5d8df40d69fdca9c7d9e809a1", "domain_id": "default", "password_expires_at": null}} 2018-07-15 21:18:05,142 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-eed370e7-e6c6-427d-b16c-e8fe24ed5de3 2018-07-15 21:18:05,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.520682096481s 2018-07-15 21:18:05,142 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-eed370e7-e6c6-427d-b16c-e8fe24ed5de3 2018-07-15 21:18:05,143 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'07faa5b5d8df40d69fdca9c7d9e809a1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222'}) 2018-07-15 21:18:05,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:18:05,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:05,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6821ad7b-f968-403b-8dda-c58c4b802635 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:18:05,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6821ad7b-f968-403b-8dda-c58c4b802635 2018-07-15 21:18:05,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0970418453217s 2018-07-15 21:18:05,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6821ad7b-f968-403b-8dda-c58c4b802635 2018-07-15 21:18:05,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:18:05,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:05,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1759d7aa-72cb-423d-a10e-2d5892371a94 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:18:05,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1759d7aa-72cb-423d-a10e-2d5892371a94 2018-07-15 21:18:05,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0956869125366s 2018-07-15 21:18:05,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1759d7aa-72cb-423d-a10e-2d5892371a94 2018-07-15 21:18:05,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:18:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:05,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8783a4e1-9ab8-4181-9099-0e284c0caee1 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:18:05,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8783a4e1-9ab8-4181-9099-0e284c0caee1 2018-07-15 21:18:05,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0858919620514s 2018-07-15 21:18:05,435 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8783a4e1-9ab8-4181-9099-0e284c0caee1 2018-07-15 21:18:05,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:18:05,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:05,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3567a237-3d08-441e-91d3-94c742e803e1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 21:18:05,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3567a237-3d08-441e-91d3-94c742e803e1 2018-07-15 21:18:05,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110407114029s 2018-07-15 21:18:05,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3567a237-3d08-441e-91d3-94c742e803e1 2018-07-15 21:18:05,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:18:05,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:05,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0b63273-800b-43df-9bfd-629c7c1256ed Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222", "links": {"self": "http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "07faa5b5d8df40d69fdca9c7d9e809a1", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:18:05,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b0b63273-800b-43df-9bfd-629c7c1256ed 2018-07-15 21:18:05,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117431879044s 2018-07-15 21:18:05,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-b0b63273-800b-43df-9bfd-629c7c1256ed 2018-07-15 21:18:05,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:18:05,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:05,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84ab039e-76d9-4ef2-9d1a-c11cf04d1129 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "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/6a450ac6e03946e5bc6e359b76f3fa8d"}, "tags": [], "enabled": true, "id": "6a450ac6e03946e5bc6e359b76f3fa8d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19f74c13-1631-445e-b939-c382b976b222"}]} 2018-07-15 21:18:05,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-84ab039e-76d9-4ef2-9d1a-c11cf04d1129 2018-07-15 21:18:05,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100796937943s 2018-07-15 21:18:05,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-84ab039e-76d9-4ef2-9d1a-c11cf04d1129 2018-07-15 21:18:05,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 21:18:05,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=07faa5b5d8df40d69fdca9c7d9e809a1&role.id=443225368889431081c14f46ae6afbda&scope.project.id=6a450ac6e03946e5bc6e359b76f3fa8d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:05,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e32f8c9-1fe3-4cc2-8804-a6073a0deea9 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=07faa5b5d8df40d69fdca9c7d9e809a1&role.id=443225368889431081c14f46ae6afbda&scope.project.id=6a450ac6e03946e5bc6e359b76f3fa8d", "previous": null, "next": null}} 2018-07-15 21:18:05,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=07faa5b5d8df40d69fdca9c7d9e809a1&role.id=443225368889431081c14f46ae6afbda&scope.project.id=6a450ac6e03946e5bc6e359b76f3fa8d used request id req-0e32f8c9-1fe3-4cc2-8804-a6073a0deea9 2018-07-15 21:18:05,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0962829589844s 2018-07-15 21:18:05,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=07faa5b5d8df40d69fdca9c7d9e809a1&role.id=443225368889431081c14f46ae6afbda&scope.project.id=6a450ac6e03946e5bc6e359b76f3fa8d used request id req-0e32f8c9-1fe3-4cc2-8804-a6073a0deea9 2018-07-15 21:18:05,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 21:18:05,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6a450ac6e03946e5bc6e359b76f3fa8d/users/07faa5b5d8df40d69fdca9c7d9e809a1/roles/443225368889431081c14f46ae6afbda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:06,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:18:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45ab1c6a-eaf6-413f-a6b6-f04ebba2e083 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:18:06,049 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6a450ac6e03946e5bc6e359b76f3fa8d/users/07faa5b5d8df40d69fdca9c7d9e809a1/roles/443225368889431081c14f46ae6afbda used request id req-45ab1c6a-eaf6-413f-a6b6-f04ebba2e083 2018-07-15 21:18:06,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.159565210342s 2018-07-15 21:18:06,049 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6a450ac6e03946e5bc6e359b76f3fa8d/users/07faa5b5d8df40d69fdca9c7d9e809a1/roles/443225368889431081c14f46ae6afbda used request id req-45ab1c6a-eaf6-413f-a6b6-f04ebba2e083 2018-07-15 21:18:06,050 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_19f74c13-1631-445e-b939-c382b976b222', 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'6a450ac6e03946e5bc6e359b76f3fa8d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'c5e068da-3155-4e5b-ab82-9fc48be8f6a8', 'username': u'tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 21:18:06,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:18:06,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:18:06,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:18:06,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:18:06,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:18:06,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:18:06,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:18:06,055 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222', 'password': 'c5e068da-3155-4e5b-ab82-9fc48be8f6a8', 'project_name': 'tenantnetwork2-project_19f74c13-1631-445e-b939-c382b976b222', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '6a450ac6e03946e5bc6e359b76f3fa8d', 'project_domain_name': 'Default'} 2018-07-15 21:18:06,056 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-15 21:18:06,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:06,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8d57fdd-55bb-46fb-9412-94026dab2a38 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:18:06,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b8d57fdd-55bb-46fb-9412-94026dab2a38 2018-07-15 21:18:06,064 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:18:06,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}], "expires_at": "2018-07-15T22:18:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6a450ac6e03946e5bc6e359b76f3fa8d", "name": "tenantnetwork2-project_19f74c13-1631-445e-b939-c382b976b222"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/6a450ac6e03946e5bc6e359b76f3fa8d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222", "id": "07faa5b5d8df40d69fdca9c7d9e809a1"}, "audit_ids": ["rfwsHyr8RbC5RQL8zoFHgg"], "issued_at": "2018-07-15T21:18:06.000000Z"}} 2018-07-15 21:18:06,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:18:06,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" -d '{"network": {"name": "tenantnetwork2-net_19f74c13-1631-445e-b939-c382b976b222", "admin_state_up": true}}' 2018-07-15 21:18:07,853 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-69e397bf-91d0-42b1-bea7-8897e57b6ab9 Date: Sun, 15 Jul 2018 21:18:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6a450ac6e03946e5bc6e359b76f3fa8d","created_at":"2018-07-15T21:18:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T21:18:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6a450ac6e03946e5bc6e359b76f3fa8d","id":"d6abb999-20a1-41e9-8fac-a5761b310929","name":"tenantnetwork2-net_19f74c13-1631-445e-b939-c382b976b222"}} 2018-07-15 21:18:07,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-69e397bf-91d0-42b1-bea7-8897e57b6ab9 2018-07-15 21:18:07,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.39372396469s 2018-07-15 21:18:07,854 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-69e397bf-91d0-42b1-bea7-8897e57b6ab9 2018-07-15 21:18:07,854 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:18:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd6abb999-20a1-41e9-8fac-a5761b310929', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_19f74c13-1631-445e-b939-c382b976b222', u'admin_state_up': True, u'tenant_id': u'6a450ac6e03946e5bc6e359b76f3fa8d', u'created_at': u'2018-07-15T21:18:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6a450ac6e03946e5bc6e359b76f3fa8d'}) 2018-07-15 21:18:07,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:07,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" 2018-07-15 21:18:08,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3860a162-8a73-410f-9edb-3e3650d2ab2e Date: Sun, 15 Jul 2018 21:18:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:18:07Z","tenant_id":"6a450ac6e03946e5bc6e359b76f3fa8d","created_at":"2018-07-15T21:18:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6a450ac6e03946e5bc6e359b76f3fa8d","id":"d6abb999-20a1-41e9-8fac-a5761b310929","name":"tenantnetwork2-net_19f74c13-1631-445e-b939-c382b976b222"}]} 2018-07-15 21:18:08,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3860a162-8a73-410f-9edb-3e3650d2ab2e 2018-07-15 21:18:08,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.159903049469s 2018-07-15 21:18:08,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3860a162-8a73-410f-9edb-3e3650d2ab2e 2018-07-15 21:18:08,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:18:08,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" -d '{"subnet": {"name": "tenantnetwork2-subnet_19f74c13-1631-445e-b939-c382b976b222", "enable_dhcp": true, "network_id": "d6abb999-20a1-41e9-8fac-a5761b310929", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:18:08,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-36a45bac-7df3-4456-9108-1586cba1681a Date: Sun, 15 Jul 2018 21:18:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6abb999-20a1-41e9-8fac-a5761b310929","tenant_id":"6a450ac6e03946e5bc6e359b76f3fa8d","created_at":"2018-07-15T21:18:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:08Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"6a450ac6e03946e5bc6e359b76f3fa8d","id":"11270a37-0edf-43e1-85cd-2201daaab881","subnetpool_id":null,"name":"tenantnetwork2-subnet_19f74c13-1631-445e-b939-c382b976b222"}} 2018-07-15 21:18:08,776 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-36a45bac-7df3-4456-9108-1586cba1681a 2018-07-15 21:18:08,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.758952140808s 2018-07-15 21:18:08,776 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-36a45bac-7df3-4456-9108-1586cba1681a 2018-07-15 21:18:08,777 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:18:08Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'11270a37-0edf-43e1-85cd-2201daaab881', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_19f74c13-1631-445e-b939-c382b976b222', u'enable_dhcp': True, u'network_id': u'd6abb999-20a1-41e9-8fac-a5761b310929', u'tenant_id': u'6a450ac6e03946e5bc6e359b76f3fa8d', u'created_at': u'2018-07-15T21:18:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'6a450ac6e03946e5bc6e359b76f3fa8d'}) 2018-07-15 21:18:08,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:18:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "tenantnetwork2-router_19f74c13-1631-445e-b939-c382b976b222", "admin_state_up": true}}' 2018-07-15 21:18:09,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f584a606-8d4b-4037-a20a-002bca719351 Date: Sun, 15 Jul 2018 21:18:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "created_at": "2018-07-15T21:18:08Z", "admin_state_up": true, "updated_at": "2018-07-15T21:18:09Z", "revision_number": 2, "routes": [], "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "id": "878127e7-5b26-4bd8-b5f8-67d6fd9a16d9", "name": "tenantnetwork2-router_19f74c13-1631-445e-b939-c382b976b222"}} 2018-07-15 21:18:09,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f584a606-8d4b-4037-a20a-002bca719351 2018-07-15 21:18:09,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.19958901405s 2018-07-15 21:18:09,977 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f584a606-8d4b-4037-a20a-002bca719351 2018-07-15 21:18:09,978 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6a450ac6e03946e5bc6e359b76f3fa8d', u'created_at': u'2018-07-15T21:18:08Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T21:18:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'6a450ac6e03946e5bc6e359b76f3fa8d', u'id': u'878127e7-5b26-4bd8-b5f8-67d6fd9a16d9', u'name': u'tenantnetwork2-router_19f74c13-1631-445e-b939-c382b976b222'}) 2018-07-15 21:18:09,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:18:09,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" -d '{"subnet_id": "11270a37-0edf-43e1-85cd-2201daaab881"}' 2018-07-15 21:18:11,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-79cf4ecb-5059-47ec-8437-2b2a31dd5a54 Date: Sun, 15 Jul 2018 21:18:11 GMT RESP BODY: {"network_id": "d6abb999-20a1-41e9-8fac-a5761b310929", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "subnet_id": "11270a37-0edf-43e1-85cd-2201daaab881", "subnet_ids": ["11270a37-0edf-43e1-85cd-2201daaab881"], "port_id": "c3f967ab-5db6-4f86-85c7-0976c3b64aab", "id": "878127e7-5b26-4bd8-b5f8-67d6fd9a16d9"} 2018-07-15 21:18:11,706 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9/add_router_interface.json used request id req-79cf4ecb-5059-47ec-8437-2b2a31dd5a54 2018-07-15 21:18:11,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72711420059s 2018-07-15 21:18:11,706 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9/add_router_interface.json used request id req-79cf4ecb-5059-47ec-8437-2b2a31dd5a54 returning object 878127e7-5b26-4bd8-b5f8-67d6fd9a16d9 2018-07-15 21:18:11,822 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:18:11,823 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 21:18:11,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:18:11,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" -d '{"subnet_id": "11270a37-0edf-43e1-85cd-2201daaab881"}' 2018-07-15 21:18:13,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ea4b02b-c24d-4b89-9b89-a9bff94c997c Date: Sun, 15 Jul 2018 21:18:13 GMT RESP BODY: {"network_id": "d6abb999-20a1-41e9-8fac-a5761b310929", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "subnet_id": "11270a37-0edf-43e1-85cd-2201daaab881", "subnet_ids": ["11270a37-0edf-43e1-85cd-2201daaab881"], "port_id": "c3f967ab-5db6-4f86-85c7-0976c3b64aab", "id": "878127e7-5b26-4bd8-b5f8-67d6fd9a16d9"} 2018-07-15 21:18:13,346 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9/remove_router_interface.json used request id req-1ea4b02b-c24d-4b89-9b89-a9bff94c997c 2018-07-15 21:18:13,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51960992813s 2018-07-15 21:18:13,347 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9/remove_router_interface.json used request id req-1ea4b02b-c24d-4b89-9b89-a9bff94c997c returning object 878127e7-5b26-4bd8-b5f8-67d6fd9a16d9 2018-07-15 21:18:13,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:18:13,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" 2018-07-15 21:18:13,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5c60bd32-d84e-4bfc-a2e7-4d79e7ee3b25 Date: Sun, 15 Jul 2018 21:18:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "created_at": "2018-07-15T21:18:08Z", "admin_state_up": true, "updated_at": "2018-07-15T21:18:12Z", "revision_number": 4, "routes": [], "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "id": "878127e7-5b26-4bd8-b5f8-67d6fd9a16d9", "name": "tenantnetwork2-router_19f74c13-1631-445e-b939-c382b976b222"}]} 2018-07-15 21:18:13,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5c60bd32-d84e-4bfc-a2e7-4d79e7ee3b25 2018-07-15 21:18:13,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.111632108688s 2018-07-15 21:18:13,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5c60bd32-d84e-4bfc-a2e7-4d79e7ee3b25 2018-07-15 21:18:13,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:18:13,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" 2018-07-15 21:18:14,760 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38257a35-2c82-4c16-93ac-c6ee2b8342b4 Content-Length: 0 Date: Sun, 15 Jul 2018 21:18:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:14,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9.json used request id req-38257a35-2c82-4c16-93ac-c6ee2b8342b4 2018-07-15 21:18:14,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.29980993271s 2018-07-15 21:18:14,761 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/878127e7-5b26-4bd8-b5f8-67d6fd9a16d9.json used request id req-38257a35-2c82-4c16-93ac-c6ee2b8342b4 2018-07-15 21:18:14,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:18:14,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" 2018-07-15 21:18:14,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b128d6ee-b19f-4d56-9a52-4eb1d05aba0c Date: Sun, 15 Jul 2018 21:18:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6abb999-20a1-41e9-8fac-a5761b310929","tenant_id":"6a450ac6e03946e5bc6e359b76f3fa8d","created_at":"2018-07-15T21:18:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"6a450ac6e03946e5bc6e359b76f3fa8d","id":"11270a37-0edf-43e1-85cd-2201daaab881","subnetpool_id":null,"name":"tenantnetwork2-subnet_19f74c13-1631-445e-b939-c382b976b222"}]} 2018-07-15 21:18:14,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b128d6ee-b19f-4d56-9a52-4eb1d05aba0c 2018-07-15 21:18:14,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0820190906525s 2018-07-15 21:18:14,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b128d6ee-b19f-4d56-9a52-4eb1d05aba0c 2018-07-15 21:18:14,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:18:14,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/11270a37-0edf-43e1-85cd-2201daaab881.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" 2018-07-15 21:18:15,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47454213-b533-4f5a-92fc-bbd13bad0ca2 Date: Sun, 15 Jul 2018 21:18:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:15,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/11270a37-0edf-43e1-85cd-2201daaab881.json used request id req-47454213-b533-4f5a-92fc-bbd13bad0ca2 2018-07-15 21:18:15,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11204314232s 2018-07-15 21:18:15,958 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/11270a37-0edf-43e1-85cd-2201daaab881.json used request id req-47454213-b533-4f5a-92fc-bbd13bad0ca2 2018-07-15 21:18:15,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:15,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" 2018-07-15 21:18:16,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-6b2d6449-b4e5-4d56-bea4-52370065568d Date: Sun, 15 Jul 2018 21:18:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:18:15Z","tenant_id":"6a450ac6e03946e5bc6e359b76f3fa8d","created_at":"2018-07-15T21:18:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6a450ac6e03946e5bc6e359b76f3fa8d","id":"d6abb999-20a1-41e9-8fac-a5761b310929","name":"tenantnetwork2-net_19f74c13-1631-445e-b939-c382b976b222"}]} 2018-07-15 21:18:16,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6b2d6449-b4e5-4d56-bea4-52370065568d 2018-07-15 21:18:16,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107232093811s 2018-07-15 21:18:16,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6b2d6449-b4e5-4d56-bea4-52370065568d 2018-07-15 21:18:16,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:18:16,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/d6abb999-20a1-41e9-8fac-a5761b310929.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}542fecde4455562086400b6383e4decaedaa71bf" 2018-07-15 21:18:17,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0a2b0e7-87a8-4caa-8fee-3f35d83eef84 Date: Sun, 15 Jul 2018 21:18:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:17,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d6abb999-20a1-41e9-8fac-a5761b310929.json used request id req-a0a2b0e7-87a8-4caa-8fee-3f35d83eef84 2018-07-15 21:18:17,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.54387617111s 2018-07-15 21:18:17,611 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d6abb999-20a1-41e9-8fac-a5761b310929.json used request id req-a0a2b0e7-87a8-4caa-8fee-3f35d83eef84 2018-07-15 21:18:17,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:18:17,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:17,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac5601c-abc7-4395-b86b-990df0f2581e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222", "links": {"self": "http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "07faa5b5d8df40d69fdca9c7d9e809a1", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:18:17,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cac5601c-abc7-4395-b86b-990df0f2581e 2018-07-15 21:18:17,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123003959656s 2018-07-15 21:18:17,735 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-cac5601c-abc7-4395-b86b-990df0f2581e 2018-07-15 21:18:17,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:18:17,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:17,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cffc4497-79a8-4dcd-9340-b2bb6a833605 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_19f74c13-1631-445e-b939-c382b976b222", "links": {"self": "http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "07faa5b5d8df40d69fdca9c7d9e809a1", "description": null}} 2018-07-15 21:18:17,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1 used request id req-cffc4497-79a8-4dcd-9340-b2bb6a833605 2018-07-15 21:18:17,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100607872009s 2018-07-15 21:18:17,842 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1 used request id req-cffc4497-79a8-4dcd-9340-b2bb6a833605 2018-07-15 21:18:17,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 21:18:17,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:18,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-596a5240-dc12-4382-916f-d7f0e76703cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:18:18,080 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1 used request id req-596a5240-dc12-4382-916f-d7f0e76703cf 2018-07-15 21:18:18,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.237758874893s 2018-07-15 21:18:18,081 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/07faa5b5d8df40d69fdca9c7d9e809a1 used request id req-596a5240-dc12-4382-916f-d7f0e76703cf 2018-07-15 21:18:18,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:18:18,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:18,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0abf8a2a-be99-4081-8ea7-af48ff9e5b1a Content-Encoding: gzip Content-Length: 387 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/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/6a450ac6e03946e5bc6e359b76f3fa8d"}, "tags": [], "enabled": true, "id": "6a450ac6e03946e5bc6e359b76f3fa8d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_19f74c13-1631-445e-b939-c382b976b222"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-15 21:18:18,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0abf8a2a-be99-4081-8ea7-af48ff9e5b1a 2018-07-15 21:18:18,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.111346006393s 2018-07-15 21:18:18,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0abf8a2a-be99-4081-8ea7-af48ff9e5b1a 2018-07-15 21:18:18,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 21:18:18,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/6a450ac6e03946e5bc6e359b76f3fa8d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d889a3b9100b8c06d5209c7c6eebdd3276cdea6e" 2018-07-15 21:18:18,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:18:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88e14b98-e54b-4419-be0e-29769e924282 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:18:18,419 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6a450ac6e03946e5bc6e359b76f3fa8d used request id req-88e14b98-e54b-4419-be0e-29769e924282 2018-07-15 21:18:18,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.217017889023s 2018-07-15 21:18:18,419 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6a450ac6e03946e5bc6e359b76f3fa8d used request id req-88e14b98-e54b-4419-be0e-29769e924282 2018-07-15 21:18:18,473 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:18:18,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:18:18,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:18:18,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:18,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bed16c3e-a50a-4ad4-ad5c-2aae1488ea63 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:18:18,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bed16c3e-a50a-4ad4-ad5c-2aae1488ea63 2018-07-15 21:18:18,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:18:18,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["bXLWrN_8SEi4bys5ybbNiw"], "issued_at": "2018-07-15T21:18:18.000000Z"}} 2018-07-15 21:18:18,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:18,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:19,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-960202d1-da9a-43af-967a-45aecacc74d0 Date: Sun, 15 Jul 2018 21:18:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:18:19,892 - 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-960202d1-da9a-43af-967a-45aecacc74d0 2018-07-15 21:18:19,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.948549985886s 2018-07-15 21:18:19,892 - 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-960202d1-da9a-43af-967a-45aecacc74d0 2018-07-15 21:18:19,893 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-15 21:18:19,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:18:19,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"network": {"name": "vmready1-net_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "admin_state_up": true}}' 2018-07-15 21:18:20,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-b0087a75-fec2-4bde-be33-40a6f5b6eb51 Date: Sun, 15 Jul 2018 21:18:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"46e1d35f-1821-40d9-ba06-17ba4d947bfa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:18:20Z","is_default":false,"provider:segmentation_id":89,"name":"vmready1-net_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:19Z","mtu":1450}} 2018-07-15 21:18:20,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b0087a75-fec2-4bde-be33-40a6f5b6eb51 2018-07-15 21:18:20,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.294442892075s 2018-07-15 21:18:20,188 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b0087a75-fec2-4bde-be33-40a6f5b6eb51 2018-07-15 21:18:20,189 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T21:18:20Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'46e1d35f-1821-40d9-ba06-17ba4d947bfa', u'provider:segmentation_id': 89, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb', u'admin_state_up': True, u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:18:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'52690990a52243adb7d5a696f81b986e'}) 2018-07-15 21:18:20,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:20,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:20,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-f5eaa909-964a-48a4-9eb0-95557fd9f6d6 Date: Sun, 15 Jul 2018 21:18:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"46e1d35f-1821-40d9-ba06-17ba4d947bfa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:18:20Z","provider:segmentation_id":89,"name":"vmready1-net_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:18:20,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f5eaa909-964a-48a4-9eb0-95557fd9f6d6 2018-07-15 21:18:20,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116330862045s 2018-07-15 21:18:20,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f5eaa909-964a-48a4-9eb0-95557fd9f6d6 2018-07-15 21:18:20,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:18:20,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"subnet": {"name": "vmready1-subnet_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "enable_dhcp": true, "network_id": "46e1d35f-1821-40d9-ba06-17ba4d947bfa", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:18:20,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cdc25033-2d74-4e96-8115-d9a84a3fd755 Date: Sun, 15 Jul 2018 21:18:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"46e1d35f-1821-40d9-ba06-17ba4d947bfa","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:20Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"52690990a52243adb7d5a696f81b986e","id":"1eeefcc4-d381-4fe7-9b60-74065aab975a","subnetpool_id":null,"name":"vmready1-subnet_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb"}} 2018-07-15 21:18:20,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-cdc25033-2d74-4e96-8115-d9a84a3fd755 2018-07-15 21:18:20,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.411701917648s 2018-07-15 21:18:20,720 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-cdc25033-2d74-4e96-8115-d9a84a3fd755 2018-07-15 21:18:20,721 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:18:20Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'1eeefcc4-d381-4fe7-9b60-74065aab975a', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb', u'enable_dhcp': True, u'network_id': u'46e1d35f-1821-40d9-ba06-17ba4d947bfa', u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:18:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'52690990a52243adb7d5a696f81b986e'}) 2018-07-15 21:18:20,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:18:20,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "vmready1-router_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "admin_state_up": true}}' 2018-07-15 21:18:21,991 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-331f51a6-4f1a-48e1-87f7-a852a5df3a56 Date: Sun, 15 Jul 2018 21:18:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T21:18:21Z", "revision_number": 2, "routes": [], "project_id": "52690990a52243adb7d5a696f81b986e", "id": "e67b6648-262f-499b-a20e-af365ea48bac", "name": "vmready1-router_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb"}} 2018-07-15 21:18:21,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-331f51a6-4f1a-48e1-87f7-a852a5df3a56 2018-07-15 21:18:21,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27001190186s 2018-07-15 21:18:21,992 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-331f51a6-4f1a-48e1-87f7-a852a5df3a56 2018-07-15 21:18:21,992 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:18:20Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-15T21:18:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'52690990a52243adb7d5a696f81b986e', u'id': u'e67b6648-262f-499b-a20e-af365ea48bac', u'name': u'vmready1-router_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb'}) 2018-07-15 21:18:21,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:18:21,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"subnet_id": "1eeefcc4-d381-4fe7-9b60-74065aab975a"}' 2018-07-15 21:18:23,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1cc251a7-0107-4900-b554-fa526c3d11fb Date: Sun, 15 Jul 2018 21:18:23 GMT RESP BODY: {"network_id": "46e1d35f-1821-40d9-ba06-17ba4d947bfa", "tenant_id": "52690990a52243adb7d5a696f81b986e", "subnet_id": "1eeefcc4-d381-4fe7-9b60-74065aab975a", "subnet_ids": ["1eeefcc4-d381-4fe7-9b60-74065aab975a"], "port_id": "3cbafd7c-bf13-4114-a599-857d0f57ff70", "id": "e67b6648-262f-499b-a20e-af365ea48bac"} 2018-07-15 21:18:23,672 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac/add_router_interface.json used request id req-1cc251a7-0107-4900-b554-fa526c3d11fb 2018-07-15 21:18:23,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67927193642s 2018-07-15 21:18:23,672 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac/add_router_interface.json used request id req-1cc251a7-0107-4900-b554-fa526c3d11fb returning object e67b6648-262f-499b-a20e-af365ea48bac 2018-07-15 21:18:23,673 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 21:18:23,795 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 21:18:23,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:23,800 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 21:18:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-15 21:18:23,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:18:23,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:24,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6ed265e0-1b63-4a21-b22d-77ca1c6e09dc Date: Sun, 15 Jul 2018 21:18:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:18:24,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6ed265e0-1b63-4a21-b22d-77ca1c6e09dc 2018-07-15 21:18:24,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.65943312645s 2018-07-15 21:18:24,462 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6ed265e0-1b63-4a21-b22d-77ca1c6e09dc 2018-07-15 21:18:24,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 21:18:24,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb"}' 2018-07-15 21:18:24,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-99ac37ea-b52c-4f00-b6da-d098d5fd2302 Date: Sun, 15 Jul 2018 21:18:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/file", "owner": "52690990a52243adb7d5a696f81b986e", "id": "59fa7e4f-13a4-40aa-bdf1-29ba820a7246", "size": null, "self": "/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:18:24Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "checksum": null, "created_at": "2018-07-15T21:18:24Z", "protected": false} 2018-07-15 21:18:24,558 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-99ac37ea-b52c-4f00-b6da-d098d5fd2302 2018-07-15 21:18:24,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0874350070953s 2018-07-15 21:18:24,558 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-99ac37ea-b52c-4f00-b6da-d098d5fd2302 returning object 59fa7e4f-13a4-40aa-bdf1-29ba820a7246 2018-07-15 21:18:24,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 21:18:24,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '' 2018-07-15 21:18:26,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48cdd6cc-cf9b-47bd-ac31-c2c4d09fc577 Date: Sun, 15 Jul 2018 21:18:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:18:26,937 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/file used request id req-48cdd6cc-cf9b-47bd-ac31-c2c4d09fc577 2018-07-15 21:18:26,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.37812185287s 2018-07-15 21:18:26,937 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/file used request id req-48cdd6cc-cf9b-47bd-ac31-c2c4d09fc577 2018-07-15 21:18:26,937 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T21:18:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/file', u'owner': u'52690990a52243adb7d5a696f81b986e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'59fa7e4f-13a4-40aa-bdf1-29ba820a7246', u'size': None, u'name': u'vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb', u'checksum': None, u'self': u'/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T21:18:24Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 21:18:26,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 21:18:26,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 21:18:27,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18: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-a202e224-2c23-4cb9-baf2-0ec5b5b5c0a1 x-compute-request-id: req-a202e224-2c23-4cb9-baf2-0ec5b5b5c0a1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/53443e66-d317-40d0-91ff-d3efe189f23f", "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": "53443e66-d317-40d0-91ff-d3efe189f23f"}} 2018-07-15 21:18:27,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a202e224-2c23-4cb9-baf2-0ec5b5b5c0a1 2018-07-15 21:18:27,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.784552097321s 2018-07-15 21:18:27,723 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a202e224-2c23-4cb9-baf2-0ec5b5b5c0a1 2018-07-15 21:18:27,724 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb', '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'52690990a52243adb7d5a696f81b986e', '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'53443e66-d317-40d0-91ff-d3efe189f23f', 'swap': 0}) 2018-07-15 21:18:27,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 21:18:27,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"extra_specs": {}}' 2018-07-15 21:18:27,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1127b697-1669-4316-b00b-8eda1058a6de x-compute-request-id: req-1127b697-1669-4316-b00b-8eda1058a6de Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 21:18:27,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f/os-extra_specs used request id req-1127b697-1669-4316-b00b-8eda1058a6de 2018-07-15 21:18:27,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.137593984604s 2018-07-15 21:18:27,862 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f/os-extra_specs used request id req-1127b697-1669-4316-b00b-8eda1058a6de 2018-07-15 21:18:27,976 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:18:27,976 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 21:18:27,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:18:27,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" -d '{"subnet_id": "1eeefcc4-d381-4fe7-9b60-74065aab975a"}' 2018-07-15 21:18:29,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3bb681a2-81d2-4bdc-810c-82c7ccf740ec Date: Sun, 15 Jul 2018 21:18:29 GMT RESP BODY: {"network_id": "46e1d35f-1821-40d9-ba06-17ba4d947bfa", "tenant_id": "52690990a52243adb7d5a696f81b986e", "subnet_id": "1eeefcc4-d381-4fe7-9b60-74065aab975a", "subnet_ids": ["1eeefcc4-d381-4fe7-9b60-74065aab975a"], "port_id": "3cbafd7c-bf13-4114-a599-857d0f57ff70", "id": "e67b6648-262f-499b-a20e-af365ea48bac"} 2018-07-15 21:18:29,408 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac/remove_router_interface.json used request id req-3bb681a2-81d2-4bdc-810c-82c7ccf740ec 2018-07-15 21:18:29,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.4272351265s 2018-07-15 21:18:29,409 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac/remove_router_interface.json used request id req-3bb681a2-81d2-4bdc-810c-82c7ccf740ec returning object e67b6648-262f-499b-a20e-af365ea48bac 2018-07-15 21:18:29,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:18:29,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:29,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-7754f901-1006-401d-bbcc-7ee053b84adb Date: Sun, 15 Jul 2018 21:18:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T21:18:28Z", "revision_number": 4, "routes": [], "project_id": "52690990a52243adb7d5a696f81b986e", "id": "e67b6648-262f-499b-a20e-af365ea48bac", "name": "vmready1-router_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb"}]} 2018-07-15 21:18:29,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7754f901-1006-401d-bbcc-7ee053b84adb 2018-07-15 21:18:29,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.250490903854s 2018-07-15 21:18:29,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7754f901-1006-401d-bbcc-7ee053b84adb 2018-07-15 21:18:29,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:18:29,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:30,973 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17a9b67f-89d1-4f02-bb53-fdc7d0c8cbc6 Content-Length: 0 Date: Sun, 15 Jul 2018 21:18:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:30,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac.json used request id req-17a9b67f-89d1-4f02-bb53-fdc7d0c8cbc6 2018-07-15 21:18:30,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31127285957s 2018-07-15 21:18:30,973 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e67b6648-262f-499b-a20e-af365ea48bac.json used request id req-17a9b67f-89d1-4f02-bb53-fdc7d0c8cbc6 2018-07-15 21:18:30,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:18:30,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:31,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1282 X-Openstack-Request-Id: req-8bf7b5a5-5f10-4e92-9e3b-10bb9e19bbc0 Date: Sun, 15 Jul 2018 21:18:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"46e1d35f-1821-40d9-ba06-17ba4d947bfa","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"52690990a52243adb7d5a696f81b986e","id":"1eeefcc4-d381-4fe7-9b60-74065aab975a","subnetpool_id":null,"name":"vmready1-subnet_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"595732ea-191d-4af2-b2a6-99674c968eec","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:22Z","dns_nameservers":[],"updated_at":"2018-07-15T21:15:22Z","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":"91c5c8c8213547dfb1e30af42577026b","id":"f6de302e-e276-4137-86b7-ad08fbabf76d","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-15 21:18:31,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8bf7b5a5-5f10-4e92-9e3b-10bb9e19bbc0 2018-07-15 21:18:31,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0773890018463s 2018-07-15 21:18:31,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8bf7b5a5-5f10-4e92-9e3b-10bb9e19bbc0 2018-07-15 21:18:31,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:18:31,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/1eeefcc4-d381-4fe7-9b60-74065aab975a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:32,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c40e1aef-cde0-4ab1-807f-4aaa1bd65a01 Date: Sun, 15 Jul 2018 21:18:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:32,129 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1eeefcc4-d381-4fe7-9b60-74065aab975a.json used request id req-c40e1aef-cde0-4ab1-807f-4aaa1bd65a01 2018-07-15 21:18:32,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.07572698593s 2018-07-15 21:18:32,129 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1eeefcc4-d381-4fe7-9b60-74065aab975a.json used request id req-c40e1aef-cde0-4ab1-807f-4aaa1bd65a01 2018-07-15 21:18:32,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:32,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:32,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-ee825203-318b-4e31-8aac-540f00032e90 Date: Sun, 15 Jul 2018 21:18:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"46e1d35f-1821-40d9-ba06-17ba4d947bfa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:18:31Z","provider:segmentation_id":89,"name":"vmready1-net_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:18:32,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ee825203-318b-4e31-8aac-540f00032e90 2018-07-15 21:18:32,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0799760818481s 2018-07-15 21:18:32,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ee825203-318b-4e31-8aac-540f00032e90 2018-07-15 21:18:32,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:18:32,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/46e1d35f-1821-40d9-ba06-17ba4d947bfa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:33,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2755279-4df0-4471-ba81-fad76c3347dd Date: Sun, 15 Jul 2018 21:18:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:33,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/46e1d35f-1821-40d9-ba06-17ba4d947bfa.json used request id req-b2755279-4df0-4471-ba81-fad76c3347dd 2018-07-15 21:18:33,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.50560188293s 2018-07-15 21:18:33,717 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/46e1d35f-1821-40d9-ba06-17ba4d947bfa.json used request id req-b2755279-4df0-4471-ba81-fad76c3347dd 2018-07-15 21:18:33,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:18:33,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:33,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-d72db380-30b2-4e10-b17f-89a5004463f5 Date: Sun, 15 Jul 2018 21:18:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/snap", "metadata": {}}], "file": "/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/file", "owner": "52690990a52243adb7d5a696f81b986e", "id": "59fa7e4f-13a4-40aa-bdf1-29ba820a7246", "size": 12716032, "self": "/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:18:26Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:18:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:18:33,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d72db380-30b2-4e10-b17f-89a5004463f5 2018-07-15 21:18:33,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0500209331512s 2018-07-15 21:18:33,771 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d72db380-30b2-4e10-b17f-89a5004463f5 2018-07-15 21:18:33,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 21:18:33,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:34,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee17d1bc-eaae-4511-81ba-f82b16940c9c Date: Sun, 15 Jul 2018 21:18:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:18:34,059 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246 used request id req-ee17d1bc-eaae-4511-81ba-f82b16940c9c 2018-07-15 21:18:34,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.286612987518s 2018-07-15 21:18:34,060 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/59fa7e4f-13a4-40aa-bdf1-29ba820a7246 used request id req-ee17d1bc-eaae-4511-81ba-f82b16940c9c 2018-07-15 21:18:34,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:18:34,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:34,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18: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-c8cd7882-ded5-4414-b6bb-c8b2faac4f7b x-compute-request-id: req-c8cd7882-ded5-4414-b6bb-c8b2faac4f7b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_f7c7cebc-5e8f-4dae-8dc5-bc15b62e32fb", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/53443e66-d317-40d0-91ff-d3efe189f23f", "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": "53443e66-d317-40d0-91ff-d3efe189f23f"}]} 2018-07-15 21:18:34,098 - 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-c8cd7882-ded5-4414-b6bb-c8b2faac4f7b 2018-07-15 21:18:34,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0379619598389s 2018-07-15 21:18:34,098 - 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-c8cd7882-ded5-4414-b6bb-c8b2faac4f7b 2018-07-15 21:18:34,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 21:18:34,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ddd96cc7fb365d81a601154e386accf425945fa1" 2018-07-15 21:18:34,136 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:18: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-00dd89a7-efea-4fa9-9a1c-f3ce4c91177f x-compute-request-id: req-00dd89a7-efea-4fa9-9a1c-f3ce4c91177f Content-Length: 0 Content-Type: application/json 2018-07-15 21:18:34,136 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f used request id req-00dd89a7-efea-4fa9-9a1c-f3ce4c91177f 2018-07-15 21:18:34,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0365419387817s 2018-07-15 21:18:34,137 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/53443e66-d317-40d0-91ff-d3efe189f23f used request id req-00dd89a7-efea-4fa9-9a1c-f3ce4c91177f 2018-07-15 21:18:34,191 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-15 21:18:34,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:18:34,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:18:34,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:18:34,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:18:34,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:18:34,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:18:34,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:18:34,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:18:34,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:18:34,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:18:34,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:34,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-836c5760-9e2b-4fd9-bc71-444b4f07fa4e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:18:34,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-836c5760-9e2b-4fd9-bc71-444b4f07fa4e 2018-07-15 21:18:34,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:18:34,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["MoLPSJdiSP2NHDr-czMD7w"], "issued_at": "2018-07-15T21:18:34.000000Z"}} 2018-07-15 21:18:34,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:35,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c9e80017-19c3-4cf5-9d83-df848dc8880d Date: Sun, 15 Jul 2018 21:18:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:18:35,572 - 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-c9e80017-19c3-4cf5-9d83-df848dc8880d 2018-07-15 21:18:35,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.926420927048s 2018-07-15 21:18:35,573 - 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-c9e80017-19c3-4cf5-9d83-df848dc8880d 2018-07-15 21:18:35,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:35,581 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c94d571d-2bcd-4a46-bce6-14532c6c8998 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:18:35,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-c94d571d-2bcd-4a46-bce6-14532c6c8998 2018-07-15 21:18:35,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:18:35,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:35,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e3db24-6419-4e5a-b507-226ce0eb5ca1 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75"}, "tags": [], "enabled": true, "id": "23b03187afd34255bfe3a645488a7c75", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 21:18:35,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-86e3db24-6419-4e5a-b507-226ce0eb5ca1 2018-07-15 21:18:35,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0927970409393s 2018-07-15 21:18:35,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-86e3db24-6419-4e5a-b507-226ce0eb5ca1 2018-07-15 21:18:35,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 21:18:35,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_abaaf730-fcb9-4123-8002-055db7c00c13"}}' 2018-07-15 21:18:35,785 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9bc1157-3e88-41ec-a2b1-0e6737a0cf22 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/732b28f6a17f42dca6ea71b2901066b2"}, "tags": [], "enabled": true, "id": "732b28f6a17f42dca6ea71b2901066b2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_abaaf730-fcb9-4123-8002-055db7c00c13"}} 2018-07-15 21:18:35,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e9bc1157-3e88-41ec-a2b1-0e6737a0cf22 2018-07-15 21:18:35,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104265213013s 2018-07-15 21:18:35,786 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-e9bc1157-3e88-41ec-a2b1-0e6737a0cf22 2018-07-15 21:18:35,786 - 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'732b28f6a17f42dca6ea71b2901066b2', '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_abaaf730-fcb9-4123-8002-055db7c00c13'}) 2018-07-15 21:18:35,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 21:18:35,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "bb435321-dad3-47cf-8547-7e26c8ac32c4", "email": null, "name": "vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13"}}' 2018-07-15 21:18:36,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:18:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28fc9c45-0e92-4c50-96b7-af473f384e8d Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13", "links": {"self": "http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "79f002861b6d4e6aabb5b9ff405ea4f5", "domain_id": "default", "password_expires_at": null}} 2018-07-15 21:18:36,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-28fc9c45-0e92-4c50-96b7-af473f384e8d 2018-07-15 21:18:36,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.435159921646s 2018-07-15 21:18:36,228 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-28fc9c45-0e92-4c50-96b7-af473f384e8d 2018-07-15 21:18:36,229 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'79f002861b6d4e6aabb5b9ff405ea4f5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13'}) 2018-07-15 21:18:36,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:18:36,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:36,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f449c70-f225-4a75-ad13-897f772a280e Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:18:36,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2f449c70-f225-4a75-ad13-897f772a280e 2018-07-15 21:18:36,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0838508605957s 2018-07-15 21:18:36,316 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2f449c70-f225-4a75-ad13-897f772a280e 2018-07-15 21:18:36,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:18:36,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:36,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9283ce-d9b0-4b62-bccc-373ceeffee41 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:18:36,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c9283ce-d9b0-4b62-bccc-373ceeffee41 2018-07-15 21:18:36,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0917141437531s 2018-07-15 21:18:36,412 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7c9283ce-d9b0-4b62-bccc-373ceeffee41 2018-07-15 21:18:36,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:18:36,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:36,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6102e03-84e9-439a-afbe-236dfe6c191a Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:18:36,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a6102e03-84e9-439a-afbe-236dfe6c191a 2018-07-15 21:18:36,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0858659744263s 2018-07-15 21:18:36,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a6102e03-84e9-439a-afbe-236dfe6c191a 2018-07-15 21:18:36,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:18:36,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:36,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f74850b-a20b-4781-a3b3-9647368ae1e3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 21:18:36,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8f74850b-a20b-4781-a3b3-9647368ae1e3 2018-07-15 21:18:36,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0984239578247s 2018-07-15 21:18:36,606 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8f74850b-a20b-4781-a3b3-9647368ae1e3 2018-07-15 21:18:36,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:18:36,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:36,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d51781ca-7ff7-4c58-bfa8-e9e68a155e86 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13", "links": {"self": "http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "79f002861b6d4e6aabb5b9ff405ea4f5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:18:36,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d51781ca-7ff7-4c58-bfa8-e9e68a155e86 2018-07-15 21:18:36,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115722179413s 2018-07-15 21:18:36,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d51781ca-7ff7-4c58-bfa8-e9e68a155e86 2018-07-15 21:18:36,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:18:36,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:36,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2432a03a-30ff-4e2d-8d74-57f92355d649 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/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "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/732b28f6a17f42dca6ea71b2901066b2"}, "tags": [], "enabled": true, "id": "732b28f6a17f42dca6ea71b2901066b2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_abaaf730-fcb9-4123-8002-055db7c00c13"}]} 2018-07-15 21:18:36,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2432a03a-30ff-4e2d-8d74-57f92355d649 2018-07-15 21:18:36,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0989260673523s 2018-07-15 21:18:36,834 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2432a03a-30ff-4e2d-8d74-57f92355d649 2018-07-15 21:18:36,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 21:18:36,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=79f002861b6d4e6aabb5b9ff405ea4f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=732b28f6a17f42dca6ea71b2901066b2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:36,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1699442-45ce-4b99-bec6-f3d0c3ad493f 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=79f002861b6d4e6aabb5b9ff405ea4f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=732b28f6a17f42dca6ea71b2901066b2", "previous": null, "next": null}} 2018-07-15 21:18:36,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=79f002861b6d4e6aabb5b9ff405ea4f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=732b28f6a17f42dca6ea71b2901066b2 used request id req-c1699442-45ce-4b99-bec6-f3d0c3ad493f 2018-07-15 21:18:36,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0914168357849s 2018-07-15 21:18:36,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=79f002861b6d4e6aabb5b9ff405ea4f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=732b28f6a17f42dca6ea71b2901066b2 used request id req-c1699442-45ce-4b99-bec6-f3d0c3ad493f 2018-07-15 21:18:36,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 21:18:36,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/732b28f6a17f42dca6ea71b2901066b2/users/79f002861b6d4e6aabb5b9ff405ea4f5/roles/443225368889431081c14f46ae6afbda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:37,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a169155-d366-4996-8910-c520120b98c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:18:37,114 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/732b28f6a17f42dca6ea71b2901066b2/users/79f002861b6d4e6aabb5b9ff405ea4f5/roles/443225368889431081c14f46ae6afbda used request id req-8a169155-d366-4996-8910-c520120b98c6 2018-07-15 21:18:37,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.17733001709s 2018-07-15 21:18:37,114 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/732b28f6a17f42dca6ea71b2901066b2/users/79f002861b6d4e6aabb5b9ff405ea4f5/roles/443225368889431081c14f46ae6afbda used request id req-8a169155-d366-4996-8910-c520120b98c6 2018-07-15 21:18:37,115 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_abaaf730-fcb9-4123-8002-055db7c00c13', 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'732b28f6a17f42dca6ea71b2901066b2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'bb435321-dad3-47cf-8547-7e26c8ac32c4', 'username': u'vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 21:18:37,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:18:37,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:18:37,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:18:37,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:18:37,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:18:37,120 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13', 'password': 'bb435321-dad3-47cf-8547-7e26c8ac32c4', 'project_name': 'vmready2-project_abaaf730-fcb9-4123-8002-055db7c00c13', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '732b28f6a17f42dca6ea71b2901066b2', 'project_domain_name': 'Default'} 2018-07-15 21:18:37,120 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-15 21:18:37,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:37,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ab89f8-04fb-4f39-b7bd-3813ffa42e15 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:18:37,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a5ab89f8-04fb-4f39-b7bd-3813ffa42e15 2018-07-15 21:18:37,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:18:37,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}], "expires_at": "2018-07-15T22:18:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "732b28f6a17f42dca6ea71b2901066b2", "name": "vmready2-project_abaaf730-fcb9-4123-8002-055db7c00c13"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/732b28f6a17f42dca6ea71b2901066b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/732b28f6a17f42dca6ea71b2901066b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/732b28f6a17f42dca6ea71b2901066b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/732b28f6a17f42dca6ea71b2901066b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/732b28f6a17f42dca6ea71b2901066b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/732b28f6a17f42dca6ea71b2901066b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_732b28f6a17f42dca6ea71b2901066b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_732b28f6a17f42dca6ea71b2901066b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/732b28f6a17f42dca6ea71b2901066b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/732b28f6a17f42dca6ea71b2901066b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/732b28f6a17f42dca6ea71b2901066b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/732b28f6a17f42dca6ea71b2901066b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/732b28f6a17f42dca6ea71b2901066b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/732b28f6a17f42dca6ea71b2901066b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13", "id": "79f002861b6d4e6aabb5b9ff405ea4f5"}, "audit_ids": ["Vrj1e3DCSyGeeQzir4JawA"], "issued_at": "2018-07-15T21:18:37.000000Z"}} 2018-07-15 21:18:37,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:18:37,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" -d '{"network": {"name": "vmready2-net_abaaf730-fcb9-4123-8002-055db7c00c13", "admin_state_up": true}}' 2018-07-15 21:18:38,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-e18564a5-edc4-413a-8e98-665efb1e1586 Date: Sun, 15 Jul 2018 21:18:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"732b28f6a17f42dca6ea71b2901066b2","created_at":"2018-07-15T21:18:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T21:18:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"732b28f6a17f42dca6ea71b2901066b2","id":"c8d92a31-a25e-40b0-8e4c-541daf50ddc7","name":"vmready2-net_abaaf730-fcb9-4123-8002-055db7c00c13"}} 2018-07-15 21:18:38,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e18564a5-edc4-413a-8e98-665efb1e1586 2018-07-15 21:18:38,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.44651603699s 2018-07-15 21:18:38,970 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e18564a5-edc4-413a-8e98-665efb1e1586 2018-07-15 21:18:38,971 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:18:38Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c8d92a31-a25e-40b0-8e4c-541daf50ddc7', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_abaaf730-fcb9-4123-8002-055db7c00c13', u'admin_state_up': True, u'tenant_id': u'732b28f6a17f42dca6ea71b2901066b2', u'created_at': u'2018-07-15T21:18:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'732b28f6a17f42dca6ea71b2901066b2'}) 2018-07-15 21:18:38,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:38,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:39,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-5d8ce4fe-0b57-40ea-8e95-9dc5973339be Date: Sun, 15 Jul 2018 21:18:39 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":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:18:38Z","tenant_id":"732b28f6a17f42dca6ea71b2901066b2","created_at":"2018-07-15T21:18:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"732b28f6a17f42dca6ea71b2901066b2","id":"c8d92a31-a25e-40b0-8e4c-541daf50ddc7","name":"vmready2-net_abaaf730-fcb9-4123-8002-055db7c00c13"}]} 2018-07-15 21:18:39,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5d8ce4fe-0b57-40ea-8e95-9dc5973339be 2018-07-15 21:18:39,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231521844864s 2018-07-15 21:18:39,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5d8ce4fe-0b57-40ea-8e95-9dc5973339be 2018-07-15 21:18:39,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:18:39,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" -d '{"subnet": {"name": "vmready2-subnet_abaaf730-fcb9-4123-8002-055db7c00c13", "enable_dhcp": true, "network_id": "c8d92a31-a25e-40b0-8e4c-541daf50ddc7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:18:39,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e34676e9-19d1-4afe-9998-23436c17e047 Date: Sun, 15 Jul 2018 21:18:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8d92a31-a25e-40b0-8e4c-541daf50ddc7","tenant_id":"732b28f6a17f42dca6ea71b2901066b2","created_at":"2018-07-15T21:18:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:39Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"732b28f6a17f42dca6ea71b2901066b2","id":"9d9dbddf-c844-4cef-bc29-68e24883ce97","subnetpool_id":null,"name":"vmready2-subnet_abaaf730-fcb9-4123-8002-055db7c00c13"}} 2018-07-15 21:18:39,892 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e34676e9-19d1-4afe-9998-23436c17e047 2018-07-15 21:18:39,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.687503099442s 2018-07-15 21:18:39,893 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e34676e9-19d1-4afe-9998-23436c17e047 2018-07-15 21:18:39,893 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:18:39Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'9d9dbddf-c844-4cef-bc29-68e24883ce97', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_abaaf730-fcb9-4123-8002-055db7c00c13', u'enable_dhcp': True, u'network_id': u'c8d92a31-a25e-40b0-8e4c-541daf50ddc7', u'tenant_id': u'732b28f6a17f42dca6ea71b2901066b2', u'created_at': u'2018-07-15T21:18:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'732b28f6a17f42dca6ea71b2901066b2'}) 2018-07-15 21:18:39,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:18:39,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "vmready2-router_abaaf730-fcb9-4123-8002-055db7c00c13", "admin_state_up": true}}' 2018-07-15 21:18:41,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-42241375-1919-41a3-967a-3aa82b6772c7 Date: Sun, 15 Jul 2018 21:18:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "created_at": "2018-07-15T21:18:39Z", "admin_state_up": true, "updated_at": "2018-07-15T21:18:41Z", "revision_number": 2, "routes": [], "project_id": "732b28f6a17f42dca6ea71b2901066b2", "id": "24ed5c83-3912-4376-91ba-1618998ae4cf", "name": "vmready2-router_abaaf730-fcb9-4123-8002-055db7c00c13"}} 2018-07-15 21:18:41,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-42241375-1919-41a3-967a-3aa82b6772c7 2018-07-15 21:18:41,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.32445502281s 2018-07-15 21:18:41,219 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-42241375-1919-41a3-967a-3aa82b6772c7 2018-07-15 21:18:41,219 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'732b28f6a17f42dca6ea71b2901066b2', u'created_at': u'2018-07-15T21:18:39Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T21:18:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'732b28f6a17f42dca6ea71b2901066b2', u'id': u'24ed5c83-3912-4376-91ba-1618998ae4cf', u'name': u'vmready2-router_abaaf730-fcb9-4123-8002-055db7c00c13'}) 2018-07-15 21:18:41,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:18:41,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" -d '{"subnet_id": "9d9dbddf-c844-4cef-bc29-68e24883ce97"}' 2018-07-15 21:18:42,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a22c6270-daab-414e-a170-b653a449bd93 Date: Sun, 15 Jul 2018 21:18:42 GMT RESP BODY: {"network_id": "c8d92a31-a25e-40b0-8e4c-541daf50ddc7", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "subnet_id": "9d9dbddf-c844-4cef-bc29-68e24883ce97", "subnet_ids": ["9d9dbddf-c844-4cef-bc29-68e24883ce97"], "port_id": "378929d8-cd43-4036-94b7-e2a7d2f0fe60", "id": "24ed5c83-3912-4376-91ba-1618998ae4cf"} 2018-07-15 21:18:42,897 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf/add_router_interface.json used request id req-a22c6270-daab-414e-a170-b653a449bd93 2018-07-15 21:18:42,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67668485641s 2018-07-15 21:18:42,897 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf/add_router_interface.json used request id req-a22c6270-daab-414e-a170-b653a449bd93 returning object 24ed5c83-3912-4376-91ba-1618998ae4cf 2018-07-15 21:18:42,897 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 21:18:43,024 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 21:18:43,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:43,030 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 21:18:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-15 21:18:43,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:18:43,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:43,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-253b333d-56e9-41c8-ab13-d17e22f41074 Date: Sun, 15 Jul 2018 21:18:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:18:43,795 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-253b333d-56e9-41c8-ab13-d17e22f41074 2018-07-15 21:18:43,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.763179063797s 2018-07-15 21:18:43,796 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-253b333d-56e9-41c8-ab13-d17e22f41074 2018-07-15 21:18:43,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 21:18:43,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13"}' 2018-07-15 21:18:43,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f85fea30-b5a7-4161-bf89-e9916e420861 Date: Sun, 15 Jul 2018 21:18:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/file", "owner": "732b28f6a17f42dca6ea71b2901066b2", "id": "01ef95f6-39dd-42eb-bf97-b172b37f7317", "size": null, "self": "/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:18:43Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13", "checksum": null, "created_at": "2018-07-15T21:18:43Z", "protected": false} 2018-07-15 21:18:43,913 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-f85fea30-b5a7-4161-bf89-e9916e420861 2018-07-15 21:18:43,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.110587120056s 2018-07-15 21:18:43,914 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-f85fea30-b5a7-4161-bf89-e9916e420861 returning object 01ef95f6-39dd-42eb-bf97-b172b37f7317 2018-07-15 21:18:43,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 21:18:43,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" -d '' 2018-07-15 21:18:44,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d7b49e6a-ff46-4584-8b48-9e69f4250c85 Date: Sun, 15 Jul 2018 21:18:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:18:44,339 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/file used request id req-d7b49e6a-ff46-4584-8b48-9e69f4250c85 2018-07-15 21:18:44,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.42492890358s 2018-07-15 21:18:44,340 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/file used request id req-d7b49e6a-ff46-4584-8b48-9e69f4250c85 2018-07-15 21:18:44,340 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T21:18:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/file', u'owner': u'732b28f6a17f42dca6ea71b2901066b2', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'01ef95f6-39dd-42eb-bf97-b172b37f7317', u'size': None, u'name': u'vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13', u'checksum': None, u'self': u'/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T21:18:43Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 21:18:44,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 21:18:44,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_abaaf730-fcb9-4123-8002-055db7c00c13", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 21:18:45,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18: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-ec4e838a-ddd2-4755-ae3c-ad75b9dbc41c x-compute-request-id: req-ec4e838a-ddd2-4755-ae3c-ad75b9dbc41c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_abaaf730-fcb9-4123-8002-055db7c00c13", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2", "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": "2ad36b07-504e-4cc7-95f1-79dabd161af2"}} 2018-07-15 21:18:45,025 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ec4e838a-ddd2-4755-ae3c-ad75b9dbc41c 2018-07-15 21:18:45,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.684248924255s 2018-07-15 21:18:45,025 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ec4e838a-ddd2-4755-ae3c-ad75b9dbc41c 2018-07-15 21:18:45,026 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_abaaf730-fcb9-4123-8002-055db7c00c13', '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'52690990a52243adb7d5a696f81b986e', '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'2ad36b07-504e-4cc7-95f1-79dabd161af2', 'swap': 0}) 2018-07-15 21:18:45,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 21:18:45,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" -d '{"extra_specs": {}}' 2018-07-15 21:18:45,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21393c10-cccc-4b3f-8bdf-c05400efc7ce x-compute-request-id: req-21393c10-cccc-4b3f-8bdf-c05400efc7ce Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 21:18:45,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2/os-extra_specs used request id req-21393c10-cccc-4b3f-8bdf-c05400efc7ce 2018-07-15 21:18:45,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.130438089371s 2018-07-15 21:18:45,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2/os-extra_specs used request id req-21393c10-cccc-4b3f-8bdf-c05400efc7ce 2018-07-15 21:18:45,266 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:18:45,267 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 21:18:45,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:18:45,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" -d '{"subnet_id": "9d9dbddf-c844-4cef-bc29-68e24883ce97"}' 2018-07-15 21:18:46,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c7396a52-2187-4907-81e3-198b7d9b0ff1 Date: Sun, 15 Jul 2018 21:18:46 GMT RESP BODY: {"network_id": "c8d92a31-a25e-40b0-8e4c-541daf50ddc7", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "subnet_id": "9d9dbddf-c844-4cef-bc29-68e24883ce97", "subnet_ids": ["9d9dbddf-c844-4cef-bc29-68e24883ce97"], "port_id": "378929d8-cd43-4036-94b7-e2a7d2f0fe60", "id": "24ed5c83-3912-4376-91ba-1618998ae4cf"} 2018-07-15 21:18:46,963 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf/remove_router_interface.json used request id req-c7396a52-2187-4907-81e3-198b7d9b0ff1 2018-07-15 21:18:46,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69107484818s 2018-07-15 21:18:46,963 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf/remove_router_interface.json used request id req-c7396a52-2187-4907-81e3-198b7d9b0ff1 returning object 24ed5c83-3912-4376-91ba-1618998ae4cf 2018-07-15 21:18:46,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:18:46,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:47,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-4de14036-9672-41a7-a093-555ae3f02e73 Date: Sun, 15 Jul 2018 21:18:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "created_at": "2018-07-15T21:18:39Z", "admin_state_up": true, "updated_at": "2018-07-15T21:18:46Z", "revision_number": 4, "routes": [], "project_id": "732b28f6a17f42dca6ea71b2901066b2", "id": "24ed5c83-3912-4376-91ba-1618998ae4cf", "name": "vmready2-router_abaaf730-fcb9-4123-8002-055db7c00c13"}]} 2018-07-15 21:18:47,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4de14036-9672-41a7-a093-555ae3f02e73 2018-07-15 21:18:47,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.127017021179s 2018-07-15 21:18:47,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4de14036-9672-41a7-a093-555ae3f02e73 2018-07-15 21:18:47,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:18:47,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:48,511 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ebc82ff8-06a2-4cf6-b7a3-a4ec073f7a59 Content-Length: 0 Date: Sun, 15 Jul 2018 21:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:48,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf.json used request id req-ebc82ff8-06a2-4cf6-b7a3-a4ec073f7a59 2018-07-15 21:18:48,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.41799497604s 2018-07-15 21:18:48,512 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/24ed5c83-3912-4376-91ba-1618998ae4cf.json used request id req-ebc82ff8-06a2-4cf6-b7a3-a4ec073f7a59 2018-07-15 21:18:48,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:18:48,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:48,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-958a18c1-a7c9-4c6f-bf12-287f5ddaa9b8 Date: Sun, 15 Jul 2018 21:18:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c8d92a31-a25e-40b0-8e4c-541daf50ddc7","tenant_id":"732b28f6a17f42dca6ea71b2901066b2","created_at":"2018-07-15T21:18:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"732b28f6a17f42dca6ea71b2901066b2","id":"9d9dbddf-c844-4cef-bc29-68e24883ce97","subnetpool_id":null,"name":"vmready2-subnet_abaaf730-fcb9-4123-8002-055db7c00c13"}]} 2018-07-15 21:18:48,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-958a18c1-a7c9-4c6f-bf12-287f5ddaa9b8 2018-07-15 21:18:48,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0982301235199s 2018-07-15 21:18:48,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-958a18c1-a7c9-4c6f-bf12-287f5ddaa9b8 2018-07-15 21:18:48,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:18:48,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/9d9dbddf-c844-4cef-bc29-68e24883ce97.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:49,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bbe889d-aac0-4ed8-9cee-096a2d652835 Date: Sun, 15 Jul 2018 21:18:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:49,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9d9dbddf-c844-4cef-bc29-68e24883ce97.json used request id req-1bbe889d-aac0-4ed8-9cee-096a2d652835 2018-07-15 21:18:49,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.18589901924s 2018-07-15 21:18:49,799 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9d9dbddf-c844-4cef-bc29-68e24883ce97.json used request id req-1bbe889d-aac0-4ed8-9cee-096a2d652835 2018-07-15 21:18:49,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:49,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:49,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-9d21d032-5223-4951-9f0e-c63ce2862cad Date: Sun, 15 Jul 2018 21:18:49 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":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:18:49Z","tenant_id":"732b28f6a17f42dca6ea71b2901066b2","created_at":"2018-07-15T21:18:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"732b28f6a17f42dca6ea71b2901066b2","id":"c8d92a31-a25e-40b0-8e4c-541daf50ddc7","name":"vmready2-net_abaaf730-fcb9-4123-8002-055db7c00c13"}]} 2018-07-15 21:18:49,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9d21d032-5223-4951-9f0e-c63ce2862cad 2018-07-15 21:18:49,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128325939178s 2018-07-15 21:18:49,928 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9d21d032-5223-4951-9f0e-c63ce2862cad 2018-07-15 21:18:49,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:18:49,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/c8d92a31-a25e-40b0-8e4c-541daf50ddc7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:51,362 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6643bda2-f6f6-4a90-bf8d-a41faad1c949 Date: Sun, 15 Jul 2018 21:18:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:18:51,362 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c8d92a31-a25e-40b0-8e4c-541daf50ddc7.json used request id req-6643bda2-f6f6-4a90-bf8d-a41faad1c949 2018-07-15 21:18:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.43351793289s 2018-07-15 21:18:51,363 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c8d92a31-a25e-40b0-8e4c-541daf50ddc7.json used request id req-6643bda2-f6f6-4a90-bf8d-a41faad1c949 2018-07-15 21:18:51,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:18:51,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:51,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-c0123ef1-09f5-4259-8e91-8f0f06fcea6a Date: Sun, 15 Jul 2018 21:18:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/snap", "metadata": {}}], "file": "/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/file", "owner": "732b28f6a17f42dca6ea71b2901066b2", "id": "01ef95f6-39dd-42eb-bf97-b172b37f7317", "size": 12716032, "self": "/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/01ef95f6-39dd-42eb-bf97-b172b37f7317/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:18:44Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_abaaf730-fcb9-4123-8002-055db7c00c13", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:18:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:18:51,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c0123ef1-09f5-4259-8e91-8f0f06fcea6a 2018-07-15 21:18:51,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0389521121979s 2018-07-15 21:18:51,406 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c0123ef1-09f5-4259-8e91-8f0f06fcea6a 2018-07-15 21:18:51,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 21:18:51,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}578da57283f0554d43d64efaff2ca483eb19a005" 2018-07-15 21:18:51,885 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09a3b607-c66a-42c5-a1eb-b5a0c7d2f9f8 Date: Sun, 15 Jul 2018 21:18:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:18:51,885 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317 used request id req-09a3b607-c66a-42c5-a1eb-b5a0c7d2f9f8 2018-07-15 21:18:51,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.477437019348s 2018-07-15 21:18:51,886 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/01ef95f6-39dd-42eb-bf97-b172b37f7317 used request id req-09a3b607-c66a-42c5-a1eb-b5a0c7d2f9f8 2018-07-15 21:18:51,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:18:51,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:51,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18: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-6639e6f1-cb26-4e9b-9474-2436b707c6d0 x-compute-request-id: req-6639e6f1-cb26-4e9b-9474-2436b707c6d0 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_abaaf730-fcb9-4123-8002-055db7c00c13", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2", "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": "2ad36b07-504e-4cc7-95f1-79dabd161af2"}]} 2018-07-15 21:18:51,914 - 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-6639e6f1-cb26-4e9b-9474-2436b707c6d0 2018-07-15 21:18:51,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0280930995941s 2018-07-15 21:18:51,915 - 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-6639e6f1-cb26-4e9b-9474-2436b707c6d0 2018-07-15 21:18:51,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 21:18:51,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:51,950 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1209ff2a-1901-4bb9-af47-49f6d41900fc x-compute-request-id: req-1209ff2a-1901-4bb9-af47-49f6d41900fc Content-Length: 0 Content-Type: application/json 2018-07-15 21:18:51,950 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2 used request id req-1209ff2a-1901-4bb9-af47-49f6d41900fc 2018-07-15 21:18:51,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0336458683014s 2018-07-15 21:18:51,950 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/2ad36b07-504e-4cc7-95f1-79dabd161af2 used request id req-1209ff2a-1901-4bb9-af47-49f6d41900fc 2018-07-15 21:18:51,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:18:51,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:52,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73ceb222-d3d2-4d9c-a5cd-d5261c5171a0 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13", "links": {"self": "http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "79f002861b6d4e6aabb5b9ff405ea4f5", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:18:52,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-73ceb222-d3d2-4d9c-a5cd-d5261c5171a0 2018-07-15 21:18:52,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112854957581s 2018-07-15 21:18:52,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-73ceb222-d3d2-4d9c-a5cd-d5261c5171a0 2018-07-15 21:18:52,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:18:52,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:52,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e12599c4-909d-48c3-b594-2e8eddb3f189 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_abaaf730-fcb9-4123-8002-055db7c00c13", "links": {"self": "http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "79f002861b6d4e6aabb5b9ff405ea4f5", "description": null}} 2018-07-15 21:18:52,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5 used request id req-e12599c4-909d-48c3-b594-2e8eddb3f189 2018-07-15 21:18:52,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128021001816s 2018-07-15 21:18:52,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5 used request id req-e12599c4-909d-48c3-b594-2e8eddb3f189 2018-07-15 21:18:52,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 21:18:52,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:52,450 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:18:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a4fb469-267b-46aa-9e42-859e3b6ab8d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:18:52,450 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5 used request id req-6a4fb469-267b-46aa-9e42-859e3b6ab8d4 2018-07-15 21:18:52,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.251830101013s 2018-07-15 21:18:52,451 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/79f002861b6d4e6aabb5b9ff405ea4f5 used request id req-6a4fb469-267b-46aa-9e42-859e3b6ab8d4 2018-07-15 21:18:52,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:18:52,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:52,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090d2720-d942-43a2-b496-e56aa2f61cb1 Content-Encoding: gzip Content-Length: 387 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/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.27:5000/v3/projects/732b28f6a17f42dca6ea71b2901066b2"}, "tags": [], "enabled": true, "id": "732b28f6a17f42dca6ea71b2901066b2", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_abaaf730-fcb9-4123-8002-055db7c00c13"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-15 21:18:52,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-090d2720-d942-43a2-b496-e56aa2f61cb1 2018-07-15 21:18:52,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0977919101715s 2018-07-15 21:18:52,555 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-090d2720-d942-43a2-b496-e56aa2f61cb1 2018-07-15 21:18:52,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 21:18:52,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/732b28f6a17f42dca6ea71b2901066b2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1f1334dc03d5a2ddb0935a9696189f107ba6b701" 2018-07-15 21:18:52,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:18:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f27a5417-f833-42c4-8e80-d8d25b1396ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:18:52,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/732b28f6a17f42dca6ea71b2901066b2 used request id req-f27a5417-f833-42c4-8e80-d8d25b1396ee 2018-07-15 21:18:52,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.211076021194s 2018-07-15 21:18:52,771 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/732b28f6a17f42dca6ea71b2901066b2 used request id req-f27a5417-f833-42c4-8e80-d8d25b1396ee 2018-07-15 21:18:52,825 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:18:52,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:18:52,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:18:52,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:52,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c30ed9-37b7-4a8d-a2f8-09e079eb2723 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:18:52,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-20c30ed9-37b7-4a8d-a2f8-09e079eb2723 2018-07-15 21:18:52,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:18:53,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:18:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["8udBTu9OT6iJDVg5jLuxhg"], "issued_at": "2018-07-15T21:18:53.000000Z"}} 2018-07-15 21:18:53,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:53,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:18:53,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-269e3f62-bfd6-4c76-8bdc-fd3e703e5873 Date: Sun, 15 Jul 2018 21:18:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:18:53,554 - 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-269e3f62-bfd6-4c76-8bdc-fd3e703e5873 2018-07-15 21:18:53,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278850078583s 2018-07-15 21:18:53,555 - 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-269e3f62-bfd6-4c76-8bdc-fd3e703e5873 2018-07-15 21:18:53,560 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-15 21:18:53,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:18:53,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"network": {"name": "singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3", "admin_state_up": true}}' 2018-07-15 21:18:53,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9225fdbb-aac9-4f0a-80b5-02b071c4219d Date: Sun, 15 Jul 2018 21:18:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:18:53Z","is_default":false,"provider:segmentation_id":57,"name":"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:53Z","mtu":1450}} 2018-07-15 21:18:53,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9225fdbb-aac9-4f0a-80b5-02b071c4219d 2018-07-15 21:18:53,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.268793106079s 2018-07-15 21:18:53,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9225fdbb-aac9-4f0a-80b5-02b071c4219d 2018-07-15 21:18:53,831 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-15T21:18:53Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'dfbea199-fe79-495b-bc02-d31b48d3ec0f', u'provider:segmentation_id': 57, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3', u'admin_state_up': True, u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:18:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'52690990a52243adb7d5a696f81b986e'}) 2018-07-15 21:18:53,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:18:53,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:18:54,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-c461ec57-920a-473e-87e0-e02efca347a3 Date: Sun, 15 Jul 2018 21:18:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:18:53Z","provider:segmentation_id":57,"name":"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:53Z","provider:network_type":"vxlan"}]} 2018-07-15 21:18:54,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c461ec57-920a-473e-87e0-e02efca347a3 2018-07-15 21:18:54,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262278079987s 2018-07-15 21:18:54,094 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c461ec57-920a-473e-87e0-e02efca347a3 2018-07-15 21:18:54,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:18:54,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"subnet": {"name": "singlevm1-subnet_7a2fe183-6286-4952-9451-a381f71523b3", "enable_dhcp": true, "network_id": "dfbea199-fe79-495b-bc02-d31b48d3ec0f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:18:54,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-46c8a13b-a37d-4b70-a4be-0a9ce4ed7592 Date: Sun, 15 Jul 2018 21:18:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:54Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"52690990a52243adb7d5a696f81b986e","id":"9c959064-3913-4c19-a206-1af71e5e1b6a","subnetpool_id":null,"name":"singlevm1-subnet_7a2fe183-6286-4952-9451-a381f71523b3"}} 2018-07-15 21:18:54,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-46c8a13b-a37d-4b70-a4be-0a9ce4ed7592 2018-07-15 21:18:54,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.496282815933s 2018-07-15 21:18:54,592 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-46c8a13b-a37d-4b70-a4be-0a9ce4ed7592 2018-07-15 21:18:54,593 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:18:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'9c959064-3913-4c19-a206-1af71e5e1b6a', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_7a2fe183-6286-4952-9451-a381f71523b3', u'enable_dhcp': True, u'network_id': u'dfbea199-fe79-495b-bc02-d31b48d3ec0f', u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:18:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'52690990a52243adb7d5a696f81b986e'}) 2018-07-15 21:18:54,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:18:54,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "singlevm1-router_7a2fe183-6286-4952-9451-a381f71523b3", "admin_state_up": true}}' 2018-07-15 21:18:55,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-3557a5e5-feeb-4ca7-8be1-4b9f1a695f09 Date: Sun, 15 Jul 2018 21:18:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T21:18:55Z", "revision_number": 2, "routes": [], "project_id": "52690990a52243adb7d5a696f81b986e", "id": "4eae6786-5190-4387-9571-6f921521ad53", "name": "singlevm1-router_7a2fe183-6286-4952-9451-a381f71523b3"}} 2018-07-15 21:18:55,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3557a5e5-feeb-4ca7-8be1-4b9f1a695f09 2018-07-15 21:18:55,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20368909836s 2018-07-15 21:18:55,797 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3557a5e5-feeb-4ca7-8be1-4b9f1a695f09 2018-07-15 21:18:55,798 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'52690990a52243adb7d5a696f81b986e', u'created_at': u'2018-07-15T21:18:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-15T21:18:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'52690990a52243adb7d5a696f81b986e', u'id': u'4eae6786-5190-4387-9571-6f921521ad53', u'name': u'singlevm1-router_7a2fe183-6286-4952-9451-a381f71523b3'}) 2018-07-15 21:18:55,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:18:55,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"subnet_id": "9c959064-3913-4c19-a206-1af71e5e1b6a"}' 2018-07-15 21:18:57,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e8d42d88-732e-446f-8829-cde8c2398d04 Date: Sun, 15 Jul 2018 21:18:57 GMT RESP BODY: {"network_id": "dfbea199-fe79-495b-bc02-d31b48d3ec0f", "tenant_id": "52690990a52243adb7d5a696f81b986e", "subnet_id": "9c959064-3913-4c19-a206-1af71e5e1b6a", "subnet_ids": ["9c959064-3913-4c19-a206-1af71e5e1b6a"], "port_id": "96ef652d-2630-4c5a-b2e9-23db4ee83da0", "id": "4eae6786-5190-4387-9571-6f921521ad53"} 2018-07-15 21:18:57,411 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53/add_router_interface.json used request id req-e8d42d88-732e-446f-8829-cde8c2398d04 2018-07-15 21:18:57,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.61324095726s 2018-07-15 21:18:57,412 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53/add_router_interface.json used request id req-e8d42d88-732e-446f-8829-cde8c2398d04 returning object 4eae6786-5190-4387-9571-6f921521ad53 2018-07-15 21:18:57,412 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 21:18:57,545 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 21:18:57,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:18:57,552 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 21:18:57 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-15 21:18:57,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:18:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:18:58,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cbeee8a2-14b5-4e58-9b1d-278698a941c4 Date: Sun, 15 Jul 2018 21:18:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:18:58,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cbeee8a2-14b5-4e58-9b1d-278698a941c4 2018-07-15 21:18:58,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.668874979019s 2018-07-15 21:18:58,227 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cbeee8a2-14b5-4e58-9b1d-278698a941c4 2018-07-15 21:18:58,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 21:18:58,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3"}' 2018-07-15 21:18:58,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-763b085e-50eb-4666-84da-40fe0b322dfd Date: Sun, 15 Jul 2018 21:18:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e/file", "owner": "52690990a52243adb7d5a696f81b986e", "id": "c463c290-c7f6-4506-89ff-51931b429d7e", "size": null, "self": "/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:18:58Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3", "checksum": null, "created_at": "2018-07-15T21:18:58Z", "protected": false} 2018-07-15 21:18:58,303 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-763b085e-50eb-4666-84da-40fe0b322dfd 2018-07-15 21:18:58,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0687420368195s 2018-07-15 21:18:58,304 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-763b085e-50eb-4666-84da-40fe0b322dfd returning object c463c290-c7f6-4506-89ff-51931b429d7e 2018-07-15 21:18:58,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 21:18:58,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '' 2018-07-15 21:18:58,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d7d0402a-7c3b-4abf-9713-6b0bf78ae114 Date: Sun, 15 Jul 2018 21:18:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:18:58,691 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e/file used request id req-d7d0402a-7c3b-4abf-9713-6b0bf78ae114 2018-07-15 21:18:58,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.386370182037s 2018-07-15 21:18:58,691 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e/file used request id req-d7d0402a-7c3b-4abf-9713-6b0bf78ae114 2018-07-15 21:18:58,691 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T21:18:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e/file', u'owner': u'52690990a52243adb7d5a696f81b986e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c463c290-c7f6-4506-89ff-51931b429d7e', u'size': None, u'name': u'singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3', u'checksum': None, u'self': u'/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T21:18:58Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 21:18:58,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 21:18:58,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_7a2fe183-6286-4952-9451-a381f71523b3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 21:18:59,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21414592-b8ba-41b3-89b6-4949b2194298 x-compute-request-id: req-21414592-b8ba-41b3-89b6-4949b2194298 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_7a2fe183-6286-4952-9451-a381f71523b3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "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": "34d6f360-661e-43c4-a557-8dad475daf7b"}} 2018-07-15 21:18:59,333 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-21414592-b8ba-41b3-89b6-4949b2194298 2018-07-15 21:18:59,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.640529155731s 2018-07-15 21:18:59,333 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-21414592-b8ba-41b3-89b6-4949b2194298 2018-07-15 21:18:59,334 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_7a2fe183-6286-4952-9451-a381f71523b3', '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'52690990a52243adb7d5a696f81b986e', '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'34d6f360-661e-43c4-a557-8dad475daf7b', 'swap': 0}) 2018-07-15 21:18:59,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 21:18:59,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"extra_specs": {}}' 2018-07-15 21:18:59,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc766be3-6834-44bf-88bb-0fa74bfd7512 x-compute-request-id: req-bc766be3-6834-44bf-88bb-0fa74bfd7512 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 21:18:59,356 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b/os-extra_specs used request id req-bc766be3-6834-44bf-88bb-0fa74bfd7512 2018-07-15 21:18:59,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213189125061s 2018-07-15 21:18:59,356 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b/os-extra_specs used request id req-bc766be3-6834-44bf-88bb-0fa74bfd7512 2018-07-15 21:18:59,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 21:18:59,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"keypair": {"name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3"}}' 2018-07-15 21:18:59,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:18:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af2ad719-ae14-426e-8a3c-2e21c2f5b186 x-compute-request-id: req-af2ad719-ae14-426e-8a3c-2e21c2f5b186 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPJuj3jeUyF6Wxj6aFRa9p7jaVmh6jUxK6COXCp2g58Z2zMilmIZHjqWSkJXi9XDykPAmFN/HDCYHc0/q4h14qx4EOMj18YMMcJeShhSXPaTIqy5M7P4HLj8WoU0sd/SdpfTSYHseg+ZUN8r9SWGeyjkxb5V6k26SH+O0lLM9+W+Pwm7VWvMPnDi5kneb41Dvl+aWVJVJD4nqVxFrzyu9GXvQDw7jUtmKt6ds02q2dRBrHKyEKCXtQ8GkoYyEr+UcCuyAMSjvVdRvADr+H2BCU4nlJqcUCAUOsKoQXr3x7ZpYiKwlEmbqAz+moJ4POIgPXJVYK21gf09hdcHk0UMtv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzybo943lMhelsY+mhUWvae42lZoeo1MSugjlwqdoOfGdszIp\nZiGR46lkpCV4vVw8pDwJhTfxwwmB3NP6uIdeKseBDjI9fGDDHCXkoYUlz2kyKsuT\nOz+By4/FqFNLHf0naX00mB7HoPmVDfK/Ulhnso5MW+VepNukh/jtJSzPflvj8Ju1\nVrzD5w4uZJ3m+NQ75fmllSVSQ+J6lcRa88rvRl70A8O41LZirenbNNqtnUQaxysh\nCgl7UPBpKGMhK/lHArsgDEo71XUbwA6/h9gQlOJ5SanFAgFDrCqEF698e2aWIisJ\nRJm6gM/pqCeDziID1yVWCttYH9PYXXB5NFDLbwIDAQABAoIBABh30xqygvj4vBSO\nEDA7u+16Oq5PBwFppZOdy23DklcNx//LlAJBQtcuQfn1hx5uz6bihIlcw0yzSciI\nrVuweZn5+K9xlbukPkeL3kaJ0J6AIXHWm+xqou0lbUZlmEDRjx8xr82sDQ5hjI6a\nNqkGUjFQB4rvO8+jNfrtly1F7rhQ8ePBbXXzt3F5F6XZ4A7kr/ftE8X6AsNYCyF8\nKXxmPD5ULWePegZ6RIlom9MBQA26NJAaYkiYiyF4o4DZ9Z8HByARq2HVe3DPgGKR\nKlbaeNhqR3cCqihEA7WlwsqUZe9j/SwvD/ajW7Phqh0dsfbTDJhUkO6X9z/8uluN\niUgznYkCgYEA5kzjl1tCClUIzgCoqUv7vPcntsWuTSCecQBOH6YnxxEtxelKdOPo\nFe4MColdqZ8twr0UZMyJJe47lca6pw7yrzNJFcPe+96z305Z2em97/0UOcyrtfsS\n+S8ZUiB3FjEQZhD74WeVg68Ic8Q0dC0RThl2FMqiZlPK/6h+KKVoefUCgYEA5kS6\n0l7I5A9XUlZZP+YIhN2Fx/Najgnft+o2VxBmUaBtJWGlS9AfUowsFe7AaWNO2iET\nHinDistRBPAtZ8rsQ4KQHprNbXWdpUahY2ryrxkkEgGq6duiua7sE0xFk+bc1Tdf\ngAoltBVMG2qWIT0Xm5pCtVLYN88k2JC0YPhOnVMCgYEAspAfTvXFCLnR79f27f0q\nHOQNeNthQA/wiXFRIZz07pZVRUSTJHqpMoe18l17r87p7joom9cy56QFsyW5B1rB\ntDIxkpyiQev0z0myxRFE4dT6X65f3OPlXCu2mETv0NcN/fVhNu3XsZh/FzOj8AgZ\niNKZCZnrvSdvGDcOSnmlvhkCgYEAkZhXf/iKkRjaH6eVWv+51ziyBBFs6m531DP1\nE+u8plQHbyFkgKEhjPIwVdXWN0yhaO6Mxf+mMjYIDlVGgGAgLzd4pMFArrs1aHFW\nTiQrOmdtFS2UwbUsGLfvcOxC+hd4/h+69Jx15n2o15T3RCD6slpBX6D4MaF6LKyi\nQMX//x0CgYAk6bfkK0B2sc+FyEd1q6MhP/+Xt5cN8Z14vYeilUcitcIrdK5XG0TF\n+2NDUmyPWaNNjBKfEwUij54UR1WdACKVAUxGzqwJzkFgTBca5cPX9fuBdtKtPbXd\neBT2oXzMDOfNRYBPGTnXZg568pHXUzhKRofsdp8Zp5e6p049n9lYpQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "fingerprint": "2e:10:51:a2:c6:e6:77:ad:11:95:83:34:82:90:49:af"}} 2018-07-15 21:18:59,535 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-af2ad719-ae14-426e-8a3c-2e21c2f5b186 2018-07-15 21:18:59,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.178600072861s 2018-07-15 21:18:59,536 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-af2ad719-ae14-426e-8a3c-2e21c2f5b186 2018-07-15 21:18:59,537 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPJuj3jeUyF6Wxj6aFRa9p7jaVmh6jUxK6COXCp2g58Z2zMilmIZHjqWSkJXi9XDykPAmFN/HDCYHc0/q4h14qx4EOMj18YMMcJeShhSXPaTIqy5M7P4HLj8WoU0sd/SdpfTSYHseg+ZUN8r9SWGeyjkxb5V6k26SH+O0lLM9+W+Pwm7VWvMPnDi5kneb41Dvl+aWVJVJD4nqVxFrzyu9GXvQDw7jUtmKt6ds02q2dRBrHKyEKCXtQ8GkoYyEr+UcCuyAMSjvVdRvADr+H2BCU4nlJqcUCAUOsKoQXr3x7ZpYiKwlEmbqAz+moJ4POIgPXJVYK21gf09hdcHk0UMtv Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzybo943lMhelsY+mhUWvae42lZoeo1MSugjlwqdoOfGdszIp\nZiGR46lkpCV4vVw8pDwJhTfxwwmB3NP6uIdeKseBDjI9fGDDHCXkoYUlz2kyKsuT\nOz+By4/FqFNLHf0naX00mB7HoPmVDfK/Ulhnso5MW+VepNukh/jtJSzPflvj8Ju1\nVrzD5w4uZJ3m+NQ75fmllSVSQ+J6lcRa88rvRl70A8O41LZirenbNNqtnUQaxysh\nCgl7UPBpKGMhK/lHArsgDEo71XUbwA6/h9gQlOJ5SanFAgFDrCqEF698e2aWIisJ\nRJm6gM/pqCeDziID1yVWCttYH9PYXXB5NFDLbwIDAQABAoIBABh30xqygvj4vBSO\nEDA7u+16Oq5PBwFppZOdy23DklcNx//LlAJBQtcuQfn1hx5uz6bihIlcw0yzSciI\nrVuweZn5+K9xlbukPkeL3kaJ0J6AIXHWm+xqou0lbUZlmEDRjx8xr82sDQ5hjI6a\nNqkGUjFQB4rvO8+jNfrtly1F7rhQ8ePBbXXzt3F5F6XZ4A7kr/ftE8X6AsNYCyF8\nKXxmPD5ULWePegZ6RIlom9MBQA26NJAaYkiYiyF4o4DZ9Z8HByARq2HVe3DPgGKR\nKlbaeNhqR3cCqihEA7WlwsqUZe9j/SwvD/ajW7Phqh0dsfbTDJhUkO6X9z/8uluN\niUgznYkCgYEA5kzjl1tCClUIzgCoqUv7vPcntsWuTSCecQBOH6YnxxEtxelKdOPo\nFe4MColdqZ8twr0UZMyJJe47lca6pw7yrzNJFcPe+96z305Z2em97/0UOcyrtfsS\n+S8ZUiB3FjEQZhD74WeVg68Ic8Q0dC0RThl2FMqiZlPK/6h+KKVoefUCgYEA5kS6\n0l7I5A9XUlZZP+YIhN2Fx/Najgnft+o2VxBmUaBtJWGlS9AfUowsFe7AaWNO2iET\nHinDistRBPAtZ8rsQ4KQHprNbXWdpUahY2ryrxkkEgGq6duiua7sE0xFk+bc1Tdf\ngAoltBVMG2qWIT0Xm5pCtVLYN88k2JC0YPhOnVMCgYEAspAfTvXFCLnR79f27f0q\nHOQNeNthQA/wiXFRIZz07pZVRUSTJHqpMoe18l17r87p7joom9cy56QFsyW5B1rB\ntDIxkpyiQev0z0myxRFE4dT6X65f3OPlXCu2mETv0NcN/fVhNu3XsZh/FzOj8AgZ\niNKZCZnrvSdvGDcOSnmlvhkCgYEAkZhXf/iKkRjaH6eVWv+51ziyBBFs6m531DP1\nE+u8plQHbyFkgKEhjPIwVdXWN0yhaO6Mxf+mMjYIDlVGgGAgLzd4pMFArrs1aHFW\nTiQrOmdtFS2UwbUsGLfvcOxC+hd4/h+69Jx15n2o15T3RCD6slpBX6D4MaF6LKyi\nQMX//x0CgYAk6bfkK0B2sc+FyEd1q6MhP/+Xt5cN8Z14vYeilUcitcIrdK5XG0TF\n+2NDUmyPWaNNjBKfEwUij54UR1WdACKVAUxGzqwJzkFgTBca5cPX9fuBdtKtPbXd\neBT2oXzMDOfNRYBPGTnXZg568pHXUzhKRofsdp8Zp5e6p049n9lYpQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f617b4a557cf4b178f6ef3a26d78a2b2', 'name': u'singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3', 'created_at': '2018-07-15T21:18:59.537019', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52690990a52243adb7d5a696f81b986e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2e:10:51:a2:c6:e6:77:ad:11:95:83:34:82:90:49:af', 'type': 'ssh', 'id': u'singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3'}) 2018-07-15 21:18:59,537 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAzybo943lMhelsY+mhUWvae42lZoeo1MSugjlwqdoOfGdszIp ZiGR46lkpCV4vVw8pDwJhTfxwwmB3NP6uIdeKseBDjI9fGDDHCXkoYUlz2kyKsuT Oz+By4/FqFNLHf0naX00mB7HoPmVDfK/Ulhnso5MW+VepNukh/jtJSzPflvj8Ju1 VrzD5w4uZJ3m+NQ75fmllSVSQ+J6lcRa88rvRl70A8O41LZirenbNNqtnUQaxysh Cgl7UPBpKGMhK/lHArsgDEo71XUbwA6/h9gQlOJ5SanFAgFDrCqEF698e2aWIisJ RJm6gM/pqCeDziID1yVWCttYH9PYXXB5NFDLbwIDAQABAoIBABh30xqygvj4vBSO EDA7u+16Oq5PBwFppZOdy23DklcNx//LlAJBQtcuQfn1hx5uz6bihIlcw0yzSciI rVuweZn5+K9xlbukPkeL3kaJ0J6AIXHWm+xqou0lbUZlmEDRjx8xr82sDQ5hjI6a NqkGUjFQB4rvO8+jNfrtly1F7rhQ8ePBbXXzt3F5F6XZ4A7kr/ftE8X6AsNYCyF8 KXxmPD5ULWePegZ6RIlom9MBQA26NJAaYkiYiyF4o4DZ9Z8HByARq2HVe3DPgGKR KlbaeNhqR3cCqihEA7WlwsqUZe9j/SwvD/ajW7Phqh0dsfbTDJhUkO6X9z/8uluN iUgznYkCgYEA5kzjl1tCClUIzgCoqUv7vPcntsWuTSCecQBOH6YnxxEtxelKdOPo Fe4MColdqZ8twr0UZMyJJe47lca6pw7yrzNJFcPe+96z305Z2em97/0UOcyrtfsS +S8ZUiB3FjEQZhD74WeVg68Ic8Q0dC0RThl2FMqiZlPK/6h+KKVoefUCgYEA5kS6 0l7I5A9XUlZZP+YIhN2Fx/Najgnft+o2VxBmUaBtJWGlS9AfUowsFe7AaWNO2iET HinDistRBPAtZ8rsQ4KQHprNbXWdpUahY2ryrxkkEgGq6duiua7sE0xFk+bc1Tdf gAoltBVMG2qWIT0Xm5pCtVLYN88k2JC0YPhOnVMCgYEAspAfTvXFCLnR79f27f0q HOQNeNthQA/wiXFRIZz07pZVRUSTJHqpMoe18l17r87p7joom9cy56QFsyW5B1rB tDIxkpyiQev0z0myxRFE4dT6X65f3OPlXCu2mETv0NcN/fVhNu3XsZh/FzOj8AgZ iNKZCZnrvSdvGDcOSnmlvhkCgYEAkZhXf/iKkRjaH6eVWv+51ziyBBFs6m531DP1 E+u8plQHbyFkgKEhjPIwVdXWN0yhaO6Mxf+mMjYIDlVGgGAgLzd4pMFArrs1aHFW TiQrOmdtFS2UwbUsGLfvcOxC+hd4/h+69Jx15n2o15T3RCD6slpBX6D4MaF6LKyi QMX//x0CgYAk6bfkK0B2sc+FyEd1q6MhP/+Xt5cN8Z14vYeilUcitcIrdK5XG0TF +2NDUmyPWaNNjBKfEwUij54UR1WdACKVAUxGzqwJzkFgTBca5cPX9fuBdtKtPbXd eBT2oXzMDOfNRYBPGTnXZg568pHXUzhKRofsdp8Zp5e6p049n9lYpQ== -----END RSA PRIVATE KEY----- 2018-07-15 21:18:59,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 21:18:59,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"security_group": {"name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-15 21:18:59,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-06d161af-284d-40a9-b009-81338c5bfbc0 Date: Sun, 15 Jul 2018 21:18:59 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:59Z", "updated_at": "2018-07-15T21:18:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "5fba00f5-e047-4cb4-9153-af2444a7f1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "a6eb939e-c90f-4e5e-9443-13917334111b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}], "revision_number": 1, "project_id": "52690990a52243adb7d5a696f81b986e", "id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}} 2018-07-15 21:18:59,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-06d161af-284d-40a9-b009-81338c5bfbc0 2018-07-15 21:18:59,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.177196979523s 2018-07-15 21:18:59,717 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-06d161af-284d-40a9-b009-81338c5bfbc0 2018-07-15 21:18:59,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:18:59,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:18:59,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-09a03d5f-34b6-44fd-a32f-73d2314bd9d4 Date: Sun, 15 Jul 2018 21:18:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:17:52Z", "updated_at": "2018-07-15T21:17:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "19157fd7-8801-4f93-97fa-7110bd761e3a", "remote_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "2dcbc486-49d0-4cef-a386-c8c1d50d52e6", "remote_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "3af7fcac-2d86-4cf1-b13a-46229c4481f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "94b877c4-9632-41b2-9e21-a78ffc4a9d9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}], "revision_number": 1, "project_id": "52690990a52243adb7d5a696f81b986e", "id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T21:17:54Z", "updated_at": "2018-07-15T21:17:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "12de346b-28cb-411a-af34-4c3f01d9aa23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "9050dedb-b5d0-47a1-9ab8-787553a0d32f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "98b79a2c-ee72-4d3e-8a82-78b78983da3f", "remote_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "cccd605d-8b1d-453e-88b6-0627f3a8ef15", "remote_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "created_at": "2018-07-15T21:18:07Z", "updated_at": "2018-07-15T21:18:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "15465fde-a072-4d45-acc0-a169385d42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "93a5f28e-130c-4cea-b37f-36a0f23e9b5d", "remote_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "a7ba669a-4340-4e06-b7fe-c831611271e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "c4e4e47f-5b32-41fa-a655-dc3df0434063", "remote_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}], "revision_number": 1, "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "id": "45a68773-2167-4a27-98c2-99efcb811fdd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "created_at": "2018-07-15T21:15:17Z", "updated_at": "2018-07-15T21:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "4107ba9b-030b-4342-bddd-cba9e879a9fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv4", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "82ad2138-348a-47b5-8f31-9ae3a9f3fd9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv6", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "a6fbd598-5928-4e55-b89e-6de8e009746a", "remote_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv4", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "f21671fd-640b-4d34-914e-56127730521f", "remote_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv6", "project_id": "91c5c8c8213547dfb1e30af42577026b"}], "revision_number": 1, "project_id": "91c5c8c8213547dfb1e30af42577026b", "id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:59Z", "updated_at": "2018-07-15T21:18:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "5fba00f5-e047-4cb4-9153-af2444a7f1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "a6eb939e-c90f-4e5e-9443-13917334111b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}], "revision_number": 1, "project_id": "52690990a52243adb7d5a696f81b986e", "id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}, {"description": "Default security group", "tags": [], "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "created_at": "2018-07-15T21:18:38Z", "updated_at": "2018-07-15T21:18:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "332ed646-6b25-4e40-8a7f-288a5f50ecc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "aad5a287-8c2b-494f-9eb0-fd7ea7bb2874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "bf6518ba-191f-4c49-8e4f-c4d55eea4241", "remote_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "df197e79-476d-4bbe-9124-911e87a5d144", "remote_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}], "revision_number": 1, "project_id": "732b28f6a17f42dca6ea71b2901066b2", "id": "bd774c98-ba81-4461-af54-8476d7bbb739", "name": "default"}]} 2018-07-15 21:18:59,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-09a03d5f-34b6-44fd-a32f-73d2314bd9d4 2018-07-15 21:18:59,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.104443073273s 2018-07-15 21:18:59,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-09a03d5f-34b6-44fd-a32f-73d2314bd9d4 2018-07-15 21:18:59,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:18:59,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -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": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc"}}' 2018-07-15 21:19:00,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ca0c5f90-7c1e-4a36-812f-6ff0894197d5 Date: Sun, 15 Jul 2018 21:18:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "port_range_min": 22, "revision_number": 0, "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:59Z", "project_id": "52690990a52243adb7d5a696f81b986e", "id": "01c0604a-68cc-403a-940a-33b9d6440ebd"}} 2018-07-15 21:19:00,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ca0c5f90-7c1e-4a36-812f-6ff0894197d5 2018-07-15 21:19:00,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.184261083603s 2018-07-15 21:19:00,017 - 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-ca0c5f90-7c1e-4a36-812f-6ff0894197d5 2018-07-15 21:19:00,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:19:00,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:00,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-0d847aaa-02e8-4698-b536-1829f236e803 Date: Sun, 15 Jul 2018 21:19:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:17:52Z", "updated_at": "2018-07-15T21:17:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "19157fd7-8801-4f93-97fa-7110bd761e3a", "remote_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "2dcbc486-49d0-4cef-a386-c8c1d50d52e6", "remote_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "3af7fcac-2d86-4cf1-b13a-46229c4481f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "94b877c4-9632-41b2-9e21-a78ffc4a9d9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}], "revision_number": 1, "project_id": "52690990a52243adb7d5a696f81b986e", "id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T21:17:54Z", "updated_at": "2018-07-15T21:17:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "12de346b-28cb-411a-af34-4c3f01d9aa23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "9050dedb-b5d0-47a1-9ab8-787553a0d32f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "98b79a2c-ee72-4d3e-8a82-78b78983da3f", "remote_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "cccd605d-8b1d-453e-88b6-0627f3a8ef15", "remote_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "created_at": "2018-07-15T21:18:07Z", "updated_at": "2018-07-15T21:18:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "15465fde-a072-4d45-acc0-a169385d42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "93a5f28e-130c-4cea-b37f-36a0f23e9b5d", "remote_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "a7ba669a-4340-4e06-b7fe-c831611271e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "c4e4e47f-5b32-41fa-a655-dc3df0434063", "remote_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}], "revision_number": 1, "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "id": "45a68773-2167-4a27-98c2-99efcb811fdd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "created_at": "2018-07-15T21:15:17Z", "updated_at": "2018-07-15T21:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "4107ba9b-030b-4342-bddd-cba9e879a9fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv4", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "82ad2138-348a-47b5-8f31-9ae3a9f3fd9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv6", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "a6fbd598-5928-4e55-b89e-6de8e009746a", "remote_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv4", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "f21671fd-640b-4d34-914e-56127730521f", "remote_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv6", "project_id": "91c5c8c8213547dfb1e30af42577026b"}], "revision_number": 1, "project_id": "91c5c8c8213547dfb1e30af42577026b", "id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:59Z", "updated_at": "2018-07-15T21:18:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "01c0604a-68cc-403a-940a-33b9d6440ebd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "5fba00f5-e047-4cb4-9153-af2444a7f1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "a6eb939e-c90f-4e5e-9443-13917334111b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}], "revision_number": 2, "project_id": "52690990a52243adb7d5a696f81b986e", "id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}, {"description": "Default security group", "tags": [], "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "created_at": "2018-07-15T21:18:38Z", "updated_at": "2018-07-15T21:18:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "332ed646-6b25-4e40-8a7f-288a5f50ecc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "aad5a287-8c2b-494f-9eb0-fd7ea7bb2874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "bf6518ba-191f-4c49-8e4f-c4d55eea4241", "remote_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "df197e79-476d-4bbe-9124-911e87a5d144", "remote_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}], "revision_number": 1, "project_id": "732b28f6a17f42dca6ea71b2901066b2", "id": "bd774c98-ba81-4461-af54-8476d7bbb739", "name": "default"}]} 2018-07-15 21:19:00,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d847aaa-02e8-4698-b536-1829f236e803 2018-07-15 21:19:00,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0627839565277s 2018-07-15 21:19:00,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0d847aaa-02e8-4698-b536-1829f236e803 2018-07-15 21:19:00,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:19:00,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -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": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc"}}' 2018-07-15 21:19:00,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-bb4bb37e-caf7-4e87-9a96-a4c367a4de48 Date: Sun, 15 Jul 2018 21:19:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-15T21:19:00Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "port_range_min": null, "revision_number": 0, "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:19:00Z", "project_id": "52690990a52243adb7d5a696f81b986e", "id": "680de908-c55e-4694-b05b-cffff5b8f242"}} 2018-07-15 21:19:00,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-bb4bb37e-caf7-4e87-9a96-a4c367a4de48 2018-07-15 21:19:00,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.133480072021s 2018-07-15 21:19:00,221 - 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-bb4bb37e-caf7-4e87-9a96-a4c367a4de48 2018-07-15 21:19:00,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:00,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:00,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-9df79f13-f58b-44e6-9392-dde1cb6b0f9c Date: Sun, 15 Jul 2018 21:19:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":["9c959064-3913-4c19-a206-1af71e5e1b6a"],"description":"","tags":[],"updated_at":"2018-07-15T21:18:54Z","provider:segmentation_id":57,"name":"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:53Z","provider:network_type":"vxlan"}]} 2018-07-15 21:19:00,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9df79f13-f58b-44e6-9392-dde1cb6b0f9c 2018-07-15 21:19:00,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102286815643s 2018-07-15 21:19:00,325 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9df79f13-f58b-44e6-9392-dde1cb6b0f9c 2018-07-15 21:19:00,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:19:00,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:00,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8900c634-8e04-4916-8be1-66908e178383 Date: Sun, 15 Jul 2018 21:19:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c463c290-c7f6-4506-89ff-51931b429d7e/snap", "metadata": {}}], "file": "/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e/file", "owner": "52690990a52243adb7d5a696f81b986e", "id": "c463c290-c7f6-4506-89ff-51931b429d7e", "size": 12716032, "self": "/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c463c290-c7f6-4506-89ff-51931b429d7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:18:58Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:18:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:19:00,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8900c634-8e04-4916-8be1-66908e178383 2018-07-15 21:19:00,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250821113586s 2018-07-15 21:19:00,355 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8900c634-8e04-4916-8be1-66908e178383 2018-07-15 21:19:00,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:19:00,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:00,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-77ec9dee-6e49-4ecd-a6c7-c24486cadac5 x-compute-request-id: req-77ec9dee-6e49-4ecd-a6c7-c24486cadac5 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_7a2fe183-6286-4952-9451-a381f71523b3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "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": "34d6f360-661e-43c4-a557-8dad475daf7b"}]} 2018-07-15 21:19:00,381 - 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-77ec9dee-6e49-4ecd-a6c7-c24486cadac5 2018-07-15 21:19:00,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249168872833s 2018-07-15 21:19:00,382 - 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-77ec9dee-6e49-4ecd-a6c7-c24486cadac5 2018-07-15 21:19:00,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:19:00,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"server": {"name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "imageRef": "c463c290-c7f6-4506-89ff-51931b429d7e", "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "flavorRef": "34d6f360-661e-43c4-a557-8dad475daf7b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dfbea199-fe79-495b-bc02-d31b48d3ec0f"}], "security_groups": [{"name": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc"}]}}' 2018-07-15 21:19:01,998 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:19:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17319df6-1baf-4c08-bdc9-1554e2e80a46 x-compute-request-id: req-17319df6-1baf-4c08-bdc9-1554e2e80a46 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "adminPass": "9ieva4Su88hi"}} 2018-07-15 21:19:01,998 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-17319df6-1baf-4c08-bdc9-1554e2e80a46 2018-07-15 21:19:01,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.61497497559s 2018-07-15 21:19:01,999 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-17319df6-1baf-4c08-bdc9-1554e2e80a46 2018-07-15 21:19:02,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:02,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:02,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68a7830e-2db1-439c-bf11-eaae1c1ffd24 x-compute-request-id: req-68a7830e-2db1-439c-bf11-eaae1c1ffd24 Content-Encoding: gzip Content-Length: 643 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/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "image": {"id": "c463c290-c7f6-4506-89ff-51931b429d7e", "links": [{"href": "http://172.30.9.27:8774/images/c463c290-c7f6-4506-89ff-51931b429d7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d6f360-661e-43c4-a557-8dad475daf7b", "links": [{"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "bookmark"}]}, "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:19:02Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "created": "2018-07-15T21:19:01Z", "tenant_id": "52690990a52243adb7d5a696f81b986e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:02,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68a7830e-2db1-439c-bf11-eaae1c1ffd24 2018-07-15 21:19:02,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480131149292s 2018-07-15 21:19:02,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68a7830e-2db1-439c-bf11-eaae1c1ffd24 2018-07-15 21:19:02,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:02,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:02,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-48f5ea46-6710-4c75-8d52-47c68c28ee9a Date: Sun, 15 Jul 2018 21:19:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":["9c959064-3913-4c19-a206-1af71e5e1b6a"],"description":"","tags":[],"updated_at":"2018-07-15T21:18:54Z","provider:segmentation_id":57,"name":"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:53Z","provider:network_type":"vxlan"}]} 2018-07-15 21:19:02,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-48f5ea46-6710-4c75-8d52-47c68c28ee9a 2018-07-15 21:19:02,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0778410434723s 2018-07-15 21:19:02,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-48f5ea46-6710-4c75-8d52-47c68c28ee9a 2018-07-15 21:19:02,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:19:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:02,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-326098c8-ed29-4bd8-953a-c54aeb32a1fa Date: Sun, 15 Jul 2018 21:19:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"52690990a52243adb7d5a696f81b986e","id":"9c959064-3913-4c19-a206-1af71e5e1b6a","subnetpool_id":null,"name":"singlevm1-subnet_7a2fe183-6286-4952-9451-a381f71523b3"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"595732ea-191d-4af2-b2a6-99674c968eec","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:22Z","dns_nameservers":[],"updated_at":"2018-07-15T21:15:22Z","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":"91c5c8c8213547dfb1e30af42577026b","id":"f6de302e-e276-4137-86b7-ad08fbabf76d","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-15 21:19:02,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-326098c8-ed29-4bd8-953a-c54aeb32a1fa 2018-07-15 21:19:02,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0608088970184s 2018-07-15 21:19:02,627 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-326098c8-ed29-4bd8-953a-c54aeb32a1fa 2018-07-15 21:19:02,628 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:04,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:04,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:06,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68ed25c8-a87a-4fb3-99b7-f2f84e56c6ee x-compute-request-id: req-68ed25c8-a87a-4fb3-99b7-f2f84e56c6ee Content-Encoding: gzip Content-Length: 747 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/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "image": {"id": "c463c290-c7f6-4506-89ff-51931b429d7e", "links": [{"href": "http://172.30.9.27:8774/images/c463c290-c7f6-4506-89ff-51931b429d7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d6f360-661e-43c4-a557-8dad475daf7b", "links": [{"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "bookmark"}]}, "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "security_groups": [{"name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}], "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:19:04Z", "hostId": "1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "created": "2018-07-15T21:19:01Z", "tenant_id": "52690990a52243adb7d5a696f81b986e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:06,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68ed25c8-a87a-4fb3-99b7-f2f84e56c6ee 2018-07-15 21:19:06,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37909579277s 2018-07-15 21:19:06,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68ed25c8-a87a-4fb3-99b7-f2f84e56c6ee 2018-07-15 21:19:06,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:08,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:08,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:08,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-5f05da66-3eea-4bed-82e1-e46d4d75b786 x-compute-request-id: req-5f05da66-3eea-4bed-82e1-e46d4d75b786 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:9b:e9", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "image": {"id": "c463c290-c7f6-4506-89ff-51931b429d7e", "links": [{"href": "http://172.30.9.27:8774/images/c463c290-c7f6-4506-89ff-51931b429d7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d6f360-661e-43c4-a557-8dad475daf7b", "links": [{"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "bookmark"}]}, "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "security_groups": [{"name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}], "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:19:05Z", "hostId": "1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "created": "2018-07-15T21:19:01Z", "tenant_id": "52690990a52243adb7d5a696f81b986e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:08,445 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f05da66-3eea-4bed-82e1-e46d4d75b786 2018-07-15 21:19:08,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429183959961s 2018-07-15 21:19:08,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5f05da66-3eea-4bed-82e1-e46d4d75b786 2018-07-15 21:19:08,449 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:10,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:10,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.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:10,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5eaaa28-bf5e-43fb-adc8-268caebe5e1a x-compute-request-id: req-f5eaaa28-bf5e-43fb-adc8-268caebe5e1a Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:9b:e9", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "image": {"id": "c463c290-c7f6-4506-89ff-51931b429d7e", "links": [{"href": "http://172.30.9.27:8774/images/c463c290-c7f6-4506-89ff-51931b429d7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "34d6f360-661e-43c4-a557-8dad475daf7b", "links": [{"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "bookmark"}]}, "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "security_groups": [{"name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}], "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:19:05Z", "hostId": "1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "created": "2018-07-15T21:19:01Z", "tenant_id": "52690990a52243adb7d5a696f81b986e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:10,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f5eaaa28-bf5e-43fb-adc8-268caebe5e1a 2018-07-15 21:19:10,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401256799698s 2018-07-15 21:19:10,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f5eaaa28-bf5e-43fb-adc8-268caebe5e1a 2018-07-15 21:19:10,858 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:12,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:12,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:14,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01dbfaeb-e96a-4897-b33a-954df40bb714 x-compute-request-id: req-01dbfaeb-e96a-4897-b33a-954df40bb714 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:9b:e9", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "image": {"id": "c463c290-c7f6-4506-89ff-51931b429d7e", "links": [{"href": "http://172.30.9.27:8774/images/c463c290-c7f6-4506-89ff-51931b429d7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-15T21:19:12.000000", "flavor": {"id": "34d6f360-661e-43c4-a557-8dad475daf7b", "links": [{"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "bookmark"}]}, "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "security_groups": [{"name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}], "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:19:12Z", "hostId": "1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "created": "2018-07-15T21:19:01Z", "tenant_id": "52690990a52243adb7d5a696f81b986e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:14,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-01dbfaeb-e96a-4897-b33a-954df40bb714 2018-07-15 21:19:14,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19030308723s 2018-07-15 21:19:14,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-01dbfaeb-e96a-4897-b33a-954df40bb714 2018-07-15 21:19:14,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:19:14,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:14,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-e54e73d8-508b-45b5-8713-598c5ac53066 Date: Sun, 15 Jul 2018 21:19:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T21:19:11Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c959064-3913-4c19-a206-1af71e5e1b6a","ip_address":"192.168.0.3"}],"id":"018d835b-e134-4204-ad3f-b2d9cbccc486","security_groups":["6c10bbab-e91c-4d8e-a9e6-2b1890174efc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:9b:e9","project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e8566b72-b07f-41eb-a45c-5cfb666db4be","name":"","admin_state_up":true,"network_id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:19:05Z","binding:vnic_type":"normal"}]} 2018-07-15 21:19:14,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-e54e73d8-508b-45b5-8713-598c5ac53066 2018-07-15 21:19:14,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0426800251007s 2018-07-15 21:19:14,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-e54e73d8-508b-45b5-8713-598c5ac53066 2018-07-15 21:19:14,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:19:14,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=018d835b-e134-4204-ad3f-b2d9cbccc486" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:14,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-97840e1a-74be-4fef-945b-c511321e4417 Date: Sun, 15 Jul 2018 21:19:14 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:19:14,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=018d835b-e134-4204-ad3f-b2d9cbccc486 used request id req-97840e1a-74be-4fef-945b-c511321e4417 2018-07-15 21:19:14,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0431480407715s 2018-07-15 21:19:14,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=018d835b-e134-4204-ad3f-b2d9cbccc486 used request id req-97840e1a-74be-4fef-945b-c511321e4417 2018-07-15 21:19:14,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:14,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:14,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-294ef264-7fe6-42fd-abb9-9e05884ad1de x-compute-request-id: req-294ef264-7fe6-42fd-abb9-9e05884ad1de Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:9b:e9", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "image": {"id": "c463c290-c7f6-4506-89ff-51931b429d7e", "links": [{"href": "http://172.30.9.27:8774/images/c463c290-c7f6-4506-89ff-51931b429d7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-15T21:19:12.000000", "flavor": {"id": "34d6f360-661e-43c4-a557-8dad475daf7b", "links": [{"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "bookmark"}]}, "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "security_groups": [{"name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}], "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:19:12Z", "hostId": "1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "created": "2018-07-15T21:19:01Z", "tenant_id": "52690990a52243adb7d5a696f81b986e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:14,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-294ef264-7fe6-42fd-abb9-9e05884ad1de 2018-07-15 21:19:14,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.772789955139s 2018-07-15 21:19:14,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-294ef264-7fe6-42fd-abb9-9e05884ad1de 2018-07-15 21:19:14,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:19:14,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:14,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-c1d8874c-5423-4879-8034-1482b97da6d5 Date: Sun, 15 Jul 2018 21:19:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T21:19:11Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c959064-3913-4c19-a206-1af71e5e1b6a","ip_address":"192.168.0.3"}],"id":"018d835b-e134-4204-ad3f-b2d9cbccc486","security_groups":["6c10bbab-e91c-4d8e-a9e6-2b1890174efc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:9b:e9","project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e8566b72-b07f-41eb-a45c-5cfb666db4be","name":"","admin_state_up":true,"network_id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:19:05Z","binding:vnic_type":"normal"}]} 2018-07-15 21:19:14,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-c1d8874c-5423-4879-8034-1482b97da6d5 2018-07-15 21:19:14,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0498840808868s 2018-07-15 21:19:14,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-c1d8874c-5423-4879-8034-1482b97da6d5 2018-07-15 21:19:14,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:19:14,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=018d835b-e134-4204-ad3f-b2d9cbccc486" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:15,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8413caf9-5a4d-4123-99ea-aa1938a7e643 Date: Sun, 15 Jul 2018 21:19:15 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:19:15,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=018d835b-e134-4204-ad3f-b2d9cbccc486 used request id req-8413caf9-5a4d-4123-99ea-aa1938a7e643 2018-07-15 21:19:15,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0430929660797s 2018-07-15 21:19:15,024 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=018d835b-e134-4204-ad3f-b2d9cbccc486 used request id req-8413caf9-5a4d-4123-99ea-aa1938a7e643 2018-07-15 21:19:15,024 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9a:9b:e9', u'version': 4, u'addr': u'192.168.0.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c463c290-c7f6-4506-89ff-51931b429d7e'}), 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-00000001', u'OS-SRV-USG:launched_at': u'2018-07-15T21:19:12.000000', 'flavor': Munch({u'id': u'34d6f360-661e-43c4-a557-8dad475daf7b'}), 'az': u'nova', 'id': u'e8566b72-b07f-41eb-a45c-5cfb666db4be', 'security_groups': [Munch({u'name': u'singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f617b4a557cf4b178f6ef3a26d78a2b2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52690990a52243adb7d5a696f81b986e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:19:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:19:12Z', 'hostId': u'1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3', 'public_v6': '', 'private_v4': u'192.168.0.3', 'cloud': 'envvars', 'host_id': u'1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11', '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-00000001', u'OS-SRV-USG:launched_at': u'2018-07-15T21:19:12.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'52690990a52243adb7d5a696f81b986e', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3', 'adminPass': None, 'tenant_id': u'52690990a52243adb7d5a696f81b986e', 'created_at': u'2018-07-15T21:19:01Z', 'created': u'2018-07-15T21:19:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:19:15,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:15,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:15,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5174a4a4-806a-4007-908a-ab2d48f31cc8 Date: Sun, 15 Jul 2018 21:19:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":["9c959064-3913-4c19-a206-1af71e5e1b6a"],"description":"","tags":[],"updated_at":"2018-07-15T21:18:54Z","provider:segmentation_id":57,"name":"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:53Z","provider:network_type":"vxlan"}]} 2018-07-15 21:19:15,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5174a4a4-806a-4007-908a-ab2d48f31cc8 2018-07-15 21:19:15,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0893800258636s 2018-07-15 21:19:15,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5174a4a4-806a-4007-908a-ab2d48f31cc8 2018-07-15 21:19:15,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:19:15,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:15,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 874 X-Openstack-Request-Id: req-13816368-0728-401e-bd50-eb32ca2e0894 Date: Sun, 15 Jul 2018 21:19:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-15T21:19:11Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9c959064-3913-4c19-a206-1af71e5e1b6a","ip_address":"192.168.0.3"}],"id":"018d835b-e134-4204-ad3f-b2d9cbccc486","security_groups":["6c10bbab-e91c-4d8e-a9e6-2b1890174efc"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:9b:e9","project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e8566b72-b07f-41eb-a45c-5cfb666db4be","name":"","admin_state_up":true,"network_id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:19:05Z","binding:vnic_type":"normal"}]} 2018-07-15 21:19:15,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-13816368-0728-401e-bd50-eb32ca2e0894 2018-07-15 21:19:15,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0418260097504s 2018-07-15 21:19:15,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-13816368-0728-401e-bd50-eb32ca2e0894 2018-07-15 21:19:15,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 21:19:15,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"floatingip": {"floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.3", "port_id": "018d835b-e134-4204-ad3f-b2d9cbccc486"}}' 2018-07-15 21:19:17,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-57daa5c8-6a12-4d30-8015-f57ef35ac516 Date: Sun, 15 Jul 2018 21:19:16 GMT RESP BODY: {"floatingip": {"router_id": "4eae6786-5190-4387-9571-6f921521ad53", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T21:19:16Z", "floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.3", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "018d835b-e134-4204-ad3f-b2d9cbccc486", "id": "4be8f22c-ef7a-4ce9-a5ec-e45dde837315", "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:19:16Z", "project_id": "52690990a52243adb7d5a696f81b986e"}} 2018-07-15 21:19:17,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-57daa5c8-6a12-4d30-8015-f57ef35ac516 2018-07-15 21:19:17,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.84826803207s 2018-07-15 21:19:17,011 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-57daa5c8-6a12-4d30-8015-f57ef35ac516 2018-07-15 21:19:17,014 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'4eae6786-5190-4387-9571-6f921521ad53', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'52690990a52243adb7d5a696f81b986e', 'created_at': u'2018-07-15T21:19:16Z', 'attached': True, 'updated_at': u'2018-07-15T21:19:16Z', 'id': u'4be8f22c-ef7a-4ce9-a5ec-e45dde837315', 'floating_network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', 'fixed_ip_address': u'192.168.0.3', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'52690990a52243adb7d5a696f81b986e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'4eae6786-5190-4387-9571-6f921521ad53', 'project_id': u'52690990a52243adb7d5a696f81b986e', 'port_id': u'018d835b-e134-4204-ad3f-b2d9cbccc486', 'port': u'018d835b-e134-4204-ad3f-b2d9cbccc486', 'network': u'595732ea-191d-4af2-b2a6-99674c968eec'}) 2018-07-15 21:19:17,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 21:19:17,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 21:19:17,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-9d223033-36d5-4f49-beb6-937da65c2e84 x-compute-request-id: req-9d223033-36d5-4f49-beb6-937da65c2e84 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 586177934 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.139931] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141652] pid_max: default: 32768 minimum: 301\n[ 0.142585] ACPI: Core revision 20150930\n[ 0.143999] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145369] Security Framework initialized\n[ 0.146237] Yama: becoming mindful.\n[ 0.147007] AppArmor: AppArmor initialized\n[ 0.147896] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149274] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150599] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151847] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153314] Initializing cgroup subsys io\n[ 0.154162] Initializing cgroup subsys memory\n[ 0.155067] Initializing cgroup subsys devices\n[ 0.155973] Initializing cgroup subsys freezer\n[ 0.156869] Initializing cgroup subsys net_cls\n[ 0.157770] Initializing cgroup subsys perf_event\n[ 0.158715] Initializing cgroup subsys net_prio\n[ 0.159640] Initializing cgroup subsys hugetlb\n[ 0.160547] Initializing cgroup subsys pids\n[ 0.161452] CPU: Physical Processor ID: 0\n[ 0.162995] mce: CPU supports 10 MCE banks\n[ 0.163873] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179424] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185945] ftrace: allocating 31920 entries in 125 pages\n[ 0.211110] smpboot: Max logical packages: 1\n[ 0.212248] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213975] x2apic enabled\n[ 0.214956] Switched APIC routing to physical x2apic.\n[ 0.216970] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220976] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.223248] KVM setup paravirtual spinlock\n[ 0.224745] x86: Booted up 1 node, 1 CPUs\n[ 0.225762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227491] devtmpfs: initialized\n[ 0.229339] evm: security.selinux\n[ 0.230216] evm: security.SMACK64\n[ 0.231129] evm: security.SMACK64EXEC\n[ 0.232089] evm: security.SMACK64TRANSMUTE\n[ 0.233117] evm: security.SMACK64MMAP\n[ 0.234060] evm: security.ima\n[ 0.234853] evm: security.capability\n[ 0.235839] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238184] pinctrl core: initialized pinctrl subsystem\n[ 0.239580] RTC time: 21:19:12, date: 07/15/18\n[ 0.240766] NET: Registered protocol family 16\n[ 0.241994] cpuidle: using governor ladder\n[ 0.243039] cpuidle: using governor menu\n[ 0.244020] PCCT header not found.\n[ 0.244938] ACPI: bus type PCI registered\n[ 0.245934] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247502] PCI: Using configuration type 1 for base access\n[ 0.249544] ACPI: Added _OSI(Module Device)\n[ 0.250599] ACPI: Added _OSI(Processor Device)\n[ 0.251677] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252838] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254880] ACPI: Interpreter enabled\n[ 0.255855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258211] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265105] ACPI: (supports S0 S5)\n[ 0.265838] ACPI: Using IOAPIC for interrupt routing\n[ 0.266818] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.270048] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271242] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272545] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276141] acpiphp: Slot [3] registered\n[ 0.276982] acpiphp: Slot [4] registered\n[ 0.277819] acpiphp: Slot [5] registered\n[ 0.278657] acpiphp: Slot [6] registered\n[ 0.279490] acpiphp: Slot [7] registered\n[ 0.280325] acpiphp: Slot [8] registered\n[ 0.281160] acpiphp: Slot [9] registered\n[ 0.281997] acpiphp: Slot [10] registered\n[ 0.282841] acpiphp: Slot [11] registered\n[ 0.283693] acpiphp: Slot [12] registered\n[ 0.284541] acpiphp: Slot [13] registered\n[ 0.285386] acpiphp: Slot [14] registered\n[ 0.286236] acpiphp: Slot [15] registered\n[ 0.297290] acpiphp: Slot [16] registered\n[ 0.298141] acpiphp: Slot [17] registered\n[ 0.298987] acpiphp: Slot [18] registered\n[ 0.299828] acpiphp: Slot [19] registered\n[ 0.300672] acpiphp: Slot [20] registered\n[ 0.301522] acpiphp: Slot [21] registered\n[ 0.302372] acpiphp: Slot [22] registered\n[ 0.303218] acpiphp: Slot [23] registered\n[ 0.304063] acpiphp: Slot [24] registered\n[ 0.304910] acpiphp: Slot [25] registered\n[ 0.305793] acpiphp: Slot [26] registered\n[ 0.306643] acpiphp: Slot [27] registered\n[ 0.307488] acpiphp: Slot [28] registered\n[ 0.308337] acpiphp: Slot [29] registered\n[ 0.309180] acpiphp: Slot [30] registered\n[ 0.310023] acpiphp: Slot [31] registered\n[ 0.310860] PCI host bridge to bus 0000:00\n[ 0.311699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312964] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315737] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317248] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.318783] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322226] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324798] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326124] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329704] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331346] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352119] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353607] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355086] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357859] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360322] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361930] vgaarb: loaded\n[ 0.362554] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363829] SCSI subsystem initialized\n[ 0.364780] ACPI: bus type USB registered\n[ 0.365645] usbcore: registered new interface driver usbfs\n[ 0.366726] usbcore: registered new interface driver hub\n[ 0.367778] usbcore: registered new device driver usb\n[ 0.368941] PCI: Using ACPI for IRQ routing\n[ 0.370097] NetLabel: Initializing\n[ 0.370847] NetLabel: domain hash size = 128\n[ 0.371730] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.372725] NetLabel: unlabeled traffic allowed by default\n[ 0.373936] clocksource: Switched to clocksource kvm-clock\n[ 0.382336] AppArmor: AppArmor Filesystem Enabled\n[ 0.383353] pnp: PnP ACPI init\n[ 0.384334] pnp: PnP ACPI: found 5 devices\n[ 0.390709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392511] NET: Registered protocol family 2\n[ 0.393596] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394960] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396220] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397473] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398622] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399867] NET: Registered protocol family 1\n[ 0.400786] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401936] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403060] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417222] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431448] Trying to unpack rootfs image as initramfs...\n[ 0.488583] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490359] Scanning for low memory corruption every 60 seconds\n[ 0.491772] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493004] audit: initializing netlink subsys (disabled)\n[ 0.494123] audit: type=2000 audit(1531689553.043:1): initialized\n[ 0.495534] Initialise system trusted keyring\n[ 0.496524] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497747] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499942] zbud: loaded\n[ 0.500699] VFS: Disk quotas dquot_6.6.0\n[ 0.501565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503235] fuse init (API version 7.23)\n[ 0.504182] Key type big_key registered\n[ 0.505027] Allocating IMA MOK and blacklist keyrings.\n[ 0.506305] Key type asymmetric registered\n[ 0.507175] Asymmetric key parser 'x509' registered\n[ 0.508182] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509736] io scheduler noop registered\n[ 0.510575] io scheduler deadline registered (default)\n[ 0.511627] io scheduler cfq registered\n[ 0.512523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514950] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516467] ACPI: Power Button [PWRF]\n[ 0.517370] GHES: HEST is not enabled!\n[ 0.531110] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559058] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561210] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587109] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589906] Linux agpgart interface v0.103\n[ 0.592800] brd: module loaded\n[ 0.594548] loop: module loaded\n[ 0.598820] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600346] GPT:90111 != 2097151\n[ 0.601058] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602213] GPT:90111 != 2097151\n[ 0.602931] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603956] vda: vda1 vda15\n[ 0.605336] scsi host0: ata_piix\n[ 0.606166] scsi host1: ata_piix\n[ 0.606925] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.608202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.609742] libphy: Fixed MDIO Bus: probed\n[ 0.610611] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611618] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614042] PPP generic driver version 2.4.2\n[ 0.615018] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616169] ehci-pci: EHCI PCI platform driver\n[ 0.617097] ehci-platform: EHCI generic platform driver\n[ 0.618169] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619418] ohci-pci: OHCI PCI platform driver\n[ 0.620340] ohci-platform: OHCI generic platform driver\n[ 0.621394] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635643] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636702] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638242] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639294] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.640498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643284] usb usb1: Product: UHCI Host Controller\n[ 0.644268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645456] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646486] hub 1-0:1.0: USB hub found\n[ 0.647307] hub 1-0:1.0: 2 ports detected\n[ 0.648296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650534] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651542] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652639] mousedev: PS/2 mouse device common for all mice\n[ 0.653973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655907] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657080] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.658337] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.659597] i2c /dev entries driver\n[ 0.660405] device-mapper: uevent: version 1.0.3\n[ 0.661414] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.663138] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.664625] NET: Registered protocol family 10\n[ 0.665804] NET: Registered protocol family 17\n[ 0.666762] Key type dns_resolver registered\n[ 0.667816] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668983] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670861] registered taskstats version 1\n[ 0.671747] Loading compiled-in X.509 certificates\n[ 0.673270] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675244] zswap: loaded using pool lzo/zbud\n[ 0.676938] Key type trusted registered\n[ 0.678741] Key type encrypted registered\n[ 0.679623] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680748] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681839] evm: HMAC attrs: 0x1\n[ 0.682852] Magic number: 10:632:348\n[ 0.683757] rtc_cmos 00:00: setting system clock to 2018-07-15 21:19:12 UTC (1531689552)\n[ 0.685463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686635] EDD information not available.\n[ 0.767294] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.779465] Write protecting the kernel read-only data: 14336k\n[ 0.781671] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783623] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.828309] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.3...\nLease of 192.168.0.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000001\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCao+4Cw+RNT/bZTjE1BA2JM8k3vIhah6+kKF8rePFG9MxfqKf+xL74Ol1b8IkpmumgDRqoVg/3fMBNE2KFVs6xVaZ78o2hwUUdvQwzNSuBF4awbhfnPAmb5acPwiB+pvjxddMqkW4GLbU2jBWbG7wLaGiwsaS58XbLL+XjXSfUU7YhxHVtOEwa614V6RZncKeqcSdIpHGa+FJOB6NA3oPaJlDJvPTIMFPLzGyEIOqPmmgMlzs7YrEv//CFl2+02e/UsH2C3zomnFkGyI1FdvNaNhjH2BadFvuRKpvo/AaDACmmITejgWp05uXeqXzrNXsqBelsJd0/ZLg2Am+vDtd1 root@singlevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3\nssh-dss AAAAB3NzaC1kc3MAAACBAN6WAvgwH39/2TMrvXFlsG37WPhDg/rN9ILwklIlrEgKz+lbhp3uVexkPMUS5PHBJzU0/cjyDVHtp72RnpYvtw/XBHijoU3ckm629yiq6bvRxVrzh6OBaVxOZ7bwxBWanGGzfYChXxd0YxzXaiDE5VVhU4UwueQagL5ZtT3RXeJ5AAAAFQCut9JMlWgBIi/3z/mkXyH/j19+1wAAAIEAuvuPFw9StxrZW5kLAFs2aD47yLSwxwSCwQk75/OzjllI04vnbOb9MsVGlEb86R41cULsrN5UrsGiHX/N8w3d9Zrn/o5YNt1LHG2NKVBC+zn/O76ozktppEkMh9SdOGGx+3d9kYKfAXnOCUVHhJGJSk4GFr+VE5/4Iey1yq6LnT0AAACAS+FNEFN/C/V9ipTCSF9posE8HL+S01Eo/+rdzE5R0hSp1dsZWsMnEtTQZDQPnAOa4DRSWsEYqaZTzev0V1BFeLSREiYsf1vBNmLWaqeMI4hHDJbJT8aW/3XOiNKcX28f+yRIX0VASfcsa+1admprAa34sYLuNhMa99TmGjnilcI= root@singlevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.3,24,fe80::f816:3eff:fe9a:9be9/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.3 \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-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.07 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3 login: "} 2018-07-15 21:19:17,707 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be/action used request id req-9d223033-36d5-4f49-beb6-937da65c2e84 2018-07-15 21:19:17,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.692414999008s 2018-07-15 21:19:17,708 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be/action used request id req-9d223033-36d5-4f49-beb6-937da65c2e84 2018-07-15 21:19:17,708 - 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 586177934 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.139931] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141652] pid_max: default: 32768 minimum: 301 [ 0.142585] ACPI: Core revision 20150930 [ 0.143999] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145369] Security Framework initialized [ 0.146237] Yama: becoming mindful. [ 0.147007] AppArmor: AppArmor initialized [ 0.147896] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149274] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150599] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151847] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153314] Initializing cgroup subsys io [ 0.154162] Initializing cgroup subsys memory [ 0.155067] Initializing cgroup subsys devices [ 0.155973] Initializing cgroup subsys freezer [ 0.156869] Initializing cgroup subsys net_cls [ 0.157770] Initializing cgroup subsys perf_event [ 0.158715] Initializing cgroup subsys net_prio [ 0.159640] Initializing cgroup subsys hugetlb [ 0.160547] Initializing cgroup subsys pids [ 0.161452] CPU: Physical Processor ID: 0 [ 0.162995] mce: CPU supports 10 MCE banks [ 0.163873] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179424] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.185945] ftrace: allocating 31920 entries in 125 pages [ 0.211110] smpboot: Max logical packages: 1 [ 0.212248] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213975] x2apic enabled [ 0.214956] Switched APIC routing to physical x2apic. [ 0.216970] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218389] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220976] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223248] KVM setup paravirtual spinlock [ 0.224745] x86: Booted up 1 node, 1 CPUs [ 0.225762] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227491] devtmpfs: initialized [ 0.229339] evm: security.selinux [ 0.230216] evm: security.SMACK64 [ 0.231129] evm: security.SMACK64EXEC [ 0.232089] evm: security.SMACK64TRANSMUTE [ 0.233117] evm: security.SMACK64MMAP [ 0.234060] evm: security.ima [ 0.234853] evm: security.capability [ 0.235839] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238184] pinctrl core: initialized pinctrl subsystem [ 0.239580] RTC time: 21:19:12, date: 07/15/18 [ 0.240766] NET: Registered protocol family 16 [ 0.241994] cpuidle: using governor ladder [ 0.243039] cpuidle: using governor menu [ 0.244020] PCCT header not found. [ 0.244938] ACPI: bus type PCI registered [ 0.245934] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.247502] PCI: Using configuration type 1 for base access [ 0.249544] ACPI: Added _OSI(Module Device) [ 0.250599] ACPI: Added _OSI(Processor Device) [ 0.251677] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.252838] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254880] ACPI: Interpreter enabled [ 0.255855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.258211] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.260520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.262847] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.265105] ACPI: (supports S0 S5) [ 0.265838] ACPI: Using IOAPIC for interrupt routing [ 0.266818] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.270048] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.271242] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.272545] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.273813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.276141] acpiphp: Slot [3] registered [ 0.276982] acpiphp: Slot [4] registered [ 0.277819] acpiphp: Slot [5] registered [ 0.278657] acpiphp: Slot [6] registered [ 0.279490] acpiphp: Slot [7] registered [ 0.280325] acpiphp: Slot [8] registered [ 0.281160] acpiphp: Slot [9] registered [ 0.281997] acpiphp: Slot [10] registered [ 0.282841] acpiphp: Slot [11] registered [ 0.283693] acpiphp: Slot [12] registered [ 0.284541] acpiphp: Slot [13] registered [ 0.285386] acpiphp: Slot [14] registered [ 0.286236] acpiphp: Slot [15] registered [ 0.297290] acpiphp: Slot [16] registered [ 0.298141] acpiphp: Slot [17] registered [ 0.298987] acpiphp: Slot [18] registered [ 0.299828] acpiphp: Slot [19] registered [ 0.300672] acpiphp: Slot [20] registered [ 0.301522] acpiphp: Slot [21] registered [ 0.302372] acpiphp: Slot [22] registered [ 0.303218] acpiphp: Slot [23] registered [ 0.304063] acpiphp: Slot [24] registered [ 0.304910] acpiphp: Slot [25] registered [ 0.305793] acpiphp: Slot [26] registered [ 0.306643] acpiphp: Slot [27] registered [ 0.307488] acpiphp: Slot [28] registered [ 0.308337] acpiphp: Slot [29] registered [ 0.309180] acpiphp: Slot [30] registered [ 0.310023] acpiphp: Slot [31] registered [ 0.310860] PCI host bridge to bus 0000:00 [ 0.311699] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.312964] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314230] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315737] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317248] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.318783] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.322226] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.323567] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.324798] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.326124] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.329704] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331346] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.350227] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352119] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353607] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.355086] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356532] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357859] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359220] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360322] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361930] vgaarb: loaded [ 0.362554] vgaarb: bridge control possible 0000:00:02.0 [ 0.363829] SCSI subsystem initialized [ 0.364780] ACPI: bus type USB registered [ 0.365645] usbcore: registered new interface driver usbfs [ 0.366726] usbcore: registered new interface driver hub [ 0.367778] usbcore: registered new device driver usb [ 0.368941] PCI: Using ACPI for IRQ routing [ 0.370097] NetLabel: Initializing [ 0.370847] NetLabel: domain hash size = 128 [ 0.371730] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372725] NetLabel: unlabeled traffic allowed by default [ 0.373936] clocksource: Switched to clocksource kvm-clock [ 0.382336] AppArmor: AppArmor Filesystem Enabled [ 0.383353] pnp: PnP ACPI init [ 0.384334] pnp: PnP ACPI: found 5 devices [ 0.390709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392511] NET: Registered protocol family 2 [ 0.393596] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394960] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.396220] TCP: Hash tables configured (established 4096 bind 4096) [ 0.397473] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398622] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399867] NET: Registered protocol family 1 [ 0.400786] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401936] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403060] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417222] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431448] Trying to unpack rootfs image as initramfs... [ 0.488583] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490359] Scanning for low memory corruption every 60 seconds [ 0.491772] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.493004] audit: initializing netlink subsys (disabled) [ 0.494123] audit: type=2000 audit(1531689553.043:1): initialized [ 0.495534] Initialise system trusted keyring [ 0.496524] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497747] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499942] zbud: loaded [ 0.500699] VFS: Disk quotas dquot_6.6.0 [ 0.501565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.503235] fuse init (API version 7.23) [ 0.504182] Key type big_key registered [ 0.505027] Allocating IMA MOK and blacklist keyrings. [ 0.506305] Key type asymmetric registered [ 0.507175] Asymmetric key parser 'x509' registered [ 0.508182] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509736] io scheduler noop registered [ 0.510575] io scheduler deadline registered (default) [ 0.511627] io scheduler cfq registered [ 0.512523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.513616] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514950] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516467] ACPI: Power Button [PWRF] [ 0.517370] GHES: HEST is not enabled! [ 0.531110] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559058] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.561210] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587109] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589906] Linux agpgart interface v0.103 [ 0.592800] brd: module loaded [ 0.594548] loop: module loaded [ 0.598820] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.600346] GPT:90111 != 2097151 [ 0.601058] GPT:Alternate GPT header not at the end of the disk. [ 0.602213] GPT:90111 != 2097151 [ 0.602931] GPT: Use GNU Parted to correct GPT errors. [ 0.603956] vda: vda1 vda15 [ 0.605336] scsi host0: ata_piix [ 0.606166] scsi host1: ata_piix [ 0.606925] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.608202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.609742] libphy: Fixed MDIO Bus: probed [ 0.610611] tun: Universal TUN/TAP device driver, 1.6 [ 0.611618] tun: (C) 1999-2004 Max Krasnyansky [ 0.614042] PPP generic driver version 2.4.2 [ 0.615018] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616169] ehci-pci: EHCI PCI platform driver [ 0.617097] ehci-platform: EHCI generic platform driver [ 0.618169] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.619418] ohci-pci: OHCI PCI platform driver [ 0.620340] ohci-platform: OHCI generic platform driver [ 0.621394] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635643] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636702] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638242] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639294] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.640498] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643284] usb usb1: Product: UHCI Host Controller [ 0.644268] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645456] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646486] hub 1-0:1.0: USB hub found [ 0.647307] hub 1-0:1.0: 2 ports detected [ 0.648296] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650534] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651542] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652639] mousedev: PS/2 mouse device common for all mice [ 0.653973] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655907] rtc_cmos 00:00: RTC can wake from S4 [ 0.657080] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.658337] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.659597] i2c /dev entries driver [ 0.660405] device-mapper: uevent: version 1.0.3 [ 0.661414] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.663138] ledtrig-cpu: registered to indicate activity on CPUs [ 0.664625] NET: Registered protocol family 10 [ 0.665804] NET: Registered protocol family 17 [ 0.666762] Key type dns_resolver registered [ 0.667816] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.668983] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.670861] registered taskstats version 1 [ 0.671747] Loading compiled-in X.509 certificates [ 0.673270] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.675244] zswap: loaded using pool lzo/zbud [ 0.676938] Key type trusted registered [ 0.678741] Key type encrypted registered [ 0.679623] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680748] ima: No TPM chip found, activating TPM-bypass! [ 0.681839] evm: HMAC attrs: 0x1 [ 0.682852] Magic number: 10:632:348 [ 0.683757] rtc_cmos 00:00: setting system clock to 2018-07-15 21:19:12 UTC (1531689552) [ 0.685463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686635] EDD information not available. [ 0.767294] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.779465] Write protecting the kernel read-only data: 14336k [ 0.781671] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783623] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.828309] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.3... Lease of 192.168.0.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000001 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCao+4Cw+RNT/bZTjE1BA2JM8k3vIhah6+kKF8rePFG9MxfqKf+xL74Ol1b8IkpmumgDRqoVg/3fMBNE2KFVs6xVaZ78o2hwUUdvQwzNSuBF4awbhfnPAmb5acPwiB+pvjxddMqkW4GLbU2jBWbG7wLaGiwsaS58XbLL+XjXSfUU7YhxHVtOEwa614V6RZncKeqcSdIpHGa+FJOB6NA3oPaJlDJvPTIMFPLzGyEIOqPmmgMlzs7YrEv//CFl2+02e/UsH2C3zomnFkGyI1FdvNaNhjH2BadFvuRKpvo/AaDACmmITejgWp05uXeqXzrNXsqBelsJd0/ZLg2Am+vDtd1 root@singlevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3 ssh-dss AAAAB3NzaC1kc3MAAACBAN6WAvgwH39/2TMrvXFlsG37WPhDg/rN9ILwklIlrEgKz+lbhp3uVexkPMUS5PHBJzU0/cjyDVHtp72RnpYvtw/XBHijoU3ckm629yiq6bvRxVrzh6OBaVxOZ7bwxBWanGGzfYChXxd0YxzXaiDE5VVhU4UwueQagL5ZtT3RXeJ5AAAAFQCut9JMlWgBIi/3z/mkXyH/j19+1wAAAIEAuvuPFw9StxrZW5kLAFs2aD47yLSwxwSCwQk75/OzjllI04vnbOb9MsVGlEb86R41cULsrN5UrsGiHX/N8w3d9Zrn/o5YNt1LHG2NKVBC+zn/O76ozktppEkMh9SdOGGx+3d9kYKfAXnOCUVHhJGJSk4GFr+VE5/4Iey1yq6LnT0AAACAS+FNEFN/C/V9ipTCSF9posE8HL+S01Eo/+rdzE5R0hSp1dsZWsMnEtTQZDQPnAOa4DRSWsEYqaZTzev0V1BFeLSREiYsf1vBNmLWaqeMI4hHDJbJT8aW/3XOiNKcX28f+yRIX0VASfcsa+1admprAa34sYLuNhMa99TmGjnilcI= root@singlevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.3,24,fe80::f816:3eff:fe9a:9be9/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.3 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-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.07 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-7a2fe183-6286-4952-9451-a381f71523b3 login: 2018-07-15 21:19:18,709 - paramiko.transport - DEBUG - starting thread (client mode): 0xd4397510L 2018-07-15 21:19:18,709 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 21:19:18,710 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 21:19:18,710 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 21:19:18,711 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-15 21:19:18,711 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 21:19:18,711 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 21:19:18,711 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 21:19:18,712 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 21:19:18,712 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 21:19:18,730 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 21:19:18,731 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 21:19:18,741 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: c5b92523342c000e2e8b49de3e326be4 2018-07-15 21:19:18,742 - paramiko.transport - DEBUG - Trying discovered key 2e1051a2c6e677ad11958334829049af in /tmp/tmp4_lewZ 2018-07-15 21:19:18,768 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 21:19:18,774 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 21:19:18,775 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 21:19:18,775 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 21:19:18,776 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 21:19:18,777 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 21:19:18,778 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 21:19:18,778 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-15 21:19:18,783 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 21:19:18,893 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:19:18,894 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:25 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 21:19:18,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 21:19:18,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/4be8f22c-ef7a-4ce9-a5ec-e45dde837315.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:19,961 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-edf9387e-ef76-4fcb-b4b9-a88446d850b7 Content-Length: 0 Date: Sun, 15 Jul 2018 21:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:19:19,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/4be8f22c-ef7a-4ce9-a5ec-e45dde837315.json used request id req-edf9387e-ef76-4fcb-b4b9-a88446d850b7 2018-07-15 21:19:19,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.05964994431s 2018-07-15 21:19:19,961 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/4be8f22c-ef7a-4ce9-a5ec-e45dde837315.json used request id req-edf9387e-ef76-4fcb-b4b9-a88446d850b7 2018-07-15 21:19:19,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:19:19,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:20,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f44bf4a6-cfb0-42fc-be1d-da3149cfcb83 Date: Sun, 15 Jul 2018 21:19:19 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:19:20,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f44bf4a6-cfb0-42fc-be1d-da3149cfcb83 2018-07-15 21:19:20,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0444328784943s 2018-07-15 21:19:20,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f44bf4a6-cfb0-42fc-be1d-da3149cfcb83 2018-07-15 21:19:20,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:19:20,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:20,224 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:19: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-47dd9c73-8e1b-4bdb-aa9d-9d58ee514e7b x-compute-request-id: req-47dd9c73-8e1b-4bdb-aa9d-9d58ee514e7b Content-Type: application/json 2018-07-15 21:19:20,224 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-47dd9c73-8e1b-4bdb-aa9d-9d58ee514e7b 2018-07-15 21:19:20,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.211659908295s 2018-07-15 21:19:20,224 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be used request id req-47dd9c73-8e1b-4bdb-aa9d-9d58ee514e7b 2018-07-15 21:19:20,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:20,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.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:20,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-aa610e68-8922-45da-9aa8-de4e2cc5f79c x-compute-request-id: req-aa610e68-8922-45da-9aa8-de4e2cc5f79c Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:9b:e9", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:9b:e9", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e8566b72-b07f-41eb-a45c-5cfb666db4be", "rel": "bookmark"}], "image": {"id": "c463c290-c7f6-4506-89ff-51931b429d7e", "links": [{"href": "http://172.30.9.27:8774/images/c463c290-c7f6-4506-89ff-51931b429d7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-15T21:19:12.000000", "flavor": {"id": "34d6f360-661e-43c4-a557-8dad475daf7b", "links": [{"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "bookmark"}]}, "id": "e8566b72-b07f-41eb-a45c-5cfb666db4be", "security_groups": [{"name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}], "user_id": "f617b4a557cf4b178f6ef3a26d78a2b2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:19:20Z", "hostId": "1d69ef14b06342550e152afad9e5b7295825c42ad0b19d229c9a1a11", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_7a2fe183-6286-4952-9451-a381f71523b3", "created": "2018-07-15T21:19:01Z", "tenant_id": "52690990a52243adb7d5a696f81b986e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:20,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aa610e68-8922-45da-9aa8-de4e2cc5f79c 2018-07-15 21:19:20,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457754135132s 2018-07-15 21:19:20,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aa610e68-8922-45da-9aa8-de4e2cc5f79c 2018-07-15 21:19:20,684 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:22,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:22,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:22,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4faa582b-e40a-4731-9a68-b5f8b43e35d7 x-compute-request-id: req-4faa582b-e40a-4731-9a68-b5f8b43e35d7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 21:19:22,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4faa582b-e40a-4731-9a68-b5f8b43e35d7 2018-07-15 21:19:22,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.237251996994s 2018-07-15 21:19:22,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4faa582b-e40a-4731-9a68-b5f8b43e35d7 2018-07-15 21:19:22,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:19:22,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:22,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-c751a6f5-fe63-4325-9760-e58342419797 Date: Sun, 15 Jul 2018 21:19:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:17:52Z", "updated_at": "2018-07-15T21:17:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "19157fd7-8801-4f93-97fa-7110bd761e3a", "remote_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "2dcbc486-49d0-4cef-a386-c8c1d50d52e6", "remote_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "3af7fcac-2d86-4cf1-b13a-46229c4481f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:52Z", "revision_number": 0, "id": "94b877c4-9632-41b2-9e21-a78ffc4a9d9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:52Z", "security_group_id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}], "revision_number": 1, "project_id": "52690990a52243adb7d5a696f81b986e", "id": "1ae669b9-ac05-4439-bd0a-f31287f2c0b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-15T21:17:54Z", "updated_at": "2018-07-15T21:17:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "12de346b-28cb-411a-af34-4c3f01d9aa23", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "9050dedb-b5d0-47a1-9ab8-787553a0d32f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "98b79a2c-ee72-4d3e-8a82-78b78983da3f", "remote_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:17:54Z", "revision_number": 0, "id": "cccd605d-8b1d-453e-88b6-0627f3a8ef15", "remote_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "remote_ip_prefix": null, "created_at": "2018-07-15T21:17:54Z", "security_group_id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "2a88426b-c92c-46e6-a77f-6a483eac1901", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "created_at": "2018-07-15T21:18:07Z", "updated_at": "2018-07-15T21:18:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "15465fde-a072-4d45-acc0-a169385d42b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "93a5f28e-130c-4cea-b37f-36a0f23e9b5d", "remote_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "a7ba669a-4340-4e06-b7fe-c831611271e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:07Z", "revision_number": 0, "id": "c4e4e47f-5b32-41fa-a655-dc3df0434063", "remote_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:07Z", "security_group_id": "45a68773-2167-4a27-98c2-99efcb811fdd", "tenant_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d"}], "revision_number": 1, "project_id": "6a450ac6e03946e5bc6e359b76f3fa8d", "id": "45a68773-2167-4a27-98c2-99efcb811fdd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "created_at": "2018-07-15T21:15:17Z", "updated_at": "2018-07-15T21:15:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "4107ba9b-030b-4342-bddd-cba9e879a9fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv4", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "82ad2138-348a-47b5-8f31-9ae3a9f3fd9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv6", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "a6fbd598-5928-4e55-b89e-6de8e009746a", "remote_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv4", "project_id": "91c5c8c8213547dfb1e30af42577026b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:15:17Z", "revision_number": 0, "id": "f21671fd-640b-4d34-914e-56127730521f", "remote_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "remote_ip_prefix": null, "created_at": "2018-07-15T21:15:17Z", "security_group_id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "tenant_id": "91c5c8c8213547dfb1e30af42577026b", "port_range_min": null, "ethertype": "IPv6", "project_id": "91c5c8c8213547dfb1e30af42577026b"}], "revision_number": 1, "project_id": "91c5c8c8213547dfb1e30af42577026b", "id": "57a2df6f-cbe9-4930-b432-dbd989a4bf37", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:59Z", "updated_at": "2018-07-15T21:19:00Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "01c0604a-68cc-403a-940a-33b9d6440ebd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "5fba00f5-e047-4cb4-9153-af2444a7f1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:00Z", "revision_number": 0, "id": "680de908-c55e-4694-b05b-cffff5b8f242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:00Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv4", "project_id": "52690990a52243adb7d5a696f81b986e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:59Z", "revision_number": 0, "id": "a6eb939e-c90f-4e5e-9443-13917334111b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:59Z", "security_group_id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "tenant_id": "52690990a52243adb7d5a696f81b986e", "port_range_min": null, "ethertype": "IPv6", "project_id": "52690990a52243adb7d5a696f81b986e"}], "revision_number": 3, "project_id": "52690990a52243adb7d5a696f81b986e", "id": "6c10bbab-e91c-4d8e-a9e6-2b1890174efc", "name": "singlevm1-sg_7a2fe183-6286-4952-9451-a381f71523b3"}, {"description": "Default security group", "tags": [], "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "created_at": "2018-07-15T21:18:38Z", "updated_at": "2018-07-15T21:18:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "332ed646-6b25-4e40-8a7f-288a5f50ecc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "aad5a287-8c2b-494f-9eb0-fd7ea7bb2874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "bf6518ba-191f-4c49-8e4f-c4d55eea4241", "remote_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:18:38Z", "revision_number": 0, "id": "df197e79-476d-4bbe-9124-911e87a5d144", "remote_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "remote_ip_prefix": null, "created_at": "2018-07-15T21:18:38Z", "security_group_id": "bd774c98-ba81-4461-af54-8476d7bbb739", "tenant_id": "732b28f6a17f42dca6ea71b2901066b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "732b28f6a17f42dca6ea71b2901066b2"}], "revision_number": 1, "project_id": "732b28f6a17f42dca6ea71b2901066b2", "id": "bd774c98-ba81-4461-af54-8476d7bbb739", "name": "default"}]} 2018-07-15 21:19:22,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c751a6f5-fe63-4325-9760-e58342419797 2018-07-15 21:19:22,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.056412935257s 2018-07-15 21:19:22,985 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c751a6f5-fe63-4325-9760-e58342419797 2018-07-15 21:19:22,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 21:19:22,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/6c10bbab-e91c-4d8e-a9e6-2b1890174efc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:23,201 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82a6cf96-0eea-4fda-861c-fe73045c9db9 Content-Length: 0 Date: Sun, 15 Jul 2018 21:19:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:19:23,202 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6c10bbab-e91c-4d8e-a9e6-2b1890174efc.json used request id req-82a6cf96-0eea-4fda-861c-fe73045c9db9 2018-07-15 21:19:23,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.212378025055s 2018-07-15 21:19:23,202 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/6c10bbab-e91c-4d8e-a9e6-2b1890174efc.json used request id req-82a6cf96-0eea-4fda-861c-fe73045c9db9 2018-07-15 21:19:23,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 21:19:23,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:23,256 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:19:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02e86dc1-ac42-4e42-8a63-7cae51b5b738 x-compute-request-id: req-02e86dc1-ac42-4e42-8a63-7cae51b5b738 Content-Length: 0 Content-Type: application/json 2018-07-15 21:19:23,256 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3 used request id req-02e86dc1-ac42-4e42-8a63-7cae51b5b738 2018-07-15 21:19:23,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0540680885315s 2018-07-15 21:19:23,257 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_7a2fe183-6286-4952-9451-a381f71523b3 used request id req-02e86dc1-ac42-4e42-8a63-7cae51b5b738 2018-07-15 21:19:23,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:19:23,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" -d '{"subnet_id": "9c959064-3913-4c19-a206-1af71e5e1b6a"}' 2018-07-15 21:19:24,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-46cdcae2-9237-4ae4-b621-2446a2d87423 Date: Sun, 15 Jul 2018 21:19:24 GMT RESP BODY: {"network_id": "dfbea199-fe79-495b-bc02-d31b48d3ec0f", "tenant_id": "52690990a52243adb7d5a696f81b986e", "subnet_id": "9c959064-3913-4c19-a206-1af71e5e1b6a", "subnet_ids": ["9c959064-3913-4c19-a206-1af71e5e1b6a"], "port_id": "96ef652d-2630-4c5a-b2e9-23db4ee83da0", "id": "4eae6786-5190-4387-9571-6f921521ad53"} 2018-07-15 21:19:24,879 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53/remove_router_interface.json used request id req-46cdcae2-9237-4ae4-b621-2446a2d87423 2018-07-15 21:19:24,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62153887749s 2018-07-15 21:19:24,879 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53/remove_router_interface.json used request id req-46cdcae2-9237-4ae4-b621-2446a2d87423 returning object 4eae6786-5190-4387-9571-6f921521ad53 2018-07-15 21:19:24,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:19:24,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:24,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-36d8f768-de97-4562-a85e-e22f30cfbcb3 Date: Sun, 15 Jul 2018 21:19:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "52690990a52243adb7d5a696f81b986e", "created_at": "2018-07-15T21:18:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-15T21:19:24Z", "revision_number": 4, "routes": [], "project_id": "52690990a52243adb7d5a696f81b986e", "id": "4eae6786-5190-4387-9571-6f921521ad53", "name": "singlevm1-router_7a2fe183-6286-4952-9451-a381f71523b3"}]} 2018-07-15 21:19:24,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-36d8f768-de97-4562-a85e-e22f30cfbcb3 2018-07-15 21:19:24,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112213134766s 2018-07-15 21:19:24,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-36d8f768-de97-4562-a85e-e22f30cfbcb3 2018-07-15 21:19:24,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:19:24,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:26,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1552ac26-02c5-49c4-847d-ce504ad9ca06 Content-Length: 0 Date: Sun, 15 Jul 2018 21:19:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:19:26,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53.json used request id req-1552ac26-02c5-49c4-847d-ce504ad9ca06 2018-07-15 21:19:26,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26063799858s 2018-07-15 21:19:26,254 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4eae6786-5190-4387-9571-6f921521ad53.json used request id req-1552ac26-02c5-49c4-847d-ce504ad9ca06 2018-07-15 21:19:26,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:19:26,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:26,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1283 X-Openstack-Request-Id: req-a9b33c74-e02d-4e8d-9234-50c9d7cd6f71 Date: Sun, 15 Jul 2018 21:19:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:18:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"52690990a52243adb7d5a696f81b986e","id":"9c959064-3913-4c19-a206-1af71e5e1b6a","subnetpool_id":null,"name":"singlevm1-subnet_7a2fe183-6286-4952-9451-a381f71523b3"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"595732ea-191d-4af2-b2a6-99674c968eec","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:22Z","dns_nameservers":[],"updated_at":"2018-07-15T21:15:22Z","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":"91c5c8c8213547dfb1e30af42577026b","id":"f6de302e-e276-4137-86b7-ad08fbabf76d","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-15 21:19:26,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a9b33c74-e02d-4e8d-9234-50c9d7cd6f71 2018-07-15 21:19:26,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0414419174194s 2018-07-15 21:19:26,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a9b33c74-e02d-4e8d-9234-50c9d7cd6f71 2018-07-15 21:19:26,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:19:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/9c959064-3913-4c19-a206-1af71e5e1b6a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:27,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f10cbfe-31ef-44bf-828f-6bf3424fbeb3 Date: Sun, 15 Jul 2018 21:19:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:19:27,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9c959064-3913-4c19-a206-1af71e5e1b6a.json used request id req-3f10cbfe-31ef-44bf-828f-6bf3424fbeb3 2018-07-15 21:19:27,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0172162056s 2018-07-15 21:19:27,316 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/9c959064-3913-4c19-a206-1af71e5e1b6a.json used request id req-3f10cbfe-31ef-44bf-828f-6bf3424fbeb3 2018-07-15 21:19:27,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:27,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:27,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-5ae57c33-732f-4216-bdd2-c9af41f6de23 Date: Sun, 15 Jul 2018 21:19:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dfbea199-fe79-495b-bc02-d31b48d3ec0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"52690990a52243adb7d5a696f81b986e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-15T21:19:27Z","provider:segmentation_id":57,"name":"singlevm1-net_7a2fe183-6286-4952-9451-a381f71523b3","admin_state_up":true,"tenant_id":"52690990a52243adb7d5a696f81b986e","created_at":"2018-07-15T21:18:53Z","provider:network_type":"vxlan"}]} 2018-07-15 21:19:27,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5ae57c33-732f-4216-bdd2-c9af41f6de23 2018-07-15 21:19:27,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859098434448s 2018-07-15 21:19:27,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5ae57c33-732f-4216-bdd2-c9af41f6de23 2018-07-15 21:19:27,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:19:27,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/dfbea199-fe79-495b-bc02-d31b48d3ec0f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:28,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42a2971b-5f90-405d-bc48-33050ee5b8aa Date: Sun, 15 Jul 2018 21:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:19:28,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/dfbea199-fe79-495b-bc02-d31b48d3ec0f.json used request id req-42a2971b-5f90-405d-bc48-33050ee5b8aa 2018-07-15 21:19:28,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.52221488953s 2018-07-15 21:19:28,926 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/dfbea199-fe79-495b-bc02-d31b48d3ec0f.json used request id req-42a2971b-5f90-405d-bc48-33050ee5b8aa 2018-07-15 21:19:28,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:19:28,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.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:29,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-61789055-654f-41d5-ba89-5764ef3cf92a Date: Sun, 15 Jul 2018 21:19:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c463c290-c7f6-4506-89ff-51931b429d7e/snap", "metadata": {}}], "file": "/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e/file", "owner": "52690990a52243adb7d5a696f81b986e", "id": "c463c290-c7f6-4506-89ff-51931b429d7e", "size": 12716032, "self": "/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c463c290-c7f6-4506-89ff-51931b429d7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:18:58Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_7a2fe183-6286-4952-9451-a381f71523b3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:18:58Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:19:29,133 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-61789055-654f-41d5-ba89-5764ef3cf92a 2018-07-15 21:19:29,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.203223228455s 2018-07-15 21:19:29,134 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-61789055-654f-41d5-ba89-5764ef3cf92a 2018-07-15 21:19:29,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 21:19:29,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:29,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-24566464-8db5-480c-859c-fd659fcb6e0c Date: Sun, 15 Jul 2018 21:19:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:19:29,909 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e used request id req-24566464-8db5-480c-859c-fd659fcb6e0c 2018-07-15 21:19:29,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.773985147476s 2018-07-15 21:19:29,910 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c463c290-c7f6-4506-89ff-51931b429d7e used request id req-24566464-8db5-480c-859c-fd659fcb6e0c 2018-07-15 21:19:29,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:19:29,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:29,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-449007e7-4e42-4a0a-9dc8-09f2aba8bd5b x-compute-request-id: req-449007e7-4e42-4a0a-9dc8-09f2aba8bd5b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_7a2fe183-6286-4952-9451-a381f71523b3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/34d6f360-661e-43c4-a557-8dad475daf7b", "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": "34d6f360-661e-43c4-a557-8dad475daf7b"}]} 2018-07-15 21:19:29,937 - 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-449007e7-4e42-4a0a-9dc8-09f2aba8bd5b 2018-07-15 21:19:29,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027037858963s 2018-07-15 21:19:29,937 - 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-449007e7-4e42-4a0a-9dc8-09f2aba8bd5b 2018-07-15 21:19:29,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 21:19:29,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0e7b5c35b90f6b9b4faa1323966334efd88ad24" 2018-07-15 21:19:29,974 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0ae2c0c-5ccd-437b-bea9-5868d4e3ddc2 x-compute-request-id: req-b0ae2c0c-5ccd-437b-bea9-5868d4e3ddc2 Content-Length: 0 Content-Type: application/json 2018-07-15 21:19:29,974 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b used request id req-b0ae2c0c-5ccd-437b-bea9-5868d4e3ddc2 2018-07-15 21:19:29,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0355880260468s 2018-07-15 21:19:29,974 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/34d6f360-661e-43c4-a557-8dad475daf7b used request id req-b0ae2c0c-5ccd-437b-bea9-5868d4e3ddc2 2018-07-15 21:19:30,017 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-15 21:19:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:19:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:19:30,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:19:30,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:19:30,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:19:30,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:19:30,054 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:19:30,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:19:30,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75d20d0d-883c-487a-a3bf-b78d2c9d0709 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:19:30,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-75d20d0d-883c-487a-a3bf-b78d2c9d0709 2018-07-15 21:19:30,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:19:30,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["Qp64s-U3T4Si9-2JTvBCwQ"], "issued_at": "2018-07-15T21:19:30.000000Z"}} 2018-07-15 21:19:30,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:30,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:31,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b47d2460-cd8a-40f3-93aa-4cd7cee567b1 Date: Sun, 15 Jul 2018 21:19:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:19:31,395 - 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-b47d2460-cd8a-40f3-93aa-4cd7cee567b1 2018-07-15 21:19:31,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.947240829468s 2018-07-15 21:19:31,395 - 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-b47d2460-cd8a-40f3-93aa-4cd7cee567b1 2018-07-15 21:19:31,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:19:31,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-528530da-07b5-435a-b302-47d7ca3a8a8e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:19:31,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-528530da-07b5-435a-b302-47d7ca3a8a8e 2018-07-15 21:19:31,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:19:31,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:31,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56ca3f9d-f0b8-4253-a337-5e0709c9b7d3 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75"}, "tags": [], "enabled": true, "id": "23b03187afd34255bfe3a645488a7c75", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 21:19:31,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-56ca3f9d-f0b8-4253-a337-5e0709c9b7d3 2018-07-15 21:19:31,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0962629318237s 2018-07-15 21:19:31,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-56ca3f9d-f0b8-4253-a337-5e0709c9b7d3 2018-07-15 21:19:31,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 21:19:31,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf"}}' 2018-07-15 21:19:31,681 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51ffe260-30e4-467a-9921-2887b29adec5 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/da5ddb53d9ac437ea0328a7cdf2966bd"}, "tags": [], "enabled": true, "id": "da5ddb53d9ac437ea0328a7cdf2966bd", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf"}} 2018-07-15 21:19:31,681 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-51ffe260-30e4-467a-9921-2887b29adec5 2018-07-15 21:19:31,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.17215013504s 2018-07-15 21:19:31,681 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-51ffe260-30e4-467a-9921-2887b29adec5 2018-07-15 21:19:31,682 - 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'da5ddb53d9ac437ea0328a7cdf2966bd', '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_43741f4f-9078-40d1-82ad-eafc3d598dcf'}) 2018-07-15 21:19:31,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 21:19:31,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e4960c37-f096-46c6-876d-4200dd5b2a50", "email": null, "name": "singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf"}}' 2018-07-15 21:19:32,048 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:19:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fac9e03c-4f47-4c93-b95c-2a166fe2ae71 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf", "links": {"self": "http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ae0cc264e47549418d7b08549c66e0fd", "domain_id": "default", "password_expires_at": null}} 2018-07-15 21:19:32,048 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-fac9e03c-4f47-4c93-b95c-2a166fe2ae71 2018-07-15 21:19:32,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.360228061676s 2018-07-15 21:19:32,049 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-fac9e03c-4f47-4c93-b95c-2a166fe2ae71 2018-07-15 21:19:32,049 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ae0cc264e47549418d7b08549c66e0fd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf'}) 2018-07-15 21:19:32,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:19:32,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa787b87-7596-4e1f-9add-8598de590625 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:19:32,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-aa787b87-7596-4e1f-9add-8598de590625 2018-07-15 21:19:32,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114489078522s 2018-07-15 21:19:32,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-aa787b87-7596-4e1f-9add-8598de590625 2018-07-15 21:19:32,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:19:32,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a65a315e-44d5-44eb-8dc0-b334a3b42a06 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:19:32,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a65a315e-44d5-44eb-8dc0-b334a3b42a06 2018-07-15 21:19:32,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0972950458527s 2018-07-15 21:19:32,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a65a315e-44d5-44eb-8dc0-b334a3b42a06 2018-07-15 21:19:32,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:19:32,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c05abd4f-0e4c-4679-a5c7-a104f7f40822 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:19:32,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c05abd4f-0e4c-4679-a5c7-a104f7f40822 2018-07-15 21:19:32,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0972049236298s 2018-07-15 21:19:32,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c05abd4f-0e4c-4679-a5c7-a104f7f40822 2018-07-15 21:19:32,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:19:32,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204a1532-76d6-4d69-bfaa-716d0881fc70 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 21:19:32,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-204a1532-76d6-4d69-bfaa-716d0881fc70 2018-07-15 21:19:32,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100956916809s 2018-07-15 21:19:32,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-204a1532-76d6-4d69-bfaa-716d0881fc70 2018-07-15 21:19:32,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:19:32,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68bd18a8-6866-45d6-b222-0c09ef0f2445 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf", "links": {"self": "http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ae0cc264e47549418d7b08549c66e0fd", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:19:32,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-68bd18a8-6866-45d6-b222-0c09ef0f2445 2018-07-15 21:19:32,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.114081144333s 2018-07-15 21:19:32,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-68bd18a8-6866-45d6-b222-0c09ef0f2445 2018-07-15 21:19:32,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:19:32,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d532769-5c98-4d70-b29c-946b8463a827 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/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "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/da5ddb53d9ac437ea0328a7cdf2966bd"}, "tags": [], "enabled": true, "id": "da5ddb53d9ac437ea0328a7cdf2966bd", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:19:32,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4d532769-5c98-4d70-b29c-946b8463a827 2018-07-15 21:19:32,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0980489253998s 2018-07-15 21:19:32,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4d532769-5c98-4d70-b29c-946b8463a827 2018-07-15 21:19:32,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 21:19:32,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=ae0cc264e47549418d7b08549c66e0fd&role.id=443225368889431081c14f46ae6afbda&scope.project.id=da5ddb53d9ac437ea0328a7cdf2966bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3402eac-c07f-42a0-91b6-7eddadb9a3e4 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=ae0cc264e47549418d7b08549c66e0fd&role.id=443225368889431081c14f46ae6afbda&scope.project.id=da5ddb53d9ac437ea0328a7cdf2966bd", "previous": null, "next": null}} 2018-07-15 21:19:32,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ae0cc264e47549418d7b08549c66e0fd&role.id=443225368889431081c14f46ae6afbda&scope.project.id=da5ddb53d9ac437ea0328a7cdf2966bd used request id req-d3402eac-c07f-42a0-91b6-7eddadb9a3e4 2018-07-15 21:19:32,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.091705083847s 2018-07-15 21:19:32,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ae0cc264e47549418d7b08549c66e0fd&role.id=443225368889431081c14f46ae6afbda&scope.project.id=da5ddb53d9ac437ea0328a7cdf2966bd used request id req-d3402eac-c07f-42a0-91b6-7eddadb9a3e4 2018-07-15 21:19:32,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 21:19:32,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/da5ddb53d9ac437ea0328a7cdf2966bd/users/ae0cc264e47549418d7b08549c66e0fd/roles/443225368889431081c14f46ae6afbda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:19:32,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ada8135-02c6-4fd7-89d7-f8aa91dd4f41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:19:32,969 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/da5ddb53d9ac437ea0328a7cdf2966bd/users/ae0cc264e47549418d7b08549c66e0fd/roles/443225368889431081c14f46ae6afbda used request id req-8ada8135-02c6-4fd7-89d7-f8aa91dd4f41 2018-07-15 21:19:32,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.165366888046s 2018-07-15 21:19:32,970 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/da5ddb53d9ac437ea0328a7cdf2966bd/users/ae0cc264e47549418d7b08549c66e0fd/roles/443225368889431081c14f46ae6afbda used request id req-8ada8135-02c6-4fd7-89d7-f8aa91dd4f41 2018-07-15 21:19:32,970 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf', 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'da5ddb53d9ac437ea0328a7cdf2966bd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'e4960c37-f096-46c6-876d-4200dd5b2a50', 'username': u'singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 21:19:32,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:19:32,971 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:19:32,972 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:19:32,973 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:19:32,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:19:32,975 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'password': 'e4960c37-f096-46c6-876d-4200dd5b2a50', 'project_name': 'singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'da5ddb53d9ac437ea0328a7cdf2966bd', 'project_domain_name': 'Default'} 2018-07-15 21:19:32,975 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-15 21:19:32,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:19:32,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97665cd-437c-4a55-a939-cf2a50e4ff79 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:19:32,982 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f97665cd-437c-4a55-a939-cf2a50e4ff79 2018-07-15 21:19:32,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:19:33,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}], "expires_at": "2018-07-15T22:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da5ddb53d9ac437ea0328a7cdf2966bd", "name": "singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/da5ddb53d9ac437ea0328a7cdf2966bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf", "id": "ae0cc264e47549418d7b08549c66e0fd"}, "audit_ids": ["bzt-pBFzQZeldUAz1tCjJQ"], "issued_at": "2018-07-15T21:19:33.000000Z"}} 2018-07-15 21:19:33,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:19:33,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"network": {"name": "singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf", "admin_state_up": true}}' 2018-07-15 21:19:34,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-65f72b4e-7103-4cee-a1da-7db329b97f96 Date: Sun, 15 Jul 2018 21:19:34 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T21:19:33Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","name":"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf"}} 2018-07-15 21:19:34,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-65f72b4e-7103-4cee-a1da-7db329b97f96 2018-07-15 21:19:34,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.69292807579s 2018-07-15 21:19:34,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-65f72b4e-7103-4cee-a1da-7db329b97f96 2018-07-15 21:19:34,066 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:19:33Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c809a5e7-a012-4d7b-af95-0b37b8c06689', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf', u'admin_state_up': True, u'tenant_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', u'created_at': u'2018-07-15T21:19:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'da5ddb53d9ac437ea0328a7cdf2966bd'}) 2018-07-15 21:19:34,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:34,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:34,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-1f136646-da03-4c5c-bd1d-ab4a0ce7eb5d Date: Sun, 15 Jul 2018 21:19:34 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":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:19:33Z","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","name":"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:19:34,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1f136646-da03-4c5c-bd1d-ab4a0ce7eb5d 2018-07-15 21:19:34,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.172441005707s 2018-07-15 21:19:34,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1f136646-da03-4c5c-bd1d-ab4a0ce7eb5d 2018-07-15 21:19:34,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:19:34,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"subnet": {"name": "singlevm2-subnet_43741f4f-9078-40d1-82ad-eafc3d598dcf", "enable_dhcp": true, "network_id": "c809a5e7-a012-4d7b-af95-0b37b8c06689", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:19:35,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-7948eb0a-3d17-4e7c-a174-d5f1f90d2456 Date: Sun, 15 Jul 2018 21:19:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:19:34Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"e3dd75a0-3613-4bf8-adcb-7ab85191de3a","subnetpool_id":null,"name":"singlevm2-subnet_43741f4f-9078-40d1-82ad-eafc3d598dcf"}} 2018-07-15 21:19:35,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7948eb0a-3d17-4e7c-a174-d5f1f90d2456 2018-07-15 21:19:35,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.758932113647s 2018-07-15 21:19:35,000 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7948eb0a-3d17-4e7c-a174-d5f1f90d2456 2018-07-15 21:19:35,001 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:19:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'e3dd75a0-3613-4bf8-adcb-7ab85191de3a', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_43741f4f-9078-40d1-82ad-eafc3d598dcf', u'enable_dhcp': True, u'network_id': u'c809a5e7-a012-4d7b-af95-0b37b8c06689', u'tenant_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', u'created_at': u'2018-07-15T21:19:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'da5ddb53d9ac437ea0328a7cdf2966bd'}) 2018-07-15 21:19:35,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:19:35,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "singlevm2-router_43741f4f-9078-40d1-82ad-eafc3d598dcf", "admin_state_up": true}}' 2018-07-15 21:19:36,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-3e728646-3749-4358-9ac0-9e368d4b70a5 Date: Sun, 15 Jul 2018 21:19:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:35Z", "admin_state_up": true, "updated_at": "2018-07-15T21:19:35Z", "revision_number": 2, "routes": [], "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "c678d9b2-e174-48e4-8f63-46fb4306165d", "name": "singlevm2-router_43741f4f-9078-40d1-82ad-eafc3d598dcf"}} 2018-07-15 21:19:36,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3e728646-3749-4358-9ac0-9e368d4b70a5 2018-07-15 21:19:36,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16491889954s 2018-07-15 21:19:36,167 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3e728646-3749-4358-9ac0-9e368d4b70a5 2018-07-15 21:19:36,167 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', u'created_at': u'2018-07-15T21:19:35Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T21:19:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', u'id': u'c678d9b2-e174-48e4-8f63-46fb4306165d', u'name': u'singlevm2-router_43741f4f-9078-40d1-82ad-eafc3d598dcf'}) 2018-07-15 21:19:36,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:19:36,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"subnet_id": "e3dd75a0-3613-4bf8-adcb-7ab85191de3a"}' 2018-07-15 21:19:38,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-367a68e3-8aa1-4205-96ff-a3f747195d52 Date: Sun, 15 Jul 2018 21:19:37 GMT RESP BODY: {"network_id": "c809a5e7-a012-4d7b-af95-0b37b8c06689", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "subnet_id": "e3dd75a0-3613-4bf8-adcb-7ab85191de3a", "subnet_ids": ["e3dd75a0-3613-4bf8-adcb-7ab85191de3a"], "port_id": "fe5b32ab-7150-467a-bb49-d151b9a2f295", "id": "c678d9b2-e174-48e4-8f63-46fb4306165d"} 2018-07-15 21:19:38,011 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d/add_router_interface.json used request id req-367a68e3-8aa1-4205-96ff-a3f747195d52 2018-07-15 21:19:38,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.84361791611s 2018-07-15 21:19:38,012 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d/add_router_interface.json used request id req-367a68e3-8aa1-4205-96ff-a3f747195d52 returning object c678d9b2-e174-48e4-8f63-46fb4306165d 2018-07-15 21:19:38,012 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 21:19:38,134 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 21:19:38,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:19:38,140 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 21:19:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-15 21:19:38,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:19:38,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:38,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5752ec20-92b5-4216-8864-49292551bb22 Date: Sun, 15 Jul 2018 21:19:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:19:38,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5752ec20-92b5-4216-8864-49292551bb22 2018-07-15 21:19:38,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.658186912537s 2018-07-15 21:19:38,801 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5752ec20-92b5-4216-8864-49292551bb22 2018-07-15 21:19:38,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 21:19:38,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf"}' 2018-07-15 21:19:38,885 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8b766dea-3abf-44ec-a241-ecb08162b2a1 Date: Sun, 15 Jul 2018 21:19:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06/file", "owner": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "size": null, "self": "/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:19:38Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf", "checksum": null, "created_at": "2018-07-15T21:19:38Z", "protected": false} 2018-07-15 21:19:38,885 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8b766dea-3abf-44ec-a241-ecb08162b2a1 2018-07-15 21:19:38,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0755579471588s 2018-07-15 21:19:38,885 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8b766dea-3abf-44ec-a241-ecb08162b2a1 returning object c7cb033c-1b59-438e-aae2-5c5840976b06 2018-07-15 21:19:38,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 21:19:38,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '' 2018-07-15 21:19:39,883 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2628451-6796-4cd3-a0db-b21fe89bf3ea Date: Sun, 15 Jul 2018 21:19:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:19:39,884 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06/file used request id req-f2628451-6796-4cd3-a0db-b21fe89bf3ea 2018-07-15 21:19:39,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.997434139252s 2018-07-15 21:19:39,884 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06/file used request id req-f2628451-6796-4cd3-a0db-b21fe89bf3ea 2018-07-15 21:19:39,884 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T21:19:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06/file', u'owner': u'da5ddb53d9ac437ea0328a7cdf2966bd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c7cb033c-1b59-438e-aae2-5c5840976b06', u'size': None, u'name': u'singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf', u'checksum': None, u'self': u'/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T21:19:38Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 21:19:39,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 21:19:39,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_43741f4f-9078-40d1-82ad-eafc3d598dcf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 21:19:40,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-d94d715b-4490-44d1-a481-eb65dd79fc8b x-compute-request-id: req-d94d715b-4490-44d1-a481-eb65dd79fc8b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_43741f4f-9078-40d1-82ad-eafc3d598dcf", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "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": "deb49361-5068-4713-a604-94389ff417ce"}} 2018-07-15 21:19:40,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d94d715b-4490-44d1-a481-eb65dd79fc8b 2018-07-15 21:19:40,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.272679805756s 2018-07-15 21:19:40,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d94d715b-4490-44d1-a481-eb65dd79fc8b 2018-07-15 21:19:40,159 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_43741f4f-9078-40d1-82ad-eafc3d598dcf', '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'52690990a52243adb7d5a696f81b986e', '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'deb49361-5068-4713-a604-94389ff417ce', 'swap': 0}) 2018-07-15 21:19:40,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 21:19:40,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" -d '{"extra_specs": {}}' 2018-07-15 21:19:40,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d58d9c0-525b-486a-8fd4-2db37b9e274d x-compute-request-id: req-1d58d9c0-525b-486a-8fd4-2db37b9e274d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 21:19:40,182 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce/os-extra_specs used request id req-1d58d9c0-525b-486a-8fd4-2db37b9e274d 2018-07-15 21:19:40,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224070549011s 2018-07-15 21:19:40,182 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce/os-extra_specs used request id req-1d58d9c0-525b-486a-8fd4-2db37b9e274d 2018-07-15 21:19:40,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 21:19:40,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"keypair": {"name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf"}}' 2018-07-15 21:19:40,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-e997e2e0-2506-4b0d-9c12-078bf3cd7bc7 x-compute-request-id: req-e997e2e0-2506-4b0d-9c12-078bf3cd7bc7 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpLhAEMjDE2FxY7pwPwxooMQTRla8/9r9ciWhlj5gpc3mhZ/hwmetyff2AYBwTrNv7A65l/kFu9G2p2Q2kT+VI4WyK56El87+u5GaWXcxDorLcLyqj/sbGdbm67I+05IbCZM0JArT1QHGHOW7esNReq8Zukms9yntbpm6gufza2KYnSLg8/hakhKi2XZRQ1MCnRv1AQuQE1WG3eyOIBFDxGRNwUvZyBfnHxGWetSPvxflO+gFVQU0G5zpuINIkFYmDj98pq4LaikvGH/qYugEqKV7VEGc4oOi4LjQG7wvX59TQk4jo4xS5Nwv046PAtPjlnKbGKXqOUEF4ZOh7qYi3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA6S4QBDIwxNhcWO6cD8MaKDEE0ZWvP/a/XIloZY+YKXN5oWf4\ncJnrcn39gGAcE6zb+wOuZf5BbvRtqdkNpE/lSOFsiuehJfO/ruRmll3MQ6Ky3C8q\no/7GxnW5uuyPtOSGwmTNCQK09UBxhzlu3rDUXqvGbpJrPcp7W6ZuoLn82timJ0i4\nPP4WpISotl2UUNTAp0b9QELkBNVht3sjiARQ8RkTcFL2cgX5x8RlnrUj78X5TvoB\nVUFNBuc6biDSJBWJg4/fKauC2opLxh/6mLoBKile1RBnOKDouC40Bu8L1+fU0JOI\n6OMUuTcL9OOjwLT45Zymxil6jlBBeGToe6mItwIDAQABAoIBAQCyQyqvaodqFVYU\nDuZ0Dl2S2Fasu1gs+EA3SDztV6emGMelo0yFGMas0rDYUaFlUUMjVR8gjg4L+wVT\nUcJiGUpaOyu1zXqe/wdNdwMOdUrRcjJ2rgBVO1NPKXUB+BOs4QA84L724oDg9ZFV\nJY0i5eCVN5ENuxYNORyxZj0w1r79tijz5VbJre4iNMSlWDmmxWtXNWXN1M2RZda0\nY11nbNzKuq6fIZBbWY/CJmA/vqLZj0YqYWwH0jpRQRfxgTf7q7kwawPoexhTaV+J\noe6wvug0YGDaW8nwCg146yzA0OplPamIUoXwlZdGlF1HZpaREjkALqqrUgmrN7Ma\np+e4hXmhAoGBAP8tiBbKAxzb1+24MmBoLb5a3GpqWfA7BgrbR6AI34yJQrL1xICy\npGPqugJYjC8orrBTTdwHjUS+8MA6iWDtrsYh2gcuWJjxcWfS4I1xQZ3IiAy4Ot2i\ndtp+1hZINa031L9MjwJu1kk3u0qerxBpfwzHGihA4Ug46HufI3TLplj/AoGBAOnu\nYyRxeXgnOlpzsd2c+V1T14PJZgxK9m1SGWef/zC11SoC+JQIUNIBL15t+CLgE37E\nrNFtt/IRO2ZALPYWbVxCba9AMiMDOAs1ACCWvQu8QCk2ObbbueHmCMv7S3I8K/vy\njDleGl3ftLJy2a/DCgKhQVpdhqFuCWhU1KrG3dhJAoGBAK+CjZu/Di0HOJkUm/Gb\nNfs7W2cGBx4oOpu0/qqf78Illm6og6NRO6hNheqfJKw6+wvkACVaPFwQSF6u5FZ6\npD86gU93HRD0399dN32RbGQtzQWSoUpXuA/INU/WErU1NWruKV6vBUwOvQ8x3Y8Y\nQH51YxRUq56VJbIBXs2yVJPZAoGBAMq3YgK6suCEXfT0PTYmSZGujhwN8vjEHTgu\n5QT/iUzUxZxaZr8hVagmjr3t3hGazEoWdQwnYDfM5wR8qHm4hZxllFdB8jCVIYPU\nsf+LoNcCkzcjXnAviK1Rgl4BrieYLSVv0kQEYCTpLtVU4X+GLK6Kvu9oDLrneA+J\nM6GqI6TBAoGAOdNbfmw8NpsjfytaPCy6I1Y5Zhw0i339fsdsbSIKjgAMgFCpmk31\n8FDID5YfUic9arbhpOxS424aEq6gqRDLNHsRXFzd65mRbSQcq7dSEcVKr+LHfxTD\ne/EEJYwgBt1ThLCA4kurD0wCwa78yC2saKhuPCkhWdE9hYbp9RY9nec=\n-----END RSA PRIVATE KEY-----\n", "user_id": "ae0cc264e47549418d7b08549c66e0fd", "name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "fingerprint": "27:5d:a3:cf:c3:e7:80:36:83:d3:08:09:93:56:0d:06"}} 2018-07-15 21:19:40,980 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-e997e2e0-2506-4b0d-9c12-078bf3cd7bc7 2018-07-15 21:19:40,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.797036886215s 2018-07-15 21:19:40,980 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-e997e2e0-2506-4b0d-9c12-078bf3cd7bc7 2018-07-15 21:19:40,981 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpLhAEMjDE2FxY7pwPwxooMQTRla8/9r9ciWhlj5gpc3mhZ/hwmetyff2AYBwTrNv7A65l/kFu9G2p2Q2kT+VI4WyK56El87+u5GaWXcxDorLcLyqj/sbGdbm67I+05IbCZM0JArT1QHGHOW7esNReq8Zukms9yntbpm6gufza2KYnSLg8/hakhKi2XZRQ1MCnRv1AQuQE1WG3eyOIBFDxGRNwUvZyBfnHxGWetSPvxflO+gFVQU0G5zpuINIkFYmDj98pq4LaikvGH/qYugEqKV7VEGc4oOi4LjQG7wvX59TQk4jo4xS5Nwv046PAtPjlnKbGKXqOUEF4ZOh7qYi3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA6S4QBDIwxNhcWO6cD8MaKDEE0ZWvP/a/XIloZY+YKXN5oWf4\ncJnrcn39gGAcE6zb+wOuZf5BbvRtqdkNpE/lSOFsiuehJfO/ruRmll3MQ6Ky3C8q\no/7GxnW5uuyPtOSGwmTNCQK09UBxhzlu3rDUXqvGbpJrPcp7W6ZuoLn82timJ0i4\nPP4WpISotl2UUNTAp0b9QELkBNVht3sjiARQ8RkTcFL2cgX5x8RlnrUj78X5TvoB\nVUFNBuc6biDSJBWJg4/fKauC2opLxh/6mLoBKile1RBnOKDouC40Bu8L1+fU0JOI\n6OMUuTcL9OOjwLT45Zymxil6jlBBeGToe6mItwIDAQABAoIBAQCyQyqvaodqFVYU\nDuZ0Dl2S2Fasu1gs+EA3SDztV6emGMelo0yFGMas0rDYUaFlUUMjVR8gjg4L+wVT\nUcJiGUpaOyu1zXqe/wdNdwMOdUrRcjJ2rgBVO1NPKXUB+BOs4QA84L724oDg9ZFV\nJY0i5eCVN5ENuxYNORyxZj0w1r79tijz5VbJre4iNMSlWDmmxWtXNWXN1M2RZda0\nY11nbNzKuq6fIZBbWY/CJmA/vqLZj0YqYWwH0jpRQRfxgTf7q7kwawPoexhTaV+J\noe6wvug0YGDaW8nwCg146yzA0OplPamIUoXwlZdGlF1HZpaREjkALqqrUgmrN7Ma\np+e4hXmhAoGBAP8tiBbKAxzb1+24MmBoLb5a3GpqWfA7BgrbR6AI34yJQrL1xICy\npGPqugJYjC8orrBTTdwHjUS+8MA6iWDtrsYh2gcuWJjxcWfS4I1xQZ3IiAy4Ot2i\ndtp+1hZINa031L9MjwJu1kk3u0qerxBpfwzHGihA4Ug46HufI3TLplj/AoGBAOnu\nYyRxeXgnOlpzsd2c+V1T14PJZgxK9m1SGWef/zC11SoC+JQIUNIBL15t+CLgE37E\nrNFtt/IRO2ZALPYWbVxCba9AMiMDOAs1ACCWvQu8QCk2ObbbueHmCMv7S3I8K/vy\njDleGl3ftLJy2a/DCgKhQVpdhqFuCWhU1KrG3dhJAoGBAK+CjZu/Di0HOJkUm/Gb\nNfs7W2cGBx4oOpu0/qqf78Illm6og6NRO6hNheqfJKw6+wvkACVaPFwQSF6u5FZ6\npD86gU93HRD0399dN32RbGQtzQWSoUpXuA/INU/WErU1NWruKV6vBUwOvQ8x3Y8Y\nQH51YxRUq56VJbIBXs2yVJPZAoGBAMq3YgK6suCEXfT0PTYmSZGujhwN8vjEHTgu\n5QT/iUzUxZxaZr8hVagmjr3t3hGazEoWdQwnYDfM5wR8qHm4hZxllFdB8jCVIYPU\nsf+LoNcCkzcjXnAviK1Rgl4BrieYLSVv0kQEYCTpLtVU4X+GLK6Kvu9oDLrneA+J\nM6GqI6TBAoGAOdNbfmw8NpsjfytaPCy6I1Y5Zhw0i339fsdsbSIKjgAMgFCpmk31\n8FDID5YfUic9arbhpOxS424aEq6gqRDLNHsRXFzd65mRbSQcq7dSEcVKr+LHfxTD\ne/EEJYwgBt1ThLCA4kurD0wCwa78yC2saKhuPCkhWdE9hYbp9RY9nec=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ae0cc264e47549418d7b08549c66e0fd', 'name': u'singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'created_at': '2018-07-15T21:19:40.981287', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da5ddb53d9ac437ea0328a7cdf2966bd', 'name': 'singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'27:5d:a3:cf:c3:e7:80:36:83:d3:08:09:93:56:0d:06', 'type': 'ssh', 'id': u'singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf'}) 2018-07-15 21:19:40,981 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA6S4QBDIwxNhcWO6cD8MaKDEE0ZWvP/a/XIloZY+YKXN5oWf4 cJnrcn39gGAcE6zb+wOuZf5BbvRtqdkNpE/lSOFsiuehJfO/ruRmll3MQ6Ky3C8q o/7GxnW5uuyPtOSGwmTNCQK09UBxhzlu3rDUXqvGbpJrPcp7W6ZuoLn82timJ0i4 PP4WpISotl2UUNTAp0b9QELkBNVht3sjiARQ8RkTcFL2cgX5x8RlnrUj78X5TvoB VUFNBuc6biDSJBWJg4/fKauC2opLxh/6mLoBKile1RBnOKDouC40Bu8L1+fU0JOI 6OMUuTcL9OOjwLT45Zymxil6jlBBeGToe6mItwIDAQABAoIBAQCyQyqvaodqFVYU DuZ0Dl2S2Fasu1gs+EA3SDztV6emGMelo0yFGMas0rDYUaFlUUMjVR8gjg4L+wVT UcJiGUpaOyu1zXqe/wdNdwMOdUrRcjJ2rgBVO1NPKXUB+BOs4QA84L724oDg9ZFV JY0i5eCVN5ENuxYNORyxZj0w1r79tijz5VbJre4iNMSlWDmmxWtXNWXN1M2RZda0 Y11nbNzKuq6fIZBbWY/CJmA/vqLZj0YqYWwH0jpRQRfxgTf7q7kwawPoexhTaV+J oe6wvug0YGDaW8nwCg146yzA0OplPamIUoXwlZdGlF1HZpaREjkALqqrUgmrN7Ma p+e4hXmhAoGBAP8tiBbKAxzb1+24MmBoLb5a3GpqWfA7BgrbR6AI34yJQrL1xICy pGPqugJYjC8orrBTTdwHjUS+8MA6iWDtrsYh2gcuWJjxcWfS4I1xQZ3IiAy4Ot2i dtp+1hZINa031L9MjwJu1kk3u0qerxBpfwzHGihA4Ug46HufI3TLplj/AoGBAOnu YyRxeXgnOlpzsd2c+V1T14PJZgxK9m1SGWef/zC11SoC+JQIUNIBL15t+CLgE37E rNFtt/IRO2ZALPYWbVxCba9AMiMDOAs1ACCWvQu8QCk2ObbbueHmCMv7S3I8K/vy jDleGl3ftLJy2a/DCgKhQVpdhqFuCWhU1KrG3dhJAoGBAK+CjZu/Di0HOJkUm/Gb Nfs7W2cGBx4oOpu0/qqf78Illm6og6NRO6hNheqfJKw6+wvkACVaPFwQSF6u5FZ6 pD86gU93HRD0399dN32RbGQtzQWSoUpXuA/INU/WErU1NWruKV6vBUwOvQ8x3Y8Y QH51YxRUq56VJbIBXs2yVJPZAoGBAMq3YgK6suCEXfT0PTYmSZGujhwN8vjEHTgu 5QT/iUzUxZxaZr8hVagmjr3t3hGazEoWdQwnYDfM5wR8qHm4hZxllFdB8jCVIYPU sf+LoNcCkzcjXnAviK1Rgl4BrieYLSVv0kQEYCTpLtVU4X+GLK6Kvu9oDLrneA+J M6GqI6TBAoGAOdNbfmw8NpsjfytaPCy6I1Y5Zhw0i339fsdsbSIKjgAMgFCpmk31 8FDID5YfUic9arbhpOxS424aEq6gqRDLNHsRXFzd65mRbSQcq7dSEcVKr+LHfxTD e/EEJYwgBt1ThLCA4kurD0wCwa78yC2saKhuPCkhWdE9hYbp9RY9nec= -----END RSA PRIVATE KEY----- 2018-07-15 21:19:40,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 21:19:40,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"security_group": {"name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-15 21:19:41,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-37cbd2d0-1861-4307-aa19-ae6ff5bcfe24 Date: Sun, 15 Jul 2018 21:19:41 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:41Z", "updated_at": "2018-07-15T21:19:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "a983d3e0-fc11-498d-96e1-9eba2eacf158", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "c20540a8-2a2a-4161-ad96-c6062ca5d0d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}], "revision_number": 1, "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}} 2018-07-15 21:19:41,195 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-37cbd2d0-1861-4307-aa19-ae6ff5bcfe24 2018-07-15 21:19:41,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.211186885834s 2018-07-15 21:19:41,196 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-37cbd2d0-1861-4307-aa19-ae6ff5bcfe24 2018-07-15 21:19:41,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:19:41,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:41,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-ca360f76-cb26-40b6-8822-425b7cccb271 Date: Sun, 15 Jul 2018 21:19:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:41Z", "updated_at": "2018-07-15T21:19:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "a983d3e0-fc11-498d-96e1-9eba2eacf158", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "c20540a8-2a2a-4161-ad96-c6062ca5d0d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}], "revision_number": 1, "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}, {"description": "Default security group", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:33Z", "updated_at": "2018-07-15T21:19:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "1baebca9-11f2-40a9-9563-138e33b108a0", "remote_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "2a4cbd29-149c-47a5-806f-1596e0186521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "2afd7d3f-962b-40f4-b601-d1b88856b0fd", "remote_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "a2cc088b-f196-4b3e-a19a-a1b9fa32c5ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}], "revision_number": 1, "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "name": "default"}]} 2018-07-15 21:19:41,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ca360f76-cb26-40b6-8822-425b7cccb271 2018-07-15 21:19:41,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.089015007019s 2018-07-15 21:19:41,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ca360f76-cb26-40b6-8822-425b7cccb271 2018-07-15 21:19:41,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:19:41,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -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": "0f699169-1dce-47b4-bd7d-c094ad98b5cf"}}' 2018-07-15 21:19:41,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0246d968-2cb9-4596-b3af-1ce779abb9e4 Date: Sun, 15 Jul 2018 21:19:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "port_range_min": 22, "revision_number": 0, "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:41Z", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "e75edde0-d3f1-478a-9837-7e21c88b9710"}} 2018-07-15 21:19:41,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-0246d968-2cb9-4596-b3af-1ce779abb9e4 2018-07-15 21:19:41,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.160178899765s 2018-07-15 21:19:41,454 - 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-0246d968-2cb9-4596-b3af-1ce779abb9e4 2018-07-15 21:19:41,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:19:41,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:41,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-4bfddfc7-81c5-43bd-b2be-72e42eb9fcf0 Date: Sun, 15 Jul 2018 21:19:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:41Z", "updated_at": "2018-07-15T21:19:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "a983d3e0-fc11-498d-96e1-9eba2eacf158", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "c20540a8-2a2a-4161-ad96-c6062ca5d0d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "e75edde0-d3f1-478a-9837-7e21c88b9710", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}], "revision_number": 2, "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}, {"description": "Default security group", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:33Z", "updated_at": "2018-07-15T21:19:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "1baebca9-11f2-40a9-9563-138e33b108a0", "remote_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "2a4cbd29-149c-47a5-806f-1596e0186521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "2afd7d3f-962b-40f4-b601-d1b88856b0fd", "remote_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "a2cc088b-f196-4b3e-a19a-a1b9fa32c5ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}], "revision_number": 1, "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "name": "default"}]} 2018-07-15 21:19:41,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4bfddfc7-81c5-43bd-b2be-72e42eb9fcf0 2018-07-15 21:19:41,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0548560619354s 2018-07-15 21:19:41,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4bfddfc7-81c5-43bd-b2be-72e42eb9fcf0 2018-07-15 21:19:41,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:19:41,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -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": "0f699169-1dce-47b4-bd7d-c094ad98b5cf"}}' 2018-07-15 21:19:41,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-84e26960-624b-49e6-82f7-c080b2ec2ebe Date: Sun, 15 Jul 2018 21:19:41 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "port_range_min": null, "revision_number": 0, "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:41Z", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "532253c9-d1cb-4133-809f-510da1dfb757"}} 2018-07-15 21:19:41,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-84e26960-624b-49e6-82f7-c080b2ec2ebe 2018-07-15 21:19:41,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.203637123108s 2018-07-15 21:19:41,719 - 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-84e26960-624b-49e6-82f7-c080b2ec2ebe 2018-07-15 21:19:41,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:41,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:41,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-210cee32-9064-4676-8b47-b9fdc5267be3 Date: Sun, 15 Jul 2018 21:19:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e3dd75a0-3613-4bf8-adcb-7ab85191de3a"],"updated_at":"2018-07-15T21:19:34Z","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","name":"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:19:41,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-210cee32-9064-4676-8b47-b9fdc5267be3 2018-07-15 21:19:41,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112818002701s 2018-07-15 21:19:41,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-210cee32-9064-4676-8b47-b9fdc5267be3 2018-07-15 21:19:41,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:19:41,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:41,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7d4826de-9777-4d18-b95e-50ba639b0cf4 Date: Sun, 15 Jul 2018 21:19:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c7cb033c-1b59-438e-aae2-5c5840976b06/snap", "metadata": {}}], "file": "/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06/file", "owner": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "size": 12716032, "self": "/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c7cb033c-1b59-438e-aae2-5c5840976b06/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:19:39Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:19:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:19:41,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7d4826de-9777-4d18-b95e-50ba639b0cf4 2018-07-15 21:19:41,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341160297394s 2018-07-15 21:19:41,873 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7d4826de-9777-4d18-b95e-50ba639b0cf4 2018-07-15 21:19:41,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:19:41,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:41,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-611f3ec5-c47f-419f-be59-a72e987d3bba x-compute-request-id: req-611f3ec5-c47f-419f-be59-a72e987d3bba Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_43741f4f-9078-40d1-82ad-eafc3d598dcf", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "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": "deb49361-5068-4713-a604-94389ff417ce"}]} 2018-07-15 21:19:41,923 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-611f3ec5-c47f-419f-be59-a72e987d3bba 2018-07-15 21:19:41,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.048907995224s 2018-07-15 21:19:41,924 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-611f3ec5-c47f-419f-be59-a72e987d3bba 2018-07-15 21:19:41,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:19:41,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"server": {"name": "singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf", "imageRef": "c7cb033c-1b59-438e-aae2-5c5840976b06", "key_name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "flavorRef": "deb49361-5068-4713-a604-94389ff417ce", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c809a5e7-a012-4d7b-af95-0b37b8c06689"}], "security_groups": [{"name": "0f699169-1dce-47b4-bd7d-c094ad98b5cf"}]}}' 2018-07-15 21:19:43,118 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:19:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6496097-3b0d-4fd9-b230-1dc39684fbe0 x-compute-request-id: req-a6496097-3b0d-4fd9-b230-1dc39684fbe0 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0f699169-1dce-47b4-bd7d-c094ad98b5cf"}], "OS-DCF:diskConfig": "MANUAL", "id": "5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "bookmark"}], "adminPass": "imNRGdfj6Vhx"}} 2018-07-15 21:19:43,119 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a6496097-3b0d-4fd9-b230-1dc39684fbe0 2018-07-15 21:19:43,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.19282984734s 2018-07-15 21:19:43,119 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a6496097-3b0d-4fd9-b230-1dc39684fbe0 2018-07-15 21:19:43,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:43,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:43,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-71100799-141a-4ebc-9ee1-6afc819fe449 x-compute-request-id: req-71100799-141a-4ebc-9ee1-6afc819fe449 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "bookmark"}], "image": {"id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "links": [{"href": "http://172.30.9.27:8774/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "deb49361-5068-4713-a604-94389ff417ce", "links": [{"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "bookmark"}]}, "id": "5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "user_id": "ae0cc264e47549418d7b08549c66e0fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:19:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "name": "singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf", "created": "2018-07-15T21:19:43Z", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:43,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-71100799-141a-4ebc-9ee1-6afc819fe449 2018-07-15 21:19:43,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495465993881s 2018-07-15 21:19:43,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-71100799-141a-4ebc-9ee1-6afc819fe449 2018-07-15 21:19:43,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:43,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:43,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8317592e-3434-4005-9235-6bdaf123dd07 Date: Sun, 15 Jul 2018 21:19:43 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":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e3dd75a0-3613-4bf8-adcb-7ab85191de3a"],"updated_at":"2018-07-15T21:19:34Z","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","name":"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:19:43,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8317592e-3434-4005-9235-6bdaf123dd07 2018-07-15 21:19:43,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106740951538s 2018-07-15 21:19:43,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8317592e-3434-4005-9235-6bdaf123dd07 2018-07-15 21:19:43,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:19:43,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:43,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-17ac77bd-87dd-480e-a1e9-2bf44e730cc6 Date: Sun, 15 Jul 2018 21:19:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:19:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"e3dd75a0-3613-4bf8-adcb-7ab85191de3a","subnetpool_id":null,"name":"singlevm2-subnet_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:19:43,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-17ac77bd-87dd-480e-a1e9-2bf44e730cc6 2018-07-15 21:19:43,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0668890476227s 2018-07-15 21:19:43,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-17ac77bd-87dd-480e-a1e9-2bf44e730cc6 2018-07-15 21:19:43,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:45,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:46,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24d4eb67-c83b-477b-a23c-37a87abfffc4 x-compute-request-id: req-24d4eb67-c83b-477b-a23c-37a87abfffc4 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "bookmark"}], "image": {"id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "links": [{"href": "http://172.30.9.27:8774/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "deb49361-5068-4713-a604-94389ff417ce", "links": [{"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "bookmark"}]}, "id": "5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "user_id": "ae0cc264e47549418d7b08549c66e0fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:19:45Z", "hostId": "b2ceb144d98964271903c46ceedbba6c644561b40142e8de7248d5df", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "name": "singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf", "created": "2018-07-15T21:19:43Z", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:46,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-24d4eb67-c83b-477b-a23c-37a87abfffc4 2018-07-15 21:19:46,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517515897751s 2018-07-15 21:19:46,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-24d4eb67-c83b-477b-a23c-37a87abfffc4 2018-07-15 21:19:46,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:48,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:48,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:48,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19: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-1b5291f5-2b8c-47f3-b6ee-678eb734ca7f x-compute-request-id: req-1b5291f5-2b8c-47f3-b6ee-678eb734ca7f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "bookmark"}], "image": {"id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "links": [{"href": "http://172.30.9.27:8774/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "deb49361-5068-4713-a604-94389ff417ce", "links": [{"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "bookmark"}]}, "id": "5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "security_groups": [{"name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}], "user_id": "ae0cc264e47549418d7b08549c66e0fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:19:45Z", "hostId": "b2ceb144d98964271903c46ceedbba6c644561b40142e8de7248d5df", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "name": "singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf", "created": "2018-07-15T21:19:43Z", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:48,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b5291f5-2b8c-47f3-b6ee-678eb734ca7f 2018-07-15 21:19:48,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535845041275s 2018-07-15 21:19:48,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1b5291f5-2b8c-47f3-b6ee-678eb734ca7f 2018-07-15 21:19:48,866 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:19:50,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:50,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:51,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c932414f-974e-4b52-a886-73e0e8847c98 x-compute-request-id: req-c932414f-974e-4b52-a886-73e0e8847c98 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:80:f1", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "bookmark"}], "image": {"id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "links": [{"href": "http://172.30.9.27:8774/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:19:49.000000", "flavor": {"id": "deb49361-5068-4713-a604-94389ff417ce", "links": [{"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "bookmark"}]}, "id": "5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "security_groups": [{"name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}], "user_id": "ae0cc264e47549418d7b08549c66e0fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:19:49Z", "hostId": "b2ceb144d98964271903c46ceedbba6c644561b40142e8de7248d5df", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "name": "singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf", "created": "2018-07-15T21:19:43Z", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:51,886 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c932414f-974e-4b52-a886-73e0e8847c98 2018-07-15 21:19:51,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01847290993s 2018-07-15 21:19:51,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c932414f-974e-4b52-a886-73e0e8847c98 2018-07-15 21:19:51,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:19:51,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:52,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-da549a2e-a5c8-4feb-b284-f6a7e8641d11 Date: Sun, 15 Jul 2018 21:19:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:46Z","admin_state_up":true,"updated_at":"2018-07-15T21:19:49Z","binding:vnic_type":"normal","device_id":"5e41e04f-6fb9-4f26-b77c-0d5809fd3077","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:37:80:f1","id":"6774a71f-1ee2-4c6d-83d5-f7d36b41847e","port_security_enabled":true,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","fixed_ips":[{"subnet_id":"e3dd75a0-3613-4bf8-adcb-7ab85191de3a","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["0f699169-1dce-47b4-bd7d-c094ad98b5cf"],"name":""}]} 2018-07-15 21:19:52,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-da549a2e-a5c8-4feb-b284-f6a7e8641d11 2018-07-15 21:19:52,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.151164054871s 2018-07-15 21:19:52,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-da549a2e-a5c8-4feb-b284-f6a7e8641d11 2018-07-15 21:19:52,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:19:52,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6774a71f-1ee2-4c6d-83d5-f7d36b41847e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:52,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a113d74a-7d1e-4b71-bcfb-ba52e9d76a88 Date: Sun, 15 Jul 2018 21:19:52 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:19:52,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6774a71f-1ee2-4c6d-83d5-f7d36b41847e used request id req-a113d74a-7d1e-4b71-bcfb-ba52e9d76a88 2018-07-15 21:19:52,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0499811172485s 2018-07-15 21:19:52,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6774a71f-1ee2-4c6d-83d5-f7d36b41847e used request id req-a113d74a-7d1e-4b71-bcfb-ba52e9d76a88 2018-07-15 21:19:52,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:52,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:52,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b4ddce2-8cea-491f-8138-77644ebea5f6 x-compute-request-id: req-6b4ddce2-8cea-491f-8138-77644ebea5f6 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:80:f1", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "bookmark"}], "image": {"id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "links": [{"href": "http://172.30.9.27:8774/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:19:49.000000", "flavor": {"id": "deb49361-5068-4713-a604-94389ff417ce", "links": [{"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "bookmark"}]}, "id": "5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "security_groups": [{"name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}], "user_id": "ae0cc264e47549418d7b08549c66e0fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:19:49Z", "hostId": "b2ceb144d98964271903c46ceedbba6c644561b40142e8de7248d5df", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "name": "singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf", "created": "2018-07-15T21:19:43Z", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:52,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b4ddce2-8cea-491f-8138-77644ebea5f6 2018-07-15 21:19:52,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205245018005s 2018-07-15 21:19:52,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6b4ddce2-8cea-491f-8138-77644ebea5f6 2018-07-15 21:19:52,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:19:52,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:52,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ac120652-70d0-4ee8-a2d5-c756e3307008 Date: Sun, 15 Jul 2018 21:19:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:46Z","admin_state_up":true,"updated_at":"2018-07-15T21:19:49Z","binding:vnic_type":"normal","device_id":"5e41e04f-6fb9-4f26-b77c-0d5809fd3077","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:37:80:f1","id":"6774a71f-1ee2-4c6d-83d5-f7d36b41847e","port_security_enabled":true,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","fixed_ips":[{"subnet_id":"e3dd75a0-3613-4bf8-adcb-7ab85191de3a","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["0f699169-1dce-47b4-bd7d-c094ad98b5cf"],"name":""}]} 2018-07-15 21:19:52,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-ac120652-70d0-4ee8-a2d5-c756e3307008 2018-07-15 21:19:52,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.054703950882s 2018-07-15 21:19:52,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-ac120652-70d0-4ee8-a2d5-c756e3307008 2018-07-15 21:19:52,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:19:52,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6774a71f-1ee2-4c6d-83d5-f7d36b41847e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:52,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-98d9afbb-ff3d-47ec-894e-502fc09fe1d4 Date: Sun, 15 Jul 2018 21:19:52 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:19:52,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6774a71f-1ee2-4c6d-83d5-f7d36b41847e used request id req-98d9afbb-ff3d-47ec-894e-502fc09fe1d4 2018-07-15 21:19:52,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0438261032104s 2018-07-15 21:19:52,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=6774a71f-1ee2-4c6d-83d5-f7d36b41847e used request id req-98d9afbb-ff3d-47ec-894e-502fc09fe1d4 2018-07-15 21:19:52,410 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:37:80:f1', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c7cb033c-1b59-438e-aae2-5c5840976b06'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:19:49.000000', 'flavor': Munch({u'id': u'deb49361-5068-4713-a604-94389ff417ce'}), 'az': u'nova', 'id': u'5e41e04f-6fb9-4f26-b77c-0d5809fd3077', 'security_groups': [Munch({u'name': u'singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ae0cc264e47549418d7b08549c66e0fd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da5ddb53d9ac437ea0328a7cdf2966bd', 'name': 'singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:19:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:19:49Z', 'hostId': u'b2ceb144d98964271903c46ceedbba6c644561b40142e8de7248d5df', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'b2ceb144d98964271903c46ceedbba6c644561b40142e8de7248d5df', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:19:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', 'name': u'singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'adminPass': None, 'tenant_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', 'created_at': u'2018-07-15T21:19:43Z', 'created': u'2018-07-15T21:19:43Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:19:52,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:19:52,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:52,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b358646a-6b84-46ec-83d3-f7f5b87c4495 Date: Sun, 15 Jul 2018 21:19: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":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e3dd75a0-3613-4bf8-adcb-7ab85191de3a"],"updated_at":"2018-07-15T21:19:34Z","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","name":"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:19:52,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b358646a-6b84-46ec-83d3-f7f5b87c4495 2018-07-15 21:19:52,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109842061996s 2018-07-15 21:19:52,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b358646a-6b84-46ec-83d3-f7f5b87c4495 2018-07-15 21:19:52,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:19:52,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:52,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-29296298-f744-452b-85e0-46b7af44845c Date: Sun, 15 Jul 2018 21:19:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:46Z","admin_state_up":true,"updated_at":"2018-07-15T21:19:49Z","binding:vnic_type":"normal","device_id":"5e41e04f-6fb9-4f26-b77c-0d5809fd3077","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:37:80:f1","id":"6774a71f-1ee2-4c6d-83d5-f7d36b41847e","port_security_enabled":true,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","fixed_ips":[{"subnet_id":"e3dd75a0-3613-4bf8-adcb-7ab85191de3a","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["0f699169-1dce-47b4-bd7d-c094ad98b5cf"],"name":""}]} 2018-07-15 21:19:52,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-29296298-f744-452b-85e0-46b7af44845c 2018-07-15 21:19:52,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.055764913559s 2018-07-15 21:19:52,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-29296298-f744-452b-85e0-46b7af44845c 2018-07-15 21:19:52,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 21:19:52,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"floatingip": {"floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.11", "port_id": "6774a71f-1ee2-4c6d-83d5-f7d36b41847e"}}' 2018-07-15 21:19:54,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-5707b642-89ab-4b7e-94ca-ab4d90a37051 Date: Sun, 15 Jul 2018 21:19:54 GMT RESP BODY: {"floatingip": {"router_id": "c678d9b2-e174-48e4-8f63-46fb4306165d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T21:19:53Z", "floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.11", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "6774a71f-1ee2-4c6d-83d5-f7d36b41847e", "id": "4e157d44-09eb-48d4-a28d-c2f374d05eb6", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:53Z", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}} 2018-07-15 21:19:54,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5707b642-89ab-4b7e-94ca-ab4d90a37051 2018-07-15 21:19:54,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.84197807312s 2018-07-15 21:19:54,424 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-5707b642-89ab-4b7e-94ca-ab4d90a37051 2018-07-15 21:19:54,427 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c678d9b2-e174-48e4-8f63-46fb4306165d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', 'created_at': u'2018-07-15T21:19:53Z', 'attached': True, 'updated_at': u'2018-07-15T21:19:53Z', 'id': u'4e157d44-09eb-48d4-a28d-c2f374d05eb6', 'floating_network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', 'fixed_ip_address': u'192.168.0.11', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'da5ddb53d9ac437ea0328a7cdf2966bd', 'name': 'singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c678d9b2-e174-48e4-8f63-46fb4306165d', 'project_id': u'da5ddb53d9ac437ea0328a7cdf2966bd', 'port_id': u'6774a71f-1ee2-4c6d-83d5-f7d36b41847e', 'port': u'6774a71f-1ee2-4c6d-83d5-f7d36b41847e', 'network': u'595732ea-191d-4af2-b2a6-99674c968eec'}) 2018-07-15 21:19:54,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 21:19:54,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 21:19:54,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdf1797b-a219-46e3-bcc3-52357592b769 x-compute-request-id: req-cdf1797b-a219-46e3-bcc3-52357592b769 Content-Encoding: gzip Content-Length: 9579 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 444978606 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.138445] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140122] pid_max: default: 32768 minimum: 301\n[ 0.141030] ACPI: Core revision 20150930\n[ 0.142428] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143762] Security Framework initialized\n[ 0.144590] Yama: becoming mindful.\n[ 0.145335] AppArmor: AppArmor initialized\n[ 0.146217] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147572] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148868] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150103] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151546] Initializing cgroup subsys io\n[ 0.152381] Initializing cgroup subsys memory\n[ 0.153258] Initializing cgroup subsys devices\n[ 0.154157] Initializing cgroup subsys freezer\n[ 0.155045] Initializing cgroup subsys net_cls\n[ 0.155925] Initializing cgroup subsys perf_event\n[ 0.156852] Initializing cgroup subsys net_prio\n[ 0.157762] Initializing cgroup subsys hugetlb\n[ 0.158649] Initializing cgroup subsys pids\n[ 0.159537] CPU: Physical Processor ID: 0\n[ 0.161048] mce: CPU supports 10 MCE banks\n[ 0.161916] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162939] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177454] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183570] ftrace: allocating 31920 entries in 125 pages\n[ 0.208615] smpboot: Max logical packages: 1\n[ 0.209511] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210896] x2apic enabled\n[ 0.211722] Switched APIC routing to physical x2apic.\n[ 0.213480] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214634] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216761] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218605] KVM setup paravirtual spinlock\n[ 0.219921] x86: Booted up 1 node, 1 CPUs\n[ 0.220745] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222160] devtmpfs: initialized\n[ 0.223885] evm: security.selinux\n[ 0.224600] evm: security.SMACK64\n[ 0.225302] evm: security.SMACK64EXEC\n[ 0.226055] evm: security.SMACK64TRANSMUTE\n[ 0.226867] evm: security.SMACK64MMAP\n[ 0.227624] evm: security.ima\n[ 0.228277] evm: security.capability\n[ 0.229089] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230966] pinctrl core: initialized pinctrl subsystem\n[ 0.232085] RTC time: 21:19:50, date: 07/15/18\n[ 0.233061] NET: Registered protocol family 16\n[ 0.234063] cpuidle: using governor ladder\n[ 0.234889] cpuidle: using governor menu\n[ 0.235684] PCCT header not found.\n[ 0.236451] ACPI: bus type PCI registered\n[ 0.237268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238527] PCI: Using configuration type 1 for base access\n[ 0.240315] ACPI: Added _OSI(Module Device)\n[ 0.241172] ACPI: Added _OSI(Processor Device)\n[ 0.242046] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242955] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244715] ACPI: Interpreter enabled\n[ 0.245498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247373] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251099] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252962] ACPI: (supports S0 S5)\n[ 0.253672] ACPI: Using IOAPIC for interrupt routing\n[ 0.254631] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260202] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261409] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263653] acpiphp: Slot [3] registered\n[ 0.264469] acpiphp: Slot [4] registered\n[ 0.265280] acpiphp: Slot [5] registered\n[ 0.266089] acpiphp: Slot [6] registered\n[ 0.266893] acpiphp: Slot [7] registered\n[ 0.267706] acpiphp: Slot [8] registered\n[ 0.268520] acpiphp: Slot [9] registered\n[ 0.269325] acpiphp: Slot [10] registered\n[ 0.270154] acpiphp: Slot [11] registered\n[ 0.270975] acpiphp: Slot [12] registered\n[ 0.271803] acpiphp: Slot [13] registered\n[ 0.272627] acpiphp: Slot [14] registered\n[ 0.273451] acpiphp: Slot [15] registered\n[ 0.284375] acpiphp: Slot [16] registered\n[ 0.285204] acpiphp: Slot [17] registered\n[ 0.286028] acpiphp: Slot [18] registered\n[ 0.286844] acpiphp: Slot [19] registered\n[ 0.287666] acpiphp: Slot [20] registered\n[ 0.288495] acpiphp: Slot [21] registered\n[ 0.289317] acpiphp: Slot [22] registered\n[ 0.290139] acpiphp: Slot [23] registered\n[ 0.290961] acpiphp: Slot [24] registered\n[ 0.291780] acpiphp: Slot [25] registered\n[ 0.292604] acpiphp: Slot [26] registered\n[ 0.293432] acpiphp: Slot [27] registered\n[ 0.294260] acpiphp: Slot [28] registered\n[ 0.295074] acpiphp: Slot [29] registered\n[ 0.295893] acpiphp: Slot [30] registered\n[ 0.296722] acpiphp: Slot [31] registered\n[ 0.297546] PCI host bridge to bus 0000:00\n[ 0.298369] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299595] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300826] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302294] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303761] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305261] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308687] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309989] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311178] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312456] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336100] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337593] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339404] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340846] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343546] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344874] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345951] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347524] vgaarb: loaded\n[ 0.348135] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349386] SCSI subsystem initialized\n[ 0.350305] ACPI: bus type USB registered\n[ 0.351147] usbcore: registered new interface driver usbfs\n[ 0.352194] usbcore: registered new interface driver hub\n[ 0.353215] usbcore: registered new device driver usb\n[ 0.354336] PCI: Using ACPI for IRQ routing\n[ 0.355464] NetLabel: Initializing\n[ 0.356208] NetLabel: domain hash size = 128\n[ 0.357082] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358058] NetLabel: unlabeled traffic allowed by default\n[ 0.359241] clocksource: Switched to clocksource kvm-clock\n[ 0.367449] AppArmor: AppArmor Filesystem Enabled\n[ 0.368449] pnp: PnP ACPI init\n[ 0.369407] pnp: PnP ACPI: found 5 devices\n[ 0.375751] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377496] NET: Registered protocol family 2\n[ 0.378558] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379868] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381088] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382305] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383424] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384639] NET: Registered protocol family 1\n[ 0.385540] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386656] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387755] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415761] Trying to unpack rootfs image as initramfs...\n[ 0.471925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.473620] Scanning for low memory corruption every 60 seconds\n[ 0.474996] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.476521] audit: initializing netlink subsys (disabled)\n[ 0.477816] audit: type=2000 audit(1531689590.649:1): initialized\n[ 0.479482] Initialise system trusted keyring\n[ 0.480650] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482123] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484536] zbud: loaded\n[ 0.485403] VFS: Disk quotas dquot_6.6.0\n[ 0.486422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488358] fuse init (API version 7.23)\n[ 0.489471] Key type big_key registered\n[ 0.490466] Allocating IMA MOK and blacklist keyrings.\n[ 0.491937] Key type asymmetric registered\n[ 0.492972] Asymmetric key parser 'x509' registered\n[ 0.494169] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.496036] io scheduler noop registered\n[ 0.497019] io scheduler deadline registered (default)\n[ 0.498255] io scheduler cfq registered\n[ 0.499306] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.500627] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.502210] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504029] ACPI: Power Button [PWRF]\n[ 0.505062] GHES: HEST is not enabled!\n[ 0.518913] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547128] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549505] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573749] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.576369] Linux agpgart interface v0.103\n[ 0.579174] brd: module loaded\n[ 0.580993] loop: module loaded\n[ 0.584934] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.586748] GPT:90111 != 2097151\n[ 0.587591] GPT:Alternate GPT header not at the end of the disk.\n[ 0.588980] GPT:90111 != 2097151\n[ 0.589807] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591024] vda: vda1 vda15\n[ 0.592381] scsi host0: ata_piix\n[ 0.593331] scsi host1: ata_piix\n[ 0.594214] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595778] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.597593] libphy: Fixed MDIO Bus: probed\n[ 0.598625] tun: Universal TUN/TAP device driver, 1.6\n[ 0.599826] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.602281] PPP generic driver version 2.4.2\n[ 0.603426] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605051] ehci-pci: EHCI PCI platform driver\n[ 0.606162] ehci-platform: EHCI generic platform driver\n[ 0.607446] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608910] ohci-pci: OHCI PCI platform driver\n[ 0.610023] ohci-platform: OHCI generic platform driver\n[ 0.611346] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627942] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631221] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.634082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635677] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637467] usb usb1: Product: UHCI Host Controller\n[ 0.638638] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640100] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641433] hub 1-0:1.0: USB hub found\n[ 0.642416] hub 1-0:1.0: 2 ports detected\n[ 0.643796] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646437] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647675] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649013] mousedev: PS/2 mouse device common for all mice\n[ 0.650612] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652923] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655835] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657376] i2c /dev entries driver\n[ 0.658360] device-mapper: uevent: version 1.0.3\n[ 0.659587] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661688] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663527] NET: Registered protocol family 10\n[ 0.664930] NET: Registered protocol family 17\n[ 0.666065] Key type dns_resolver registered\n[ 0.667323] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668724] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.671010] registered taskstats version 1\n[ 0.672090] Loading compiled-in X.509 certificates\n[ 0.673819] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676221] zswap: loaded using pool lzo/zbud\n[ 0.678131] Key type trusted registered\n[ 0.680138] Key type encrypted registered\n[ 0.681186] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683833] evm: HMAC attrs: 0x1\n[ 0.685035] Magic number: 10:632:348\n[ 0.686115] rtc_cmos 00:00: setting system clock to 2018-07-15 21:19:50 UTC (1531689590)\n[ 0.688173] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689609] EDD information not available.\n[ 0.756650] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.768765] Write protecting the kernel read-only data: 14336k\n[ 0.771179] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773444] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.818793] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.11...\nLease of 192.168.0.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.88. 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-----\n/dev/root resized successfully [took 0.12s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWZG0SJ6z1sPkmf/lYEa1Gm5FdotEzbLBuAOUvu60iPFHxyRkEh1y1PgoWiUJpQMJZoAs0vqT5qGrUrX9MWtUhg0/gK5hRzh0nGUp78gXSQVwjShTJdITeKy0ox6bsidD6RgGVDkCJUebEJMSXdAcXRuod6ZVL/xl8iOORUktJW8IflzBan3IAU43mVE86UNvQmPzzeDrOn/X1xZolo+3zqX9WCGFaGHj+egQv9s4GrjQURTQQty3zmgr6DOulWiw2cI9CmXuVYz1oDxvNj57/EJSCilxFCQTIF19Gzo0QnteaSKYqbMN2muRkHmrUnRfb3tSBE+eo6/7SJiGL2AYj root@singlevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf\nssh-dss AAAAB3NzaC1kc3MAAACBAILdtD15pcS7ecKMvjfMEgaiDeiBZF7R1nKv0qpsgOVfeq4BNfpORWQPb27uj5iEOmqXr9moIbWwvRSKOXHUMS4abZKhAHfUUxs/9lvLhfSZO/EDY/204tiLpc/i6xIZVEkaIdn/7FVBew2HUh2LlCYbBi5FhEF38/5Xl7oD2NDPAAAAFQDjQ0hwzwcJNPDekf3vau/BrtFmQwAAAIAuVjKab2IJ505USS9DWnhKg7cJZJNzuZoMKj6kreAbZagRrvByhTtp39F+muHCS5LcxZqqEXgblFAPUW40//mkFb2LSSc/3dujtGfR0wzbIzwffsyOIukz1/KnIWdTFAm2MmemY+NIZnnYCY4/jLHwGV4swu7o8LBQeoWXKyWMtwAAAIANu9bLQNOZi1y+I/vW3fbdNA4MNhBCEWtXOdAZ2M8oEXlAKC/rUVp/o9w39+1pBjbYe1Mbgv98Z6L1ZBt+poIeUQGWr9kbfcm97mEaaODScb83LECDiiukqgKbr6Dhg6ETHvHXaZTWd8dSpHQ+/Lai9ijd+/2Z3NRRlFekIyOUBw== root@singlevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.11,24,fe80::f816:3eff:fe37:80f1/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.17 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf login: "} 2018-07-15 21:19:54,520 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077/action used request id req-cdf1797b-a219-46e3-bcc3-52357592b769 2018-07-15 21:19:54,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0915451049805s 2018-07-15 21:19:54,520 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077/action used request id req-cdf1797b-a219-46e3-bcc3-52357592b769 2018-07-15 21:19:54,521 - 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 444978606 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.138445] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140122] pid_max: default: 32768 minimum: 301 [ 0.141030] ACPI: Core revision 20150930 [ 0.142428] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143762] Security Framework initialized [ 0.144590] Yama: becoming mindful. [ 0.145335] AppArmor: AppArmor initialized [ 0.146217] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147572] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148868] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150103] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151546] Initializing cgroup subsys io [ 0.152381] Initializing cgroup subsys memory [ 0.153258] Initializing cgroup subsys devices [ 0.154157] Initializing cgroup subsys freezer [ 0.155045] Initializing cgroup subsys net_cls [ 0.155925] Initializing cgroup subsys perf_event [ 0.156852] Initializing cgroup subsys net_prio [ 0.157762] Initializing cgroup subsys hugetlb [ 0.158649] Initializing cgroup subsys pids [ 0.159537] CPU: Physical Processor ID: 0 [ 0.161048] mce: CPU supports 10 MCE banks [ 0.161916] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162939] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177454] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183570] ftrace: allocating 31920 entries in 125 pages [ 0.208615] smpboot: Max logical packages: 1 [ 0.209511] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210896] x2apic enabled [ 0.211722] Switched APIC routing to physical x2apic. [ 0.213480] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214634] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216761] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218605] KVM setup paravirtual spinlock [ 0.219921] x86: Booted up 1 node, 1 CPUs [ 0.220745] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222160] devtmpfs: initialized [ 0.223885] evm: security.selinux [ 0.224600] evm: security.SMACK64 [ 0.225302] evm: security.SMACK64EXEC [ 0.226055] evm: security.SMACK64TRANSMUTE [ 0.226867] evm: security.SMACK64MMAP [ 0.227624] evm: security.ima [ 0.228277] evm: security.capability [ 0.229089] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230966] pinctrl core: initialized pinctrl subsystem [ 0.232085] RTC time: 21:19:50, date: 07/15/18 [ 0.233061] NET: Registered protocol family 16 [ 0.234063] cpuidle: using governor ladder [ 0.234889] cpuidle: using governor menu [ 0.235684] PCCT header not found. [ 0.236451] ACPI: bus type PCI registered [ 0.237268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.238527] PCI: Using configuration type 1 for base access [ 0.240315] ACPI: Added _OSI(Module Device) [ 0.241172] ACPI: Added _OSI(Processor Device) [ 0.242046] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.242955] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244715] ACPI: Interpreter enabled [ 0.245498] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247373] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249230] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251099] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.252962] ACPI: (supports S0 S5) [ 0.253672] ACPI: Using IOAPIC for interrupt routing [ 0.254631] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258949] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260202] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261409] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263653] acpiphp: Slot [3] registered [ 0.264469] acpiphp: Slot [4] registered [ 0.265280] acpiphp: Slot [5] registered [ 0.266089] acpiphp: Slot [6] registered [ 0.266893] acpiphp: Slot [7] registered [ 0.267706] acpiphp: Slot [8] registered [ 0.268520] acpiphp: Slot [9] registered [ 0.269325] acpiphp: Slot [10] registered [ 0.270154] acpiphp: Slot [11] registered [ 0.270975] acpiphp: Slot [12] registered [ 0.271803] acpiphp: Slot [13] registered [ 0.272627] acpiphp: Slot [14] registered [ 0.273451] acpiphp: Slot [15] registered [ 0.284375] acpiphp: Slot [16] registered [ 0.285204] acpiphp: Slot [17] registered [ 0.286028] acpiphp: Slot [18] registered [ 0.286844] acpiphp: Slot [19] registered [ 0.287666] acpiphp: Slot [20] registered [ 0.288495] acpiphp: Slot [21] registered [ 0.289317] acpiphp: Slot [22] registered [ 0.290139] acpiphp: Slot [23] registered [ 0.290961] acpiphp: Slot [24] registered [ 0.291780] acpiphp: Slot [25] registered [ 0.292604] acpiphp: Slot [26] registered [ 0.293432] acpiphp: Slot [27] registered [ 0.294260] acpiphp: Slot [28] registered [ 0.295074] acpiphp: Slot [29] registered [ 0.295893] acpiphp: Slot [30] registered [ 0.296722] acpiphp: Slot [31] registered [ 0.297546] PCI host bridge to bus 0000:00 [ 0.298369] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299595] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300826] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302294] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303761] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305261] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308687] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309989] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311178] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312456] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317567] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336100] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337593] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339404] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340846] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.342260] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343546] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344874] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345951] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347524] vgaarb: loaded [ 0.348135] vgaarb: bridge control possible 0000:00:02.0 [ 0.349386] SCSI subsystem initialized [ 0.350305] ACPI: bus type USB registered [ 0.351147] usbcore: registered new interface driver usbfs [ 0.352194] usbcore: registered new interface driver hub [ 0.353215] usbcore: registered new device driver usb [ 0.354336] PCI: Using ACPI for IRQ routing [ 0.355464] NetLabel: Initializing [ 0.356208] NetLabel: domain hash size = 128 [ 0.357082] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358058] NetLabel: unlabeled traffic allowed by default [ 0.359241] clocksource: Switched to clocksource kvm-clock [ 0.367449] AppArmor: AppArmor Filesystem Enabled [ 0.368449] pnp: PnP ACPI init [ 0.369407] pnp: PnP ACPI: found 5 devices [ 0.375751] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377496] NET: Registered protocol family 2 [ 0.378558] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.379868] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381088] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382305] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383424] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384639] NET: Registered protocol family 1 [ 0.385540] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386656] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387755] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401625] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.415761] Trying to unpack rootfs image as initramfs... [ 0.471925] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.473620] Scanning for low memory corruption every 60 seconds [ 0.474996] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.476521] audit: initializing netlink subsys (disabled) [ 0.477816] audit: type=2000 audit(1531689590.649:1): initialized [ 0.479482] Initialise system trusted keyring [ 0.480650] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.482123] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484536] zbud: loaded [ 0.485403] VFS: Disk quotas dquot_6.6.0 [ 0.486422] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488358] fuse init (API version 7.23) [ 0.489471] Key type big_key registered [ 0.490466] Allocating IMA MOK and blacklist keyrings. [ 0.491937] Key type asymmetric registered [ 0.492972] Asymmetric key parser 'x509' registered [ 0.494169] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.496036] io scheduler noop registered [ 0.497019] io scheduler deadline registered (default) [ 0.498255] io scheduler cfq registered [ 0.499306] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.500627] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.502210] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.504029] ACPI: Power Button [PWRF] [ 0.505062] GHES: HEST is not enabled! [ 0.518913] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.547128] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.549505] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.573749] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.576369] Linux agpgart interface v0.103 [ 0.579174] brd: module loaded [ 0.580993] loop: module loaded [ 0.584934] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.586748] GPT:90111 != 2097151 [ 0.587591] GPT:Alternate GPT header not at the end of the disk. [ 0.588980] GPT:90111 != 2097151 [ 0.589807] GPT: Use GNU Parted to correct GPT errors. [ 0.591024] vda: vda1 vda15 [ 0.592381] scsi host0: ata_piix [ 0.593331] scsi host1: ata_piix [ 0.594214] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.595778] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.597593] libphy: Fixed MDIO Bus: probed [ 0.598625] tun: Universal TUN/TAP device driver, 1.6 [ 0.599826] tun: (C) 1999-2004 Max Krasnyansky [ 0.602281] PPP generic driver version 2.4.2 [ 0.603426] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605051] ehci-pci: EHCI PCI platform driver [ 0.606162] ehci-platform: EHCI generic platform driver [ 0.607446] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608910] ohci-pci: OHCI PCI platform driver [ 0.610023] ohci-platform: OHCI generic platform driver [ 0.611346] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627942] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.629383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.631221] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.632543] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.634082] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635677] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637467] usb usb1: Product: UHCI Host Controller [ 0.638638] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640100] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641433] hub 1-0:1.0: USB hub found [ 0.642416] hub 1-0:1.0: 2 ports detected [ 0.643796] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.646437] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.647675] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.649013] mousedev: PS/2 mouse device common for all mice [ 0.650612] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.652923] rtc_cmos 00:00: RTC can wake from S4 [ 0.654302] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655835] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657376] i2c /dev entries driver [ 0.658360] device-mapper: uevent: version 1.0.3 [ 0.659587] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661688] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663527] NET: Registered protocol family 10 [ 0.664930] NET: Registered protocol family 17 [ 0.666065] Key type dns_resolver registered [ 0.667323] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.668724] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.671010] registered taskstats version 1 [ 0.672090] Loading compiled-in X.509 certificates [ 0.673819] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676221] zswap: loaded using pool lzo/zbud [ 0.678131] Key type trusted registered [ 0.680138] Key type encrypted registered [ 0.681186] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682496] ima: No TPM chip found, activating TPM-bypass! [ 0.683833] evm: HMAC attrs: 0x1 [ 0.685035] Magic number: 10:632:348 [ 0.686115] rtc_cmos 00:00: setting system clock to 2018-07-15 21:19:50 UTC (1531689590) [ 0.688173] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689609] EDD information not available. [ 0.756650] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.768765] Write protecting the kernel read-only data: 14336k [ 0.771179] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.773444] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.818793] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.11... Lease of 192.168.0.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.88. 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----- /dev/root resized successfully [took 0.12s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWZG0SJ6z1sPkmf/lYEa1Gm5FdotEzbLBuAOUvu60iPFHxyRkEh1y1PgoWiUJpQMJZoAs0vqT5qGrUrX9MWtUhg0/gK5hRzh0nGUp78gXSQVwjShTJdITeKy0ox6bsidD6RgGVDkCJUebEJMSXdAcXRuod6ZVL/xl8iOORUktJW8IflzBan3IAU43mVE86UNvQmPzzeDrOn/X1xZolo+3zqX9WCGFaGHj+egQv9s4GrjQURTQQty3zmgr6DOulWiw2cI9CmXuVYz1oDxvNj57/EJSCilxFCQTIF19Gzo0QnteaSKYqbMN2muRkHmrUnRfb3tSBE+eo6/7SJiGL2AYj root@singlevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf ssh-dss AAAAB3NzaC1kc3MAAACBAILdtD15pcS7ecKMvjfMEgaiDeiBZF7R1nKv0qpsgOVfeq4BNfpORWQPb27uj5iEOmqXr9moIbWwvRSKOXHUMS4abZKhAHfUUxs/9lvLhfSZO/EDY/204tiLpc/i6xIZVEkaIdn/7FVBew2HUh2LlCYbBi5FhEF38/5Xl7oD2NDPAAAAFQDjQ0hwzwcJNPDekf3vau/BrtFmQwAAAIAuVjKab2IJ505USS9DWnhKg7cJZJNzuZoMKj6kreAbZagRrvByhTtp39F+muHCS5LcxZqqEXgblFAPUW40//mkFb2LSSc/3dujtGfR0wzbIzwffsyOIukz1/KnIWdTFAm2MmemY+NIZnnYCY4/jLHwGV4swu7o8LBQeoWXKyWMtwAAAIANu9bLQNOZi1y+I/vW3fbdNA4MNhBCEWtXOdAZ2M8oEXlAKC/rUVp/o9w39+1pBjbYe1Mbgv98Z6L1ZBt+poIeUQGWr9kbfcm97mEaaODScb83LECDiiukqgKbr6Dhg6ETHvHXaZTWd8dSpHQ+/Lai9ijd+/2Z3NRRlFekIyOUBw== root@singlevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.11,24,fe80::f816:3eff:fe37:80f1/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.11 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf launch-index: 0 === cirros: current=0.4.0 uptime=3.17 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-43741f4f-9078-40d1-82ad-eafc3d598dcf login: 2018-07-15 21:19:56,525 - paramiko.transport - DEBUG - starting thread (client mode): 0xd41e7f10L 2018-07-15 21:19:56,525 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 21:19:56,525 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 21:19:56,525 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 21:19:56,527 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-15 21:19:56,527 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 21:19:56,527 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 21:19:56,527 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 21:19:56,527 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 21:19:56,527 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 21:19:56,545 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 21:19:56,546 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 21:19:56,557 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 712698378dfec06a00ca7409b5134a35 2018-07-15 21:19:56,558 - paramiko.transport - DEBUG - Trying discovered key 275da3cfc3e7803683d3080993560d06 in /tmp/tmprIhKh9 2018-07-15 21:19:56,583 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 21:19:56,589 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 21:19:56,590 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 21:19:56,591 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 21:19:56,591 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 21:19:56,593 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 21:19:56,594 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 21:19:56,594 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-15 21:19:56,598 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 21:19:56,700 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:19:56,701 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:24 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 21:19:56,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 21:19:56,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/4e157d44-09eb-48d4-a28d-c2f374d05eb6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:57,727 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61a69d2e-6bd9-4750-b5bc-f0443cc72daa Content-Length: 0 Date: Sun, 15 Jul 2018 21:19:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:19:57,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/4e157d44-09eb-48d4-a28d-c2f374d05eb6.json used request id req-61a69d2e-6bd9-4750-b5bc-f0443cc72daa 2018-07-15 21:19:57,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.01965713501s 2018-07-15 21:19:57,728 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/4e157d44-09eb-48d4-a28d-c2f374d05eb6.json used request id req-61a69d2e-6bd9-4750-b5bc-f0443cc72daa 2018-07-15 21:19:57,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:19:57,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:57,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cfab5a3d-27d3-4a10-aed6-8561bba59180 Date: Sun, 15 Jul 2018 21:19:57 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:19:57,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-cfab5a3d-27d3-4a10-aed6-8561bba59180 2018-07-15 21:19:57,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0466229915619s 2018-07-15 21:19:57,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-cfab5a3d-27d3-4a10-aed6-8561bba59180 2018-07-15 21:19:57,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:19:57,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:58,096 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:19:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce8a1293-5cf2-4d7e-b6df-9f1c45d5a5b9 x-compute-request-id: req-ce8a1293-5cf2-4d7e-b6df-9f1c45d5a5b9 Content-Type: application/json 2018-07-15 21:19:58,096 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-ce8a1293-5cf2-4d7e-b6df-9f1c45d5a5b9 2018-07-15 21:19:58,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.315109968185s 2018-07-15 21:19:58,097 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077 used request id req-ce8a1293-5cf2-4d7e-b6df-9f1c45d5a5b9 2018-07-15 21:19:58,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:19:58,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:19:58,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:19:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d02eb14b-d84d-4e18-88fd-e9b51c3a6742 x-compute-request-id: req-d02eb14b-d84d-4e18-88fd-e9b51c3a6742 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:80:f1", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:80:f1", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "rel": "bookmark"}], "image": {"id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "links": [{"href": "http://172.30.9.27:8774/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:19:49.000000", "flavor": {"id": "deb49361-5068-4713-a604-94389ff417ce", "links": [{"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "bookmark"}]}, "id": "5e41e04f-6fb9-4f26-b77c-0d5809fd3077", "security_groups": [{"name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}], "user_id": "ae0cc264e47549418d7b08549c66e0fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:19:57Z", "hostId": "b2ceb144d98964271903c46ceedbba6c644561b40142e8de7248d5df", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf", "name": "singlevm2-vm_43741f4f-9078-40d1-82ad-eafc3d598dcf", "created": "2018-07-15T21:19:43Z", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:19:58,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d02eb14b-d84d-4e18-88fd-e9b51c3a6742 2018-07-15 21:19:58,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750402927399s 2018-07-15 21:19:58,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d02eb14b-d84d-4e18-88fd-e9b51c3a6742 2018-07-15 21:19:58,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:00,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:00,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.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:00,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f0b128a-0918-42e8-91ab-80a59a9bfd96 x-compute-request-id: req-3f0b128a-0918-42e8-91ab-80a59a9bfd96 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 21:20:00,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3f0b128a-0918-42e8-91ab-80a59a9bfd96 2018-07-15 21:20:00,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0795621871948s 2018-07-15 21:20:00,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3f0b128a-0918-42e8-91ab-80a59a9bfd96 2018-07-15 21:20:00,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:20:00,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:00,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-1b9799cd-8fe5-4bdb-b83e-f0d4a650d78e Date: Sun, 15 Jul 2018 21:20:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:41Z", "updated_at": "2018-07-15T21:19:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "532253c9-d1cb-4133-809f-510da1dfb757", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "a983d3e0-fc11-498d-96e1-9eba2eacf158", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "c20540a8-2a2a-4161-ad96-c6062ca5d0d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:19:41Z", "revision_number": 0, "id": "e75edde0-d3f1-478a-9837-7e21c88b9710", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:41Z", "security_group_id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}], "revision_number": 3, "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "0f699169-1dce-47b4-bd7d-c094ad98b5cf", "name": "singlevm2-sg_43741f4f-9078-40d1-82ad-eafc3d598dcf"}, {"description": "Default security group", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:33Z", "updated_at": "2018-07-15T21:19:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "1baebca9-11f2-40a9-9563-138e33b108a0", "remote_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "2a4cbd29-149c-47a5-806f-1596e0186521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "2afd7d3f-962b-40f4-b601-d1b88856b0fd", "remote_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:19:33Z", "revision_number": 0, "id": "a2cc088b-f196-4b3e-a19a-a1b9fa32c5ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:19:33Z", "security_group_id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd"}], "revision_number": 1, "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "abde3ac0-6b80-4e52-b196-45e83724ab82", "name": "default"}]} 2018-07-15 21:20:00,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-1b9799cd-8fe5-4bdb-b83e-f0d4a650d78e 2018-07-15 21:20:00,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.04900598526s 2018-07-15 21:20:00,985 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-1b9799cd-8fe5-4bdb-b83e-f0d4a650d78e 2018-07-15 21:20:00,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 21:20:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0f699169-1dce-47b4-bd7d-c094ad98b5cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:01,182 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cad3783c-93f5-475b-ad48-7dac3b4c0213 Content-Length: 0 Date: Sun, 15 Jul 2018 21:20:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:01,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0f699169-1dce-47b4-bd7d-c094ad98b5cf.json used request id req-cad3783c-93f5-475b-ad48-7dac3b4c0213 2018-07-15 21:20:01,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.193431138992s 2018-07-15 21:20:01,183 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0f699169-1dce-47b4-bd7d-c094ad98b5cf.json used request id req-cad3783c-93f5-475b-ad48-7dac3b4c0213 2018-07-15 21:20:01,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 21:20:01,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:01,236 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:20:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7827c860-3dc7-4500-8cba-96b7ec6d4e15 x-compute-request-id: req-7827c860-3dc7-4500-8cba-96b7ec6d4e15 Content-Length: 0 Content-Type: application/json 2018-07-15 21:20:01,236 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf used request id req-7827c860-3dc7-4500-8cba-96b7ec6d4e15 2018-07-15 21:20:01,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0530889034271s 2018-07-15 21:20:01,236 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_43741f4f-9078-40d1-82ad-eafc3d598dcf used request id req-7827c860-3dc7-4500-8cba-96b7ec6d4e15 2018-07-15 21:20:01,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:20:01,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" -d '{"subnet_id": "e3dd75a0-3613-4bf8-adcb-7ab85191de3a"}' 2018-07-15 21:20:02,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-293f0397-1cc2-4f96-b05a-aa4fc31c2a87 Date: Sun, 15 Jul 2018 21:20:02 GMT RESP BODY: {"network_id": "c809a5e7-a012-4d7b-af95-0b37b8c06689", "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "subnet_id": "e3dd75a0-3613-4bf8-adcb-7ab85191de3a", "subnet_ids": ["e3dd75a0-3613-4bf8-adcb-7ab85191de3a"], "port_id": "fe5b32ab-7150-467a-bb49-d151b9a2f295", "id": "c678d9b2-e174-48e4-8f63-46fb4306165d"} 2018-07-15 21:20:02,838 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d/remove_router_interface.json used request id req-293f0397-1cc2-4f96-b05a-aa4fc31c2a87 2018-07-15 21:20:02,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.60075998306s 2018-07-15 21:20:02,838 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d/remove_router_interface.json used request id req-293f0397-1cc2-4f96-b05a-aa4fc31c2a87 returning object c678d9b2-e174-48e4-8f63-46fb4306165d 2018-07-15 21:20:02,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:20:02,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:02,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-7cab3a7a-6714-4ec4-b463-86c9e9bb90be Date: Sun, 15 Jul 2018 21:20:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "created_at": "2018-07-15T21:19:35Z", "admin_state_up": true, "updated_at": "2018-07-15T21:20:02Z", "revision_number": 4, "routes": [], "project_id": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "c678d9b2-e174-48e4-8f63-46fb4306165d", "name": "singlevm2-router_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:20:02,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7cab3a7a-6714-4ec4-b463-86c9e9bb90be 2018-07-15 21:20:02,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109409093857s 2018-07-15 21:20:02,948 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7cab3a7a-6714-4ec4-b463-86c9e9bb90be 2018-07-15 21:20:02,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:20:02,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:04,141 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-238591ce-3e8d-46c3-bf07-ee739ae02a7f Content-Length: 0 Date: Sun, 15 Jul 2018 21:20:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:04,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d.json used request id req-238591ce-3e8d-46c3-bf07-ee739ae02a7f 2018-07-15 21:20:04,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19179701805s 2018-07-15 21:20:04,142 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/c678d9b2-e174-48e4-8f63-46fb4306165d.json used request id req-238591ce-3e8d-46c3-bf07-ee739ae02a7f 2018-07-15 21:20:04,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:20:04,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:04,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-5c995c87-75ae-48b7-b2f1-fb065cc8b3d0 Date: Sun, 15 Jul 2018 21:20:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:19:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"e3dd75a0-3613-4bf8-adcb-7ab85191de3a","subnetpool_id":null,"name":"singlevm2-subnet_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:20:04,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5c995c87-75ae-48b7-b2f1-fb065cc8b3d0 2018-07-15 21:20:04,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.054986000061s 2018-07-15 21:20:04,198 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5c995c87-75ae-48b7-b2f1-fb065cc8b3d0 2018-07-15 21:20:04,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:20:04,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/e3dd75a0-3613-4bf8-adcb-7ab85191de3a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:05,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78b58582-bfe4-4d17-ade4-31a8fb9284bc Date: Sun, 15 Jul 2018 21:20:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:05,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e3dd75a0-3613-4bf8-adcb-7ab85191de3a.json used request id req-78b58582-bfe4-4d17-ade4-31a8fb9284bc 2018-07-15 21:20:05,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.16818094254s 2018-07-15 21:20:05,368 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/e3dd75a0-3613-4bf8-adcb-7ab85191de3a.json used request id req-78b58582-bfe4-4d17-ade4-31a8fb9284bc 2018-07-15 21:20:05,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:05,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:05,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-400afd28-5665-4522-a405-848d7f5086a4 Date: Sun, 15 Jul 2018 21:20:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:20:05Z","tenant_id":"da5ddb53d9ac437ea0328a7cdf2966bd","created_at":"2018-07-15T21:19:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"da5ddb53d9ac437ea0328a7cdf2966bd","id":"c809a5e7-a012-4d7b-af95-0b37b8c06689","name":"singlevm2-net_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:20:05,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-400afd28-5665-4522-a405-848d7f5086a4 2018-07-15 21:20:05,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115175008774s 2018-07-15 21:20:05,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-400afd28-5665-4522-a405-848d7f5086a4 2018-07-15 21:20:05,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:20:05,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/c809a5e7-a012-4d7b-af95-0b37b8c06689.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:07,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e9773cd9-ce3b-41db-ac97-b2271f61c742 Date: Sun, 15 Jul 2018 21:20:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:07,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c809a5e7-a012-4d7b-af95-0b37b8c06689.json used request id req-e9773cd9-ce3b-41db-ac97-b2271f61c742 2018-07-15 21:20:07,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51824688911s 2018-07-15 21:20:07,003 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c809a5e7-a012-4d7b-af95-0b37b8c06689.json used request id req-e9773cd9-ce3b-41db-ac97-b2271f61c742 2018-07-15 21:20:07,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:20:07,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:07,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-d06279c2-9331-4c5d-938b-0565b0eeb7ee Date: Sun, 15 Jul 2018 21:20:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c7cb033c-1b59-438e-aae2-5c5840976b06/snap", "metadata": {}}], "file": "/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06/file", "owner": "da5ddb53d9ac437ea0328a7cdf2966bd", "id": "c7cb033c-1b59-438e-aae2-5c5840976b06", "size": 12716032, "self": "/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/c7cb033c-1b59-438e-aae2-5c5840976b06/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:19:39Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_43741f4f-9078-40d1-82ad-eafc3d598dcf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:19:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:20:07,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d06279c2-9331-4c5d-938b-0565b0eeb7ee 2018-07-15 21:20:07,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.673098087311s 2018-07-15 21:20:07,681 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d06279c2-9331-4c5d-938b-0565b0eeb7ee 2018-07-15 21:20:07,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 21:20:07,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c8a5cae6f02aadc362904411457a471feb47109" 2018-07-15 21:20:08,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f432b93b-50af-4331-bd97-406c91760949 Date: Sun, 15 Jul 2018 21:20:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:20:08,031 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06 used request id req-f432b93b-50af-4331-bd97-406c91760949 2018-07-15 21:20:08,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.348664999008s 2018-07-15 21:20:08,032 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c7cb033c-1b59-438e-aae2-5c5840976b06 used request id req-f432b93b-50af-4331-bd97-406c91760949 2018-07-15 21:20:08,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:20:08,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.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:20:08,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-c4fc2ac8-ac94-427c-a21c-190419a3d1cb x-compute-request-id: req-c4fc2ac8-ac94-427c-a21c-190419a3d1cb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_43741f4f-9078-40d1-82ad-eafc3d598dcf", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/deb49361-5068-4713-a604-94389ff417ce", "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": "deb49361-5068-4713-a604-94389ff417ce"}]} 2018-07-15 21:20:08,064 - 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-c4fc2ac8-ac94-427c-a21c-190419a3d1cb 2018-07-15 21:20:08,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0315251350403s 2018-07-15 21:20:08,064 - 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-c4fc2ac8-ac94-427c-a21c-190419a3d1cb 2018-07-15 21:20:08,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 21:20:08,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:20:08,112 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:20: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-aef9fa47-430b-4e03-8ebf-3a9c3697b23c x-compute-request-id: req-aef9fa47-430b-4e03-8ebf-3a9c3697b23c Content-Length: 0 Content-Type: application/json 2018-07-15 21:20:08,112 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce used request id req-aef9fa47-430b-4e03-8ebf-3a9c3697b23c 2018-07-15 21:20:08,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0467700958252s 2018-07-15 21:20:08,112 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/deb49361-5068-4713-a604-94389ff417ce used request id req-aef9fa47-430b-4e03-8ebf-3a9c3697b23c 2018-07-15 21:20:08,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:20:08,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:20:08,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e48defb8-34bd-496a-93db-4caed67f3135 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf", "links": {"self": "http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ae0cc264e47549418d7b08549c66e0fd", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:20:08,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e48defb8-34bd-496a-93db-4caed67f3135 2018-07-15 21:20:08,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.130256175995s 2018-07-15 21:20:08,244 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e48defb8-34bd-496a-93db-4caed67f3135 2018-07-15 21:20:08,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:20:08,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:20:08,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-423a8cb4-275d-468d-9389-4feb8cacb440 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_43741f4f-9078-40d1-82ad-eafc3d598dcf", "links": {"self": "http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ae0cc264e47549418d7b08549c66e0fd", "description": null}} 2018-07-15 21:20:08,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd used request id req-423a8cb4-275d-468d-9389-4feb8cacb440 2018-07-15 21:20:08,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10893702507s 2018-07-15 21:20:08,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd used request id req-423a8cb4-275d-468d-9389-4feb8cacb440 2018-07-15 21:20:08,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 21:20:08,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:20:08,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8892c53-ad09-4d20-a42f-1fabe3eceac6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:20:08,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd used request id req-a8892c53-ad09-4d20-a42f-1fabe3eceac6 2018-07-15 21:20:08,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.247542858124s 2018-07-15 21:20:08,607 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ae0cc264e47549418d7b08549c66e0fd used request id req-a8892c53-ad09-4d20-a42f-1fabe3eceac6 2018-07-15 21:20:08,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:20:08,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:20:08,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5106b013-2a0e-4aa8-b22c-8551a3dce4f9 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "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/da5ddb53d9ac437ea0328a7cdf2966bd"}, "tags": [], "enabled": true, "id": "da5ddb53d9ac437ea0328a7cdf2966bd", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_43741f4f-9078-40d1-82ad-eafc3d598dcf"}]} 2018-07-15 21:20:08,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5106b013-2a0e-4aa8-b22c-8551a3dce4f9 2018-07-15 21:20:08,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104996919632s 2018-07-15 21:20:08,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5106b013-2a0e-4aa8-b22c-8551a3dce4f9 2018-07-15 21:20:08,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 21:20:08,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/da5ddb53d9ac437ea0328a7cdf2966bd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}27f7fd8665c976b6e520a93f3536abdb21f1f1d8" 2018-07-15 21:20:08,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cda59c2d-530d-4b15-9e94-528e41df34a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:20:08,908 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/da5ddb53d9ac437ea0328a7cdf2966bd used request id req-cda59c2d-530d-4b15-9e94-528e41df34a1 2018-07-15 21:20:08,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.185821056366s 2018-07-15 21:20:08,909 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/da5ddb53d9ac437ea0328a7cdf2966bd used request id req-cda59c2d-530d-4b15-9e94-528e41df34a1 2018-07-15 21:20:08,964 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:20:09,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:20:09,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:20:09,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:20:09,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-213afe0d-f0ff-4556-a0d0-5502677ced62 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:20:09,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-213afe0d-f0ff-4556-a0d0-5502677ced62 2018-07-15 21:20:09,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:20:09,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["kgc7IVKZQZShwRNRgUjRTQ"], "issued_at": "2018-07-15T21:20:09.000000Z"}} 2018-07-15 21:20:09,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:09,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:09,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-15b2536e-029f-4937-9a10-22fe4a5fd45f Date: Sun, 15 Jul 2018 21:20:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:20:09,667 - 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-15b2536e-029f-4937-9a10-22fe4a5fd45f 2018-07-15 21:20:09,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261602878571s 2018-07-15 21:20:09,667 - 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-15b2536e-029f-4937-9a10-22fe4a5fd45f 2018-07-15 21:20:09,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:20:09,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:20:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ece61446-a0ab-43fe-bb49-d2eb8092bae9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:20:09,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-ece61446-a0ab-43fe-bb49-d2eb8092bae9 2018-07-15 21:20:09,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:20:09,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:09,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd7507f-6e63-4bec-8fc3-4b7a6616f135 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75"}, "tags": [], "enabled": true, "id": "23b03187afd34255bfe3a645488a7c75", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 21:20:09,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-bbd7507f-6e63-4bec-8fc3-4b7a6616f135 2018-07-15 21:20:09,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0956621170044s 2018-07-15 21:20:09,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-bbd7507f-6e63-4bec-8fc3-4b7a6616f135 2018-07-15 21:20:09,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 21:20:09,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}}' 2018-07-15 21:20:09,915 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:20:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c064f9f-73b4-473a-9989-99bcce4280b2 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/31a44d0e2ab843f9b6de36cdb6a4818c"}, "tags": [], "enabled": true, "id": "31a44d0e2ab843f9b6de36cdb6a4818c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}} 2018-07-15 21:20:09,915 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0c064f9f-73b4-473a-9989-99bcce4280b2 2018-07-15 21:20:09,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134610176086s 2018-07-15 21:20:09,915 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-0c064f9f-73b4-473a-9989-99bcce4280b2 2018-07-15 21:20:09,916 - 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'31a44d0e2ab843f9b6de36cdb6a4818c', '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_3f9ee0c7-8da3-45dc-b889-66cc433127f3'}) 2018-07-15 21:20:09,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 21:20:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d731569a-c42c-4358-afd4-91e1b7a0d60f", "email": null, "name": "vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}}' 2018-07-15 21:20:10,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:20:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c8c4c16-7b84-4018-b72d-5f7d3f1a8619 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": {"self": "http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f09373e920f64bf0b31328c05d919157", "domain_id": "default", "password_expires_at": null}} 2018-07-15 21:20:10,238 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-5c8c4c16-7b84-4018-b72d-5f7d3f1a8619 2018-07-15 21:20:10,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.31650686264s 2018-07-15 21:20:10,239 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-5c8c4c16-7b84-4018-b72d-5f7d3f1a8619 2018-07-15 21:20:10,239 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f09373e920f64bf0b31328c05d919157', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3'}) 2018-07-15 21:20:10,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:20:10,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:10,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0363956d-c4dd-424d-b359-7bf1cbde9c48 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:20:10,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0363956d-c4dd-424d-b359-7bf1cbde9c48 2018-07-15 21:20:10,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0957880020142s 2018-07-15 21:20:10,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0363956d-c4dd-424d-b359-7bf1cbde9c48 2018-07-15 21:20:10,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:20:10,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:10,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8077e3-f765-402a-82cb-d7181bb2b388 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:20:10,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fb8077e3-f765-402a-82cb-d7181bb2b388 2018-07-15 21:20:10,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0939910411835s 2018-07-15 21:20:10,438 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fb8077e3-f765-402a-82cb-d7181bb2b388 2018-07-15 21:20:10,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:20:10,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:10,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af86a071-7b5c-4358-b44f-d3252e7d26ad Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:20:10,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af86a071-7b5c-4358-b44f-d3252e7d26ad 2018-07-15 21:20:10,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0928750038147s 2018-07-15 21:20:10,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af86a071-7b5c-4358-b44f-d3252e7d26ad 2018-07-15 21:20:10,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:20:10,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:10,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23775a8a-842c-42ca-b2b2-482fb646c70a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 21:20:10,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-23775a8a-842c-42ca-b2b2-482fb646c70a 2018-07-15 21:20:10,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0907971858978s 2018-07-15 21:20:10,632 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-23775a8a-842c-42ca-b2b2-482fb646c70a 2018-07-15 21:20:10,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:20:10,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:10,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de35fd6a-0e18-4c27-b57a-167f627bacb8 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": {"self": "http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f09373e920f64bf0b31328c05d919157", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:20:10,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-de35fd6a-0e18-4c27-b57a-167f627bacb8 2018-07-15 21:20:10,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113036870956s 2018-07-15 21:20:10,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-de35fd6a-0e18-4c27-b57a-167f627bacb8 2018-07-15 21:20:10,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:20:10,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:10,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13e0332-3296-4ae7-a388-14597573322e Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "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/31a44d0e2ab843f9b6de36cdb6a4818c"}, "tags": [], "enabled": true, "id": "31a44d0e2ab843f9b6de36cdb6a4818c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}]} 2018-07-15 21:20:10,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a13e0332-3296-4ae7-a388-14597573322e 2018-07-15 21:20:10,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0987219810486s 2018-07-15 21:20:10,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a13e0332-3296-4ae7-a388-14597573322e 2018-07-15 21:20:10,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 21:20:10,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=f09373e920f64bf0b31328c05d919157&role.id=443225368889431081c14f46ae6afbda&scope.project.id=31a44d0e2ab843f9b6de36cdb6a4818c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:10,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e480316-126e-422e-b370-8ff713bed6b5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=f09373e920f64bf0b31328c05d919157&role.id=443225368889431081c14f46ae6afbda&scope.project.id=31a44d0e2ab843f9b6de36cdb6a4818c", "previous": null, "next": null}} 2018-07-15 21:20:10,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f09373e920f64bf0b31328c05d919157&role.id=443225368889431081c14f46ae6afbda&scope.project.id=31a44d0e2ab843f9b6de36cdb6a4818c used request id req-1e480316-126e-422e-b370-8ff713bed6b5 2018-07-15 21:20:10,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0919358730316s 2018-07-15 21:20:10,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f09373e920f64bf0b31328c05d919157&role.id=443225368889431081c14f46ae6afbda&scope.project.id=31a44d0e2ab843f9b6de36cdb6a4818c used request id req-1e480316-126e-422e-b370-8ff713bed6b5 2018-07-15 21:20:10,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 21:20:10,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/31a44d0e2ab843f9b6de36cdb6a4818c/users/f09373e920f64bf0b31328c05d919157/roles/443225368889431081c14f46ae6afbda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:11,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c31a61f0-1b03-4c58-8e24-3ba82351b233 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:20:11,111 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/31a44d0e2ab843f9b6de36cdb6a4818c/users/f09373e920f64bf0b31328c05d919157/roles/443225368889431081c14f46ae6afbda used request id req-c31a61f0-1b03-4c58-8e24-3ba82351b233 2018-07-15 21:20:11,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.151366949081s 2018-07-15 21:20:11,112 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/31a44d0e2ab843f9b6de36cdb6a4818c/users/f09373e920f64bf0b31328c05d919157/roles/443225368889431081c14f46ae6afbda used request id req-c31a61f0-1b03-4c58-8e24-3ba82351b233 2018-07-15 21:20:11,112 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 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'31a44d0e2ab843f9b6de36cdb6a4818c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'd731569a-c42c-4358-afd4-91e1b7a0d60f', 'username': u'vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:20:11,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:20:11,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:20:11,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:20:11,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:20:11,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:20:11,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:20:11,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:20:11,118 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'password': 'd731569a-c42c-4358-afd4-91e1b7a0d60f', 'project_name': 'vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '31a44d0e2ab843f9b6de36cdb6a4818c', 'project_domain_name': 'Default'} 2018-07-15 21:20:11,118 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-15 21:20:11,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:20:11,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee5b33b9-e635-4e54-af13-fa228f6d6bc1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:20:11,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ee5b33b9-e635-4e54-af13-fa228f6d6bc1 2018-07-15 21:20:11,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:20:11,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}], "expires_at": "2018-07-15T22:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31a44d0e2ab843f9b6de36cdb6a4818c", "name": "vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/31a44d0e2ab843f9b6de36cdb6a4818c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "id": "f09373e920f64bf0b31328c05d919157"}, "audit_ids": ["6aS7CSolQPytvCCPxdtAQA"], "issued_at": "2018-07-15T21:20:11.000000Z"}} 2018-07-15 21:20:11,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:20:11,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"network": {"name": "vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "admin_state_up": true}}' 2018-07-15 21:20:12,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-41c825bd-0db0-477e-9c53-698cf3a827ce Date: Sun, 15 Jul 2018 21:20:12 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T21:20:11Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"4a124450-f577-4fbc-812f-5beae01e3519","name":"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}} 2018-07-15 21:20:12,100 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-41c825bd-0db0-477e-9c53-698cf3a827ce 2018-07-15 21:20:12,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.571743011475s 2018-07-15 21:20:12,100 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-41c825bd-0db0-477e-9c53-698cf3a827ce 2018-07-15 21:20:12,100 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:20:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'4a124450-f577-4fbc-812f-5beae01e3519', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3', u'admin_state_up': True, u'tenant_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', u'created_at': u'2018-07-15T21:20:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'31a44d0e2ab843f9b6de36cdb6a4818c'}) 2018-07-15 21:20:12,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:12,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:12,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-0a9926d6-c4a6-49e2-aaf1-3167c08263d2 Date: Sun, 15 Jul 2018 21:20: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-07-15T21:20:11Z","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"4a124450-f577-4fbc-812f-5beae01e3519","name":"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:20:12,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0a9926d6-c4a6-49e2-aaf1-3167c08263d2 2018-07-15 21:20:12,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.195552110672s 2018-07-15 21:20:12,297 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0a9926d6-c4a6-49e2-aaf1-3167c08263d2 2018-07-15 21:20:12,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:20:12,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"subnet": {"name": "vping_ssh-subnet_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "enable_dhcp": true, "network_id": "4a124450-f577-4fbc-812f-5beae01e3519", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:20:13,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 669 X-Openstack-Request-Id: req-54c252a8-416c-4908-b1d0-9ab1351a7721 Date: Sun, 15 Jul 2018 21:20:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:20:12Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","subnetpool_id":null,"name":"vping_ssh-subnet_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}} 2018-07-15 21:20:13,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-54c252a8-416c-4908-b1d0-9ab1351a7721 2018-07-15 21:20:13,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.938341140747s 2018-07-15 21:20:13,237 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-54c252a8-416c-4908-b1d0-9ab1351a7721 2018-07-15 21:20:13,238 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:20:12Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'047e1e03-6df7-41ca-ae4c-3ae2a495e176', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_3f9ee0c7-8da3-45dc-b889-66cc433127f3', u'enable_dhcp': True, u'network_id': u'4a124450-f577-4fbc-812f-5beae01e3519', u'tenant_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', u'created_at': u'2018-07-15T21:20:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'31a44d0e2ab843f9b6de36cdb6a4818c'}) 2018-07-15 21:20:13,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:20:13,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "vping_ssh-router_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "admin_state_up": true}}' 2018-07-15 21:20:14,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-d1dbf5e9-d065-47d0-8923-a2d87a2ed61c Date: Sun, 15 Jul 2018 21:20:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:13Z", "admin_state_up": true, "updated_at": "2018-07-15T21:20:14Z", "revision_number": 2, "routes": [], "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "196580ae-b14a-4d6b-b306-b9caca5e0f09", "name": "vping_ssh-router_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}} 2018-07-15 21:20:14,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d1dbf5e9-d065-47d0-8923-a2d87a2ed61c 2018-07-15 21:20:14,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.07388114929s 2018-07-15 21:20:14,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-d1dbf5e9-d065-47d0-8923-a2d87a2ed61c 2018-07-15 21:20:14,313 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', u'created_at': u'2018-07-15T21:20:13Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T21:20:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', u'id': u'196580ae-b14a-4d6b-b306-b9caca5e0f09', u'name': u'vping_ssh-router_3f9ee0c7-8da3-45dc-b889-66cc433127f3'}) 2018-07-15 21:20:14,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:20:14,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"subnet_id": "047e1e03-6df7-41ca-ae4c-3ae2a495e176"}' 2018-07-15 21:20:16,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1be1da3c-ec02-45e4-ac8e-c3ea6eeaf1b2 Date: Sun, 15 Jul 2018 21:20:16 GMT RESP BODY: {"network_id": "4a124450-f577-4fbc-812f-5beae01e3519", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "subnet_id": "047e1e03-6df7-41ca-ae4c-3ae2a495e176", "subnet_ids": ["047e1e03-6df7-41ca-ae4c-3ae2a495e176"], "port_id": "e3b5ee99-da4d-47b7-a33f-4a1d1651c42b", "id": "196580ae-b14a-4d6b-b306-b9caca5e0f09"} 2018-07-15 21:20:16,301 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09/add_router_interface.json used request id req-1be1da3c-ec02-45e4-ac8e-c3ea6eeaf1b2 2018-07-15 21:20:16,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98753881454s 2018-07-15 21:20:16,302 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09/add_router_interface.json used request id req-1be1da3c-ec02-45e4-ac8e-c3ea6eeaf1b2 returning object 196580ae-b14a-4d6b-b306-b9caca5e0f09 2018-07-15 21:20:16,302 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 21:20:16,434 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 21:20:16,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:20:16,440 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 21:20:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-15 21:20:16,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:20:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:17,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4f4ccfc5-1bed-4f0a-bfa7-c410c9a19133 Date: Sun, 15 Jul 2018 21:20:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:20:17,085 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4f4ccfc5-1bed-4f0a-bfa7-c410c9a19133 2018-07-15 21:20:17,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.642683982849s 2018-07-15 21:20:17,086 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4f4ccfc5-1bed-4f0a-bfa7-c410c9a19133 2018-07-15 21:20:17,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 21:20:17,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}' 2018-07-15 21:20:17,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-41135be5-410b-4a2e-a182-04cdfa4cad60 Date: Sun, 15 Jul 2018 21:20:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file", "owner": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "size": null, "self": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:20:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "checksum": null, "created_at": "2018-07-15T21:20:17Z", "protected": false} 2018-07-15 21:20:17,177 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-41135be5-410b-4a2e-a182-04cdfa4cad60 2018-07-15 21:20:17,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0827701091766s 2018-07-15 21:20:17,177 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-41135be5-410b-4a2e-a182-04cdfa4cad60 returning object 9651dce7-cdf0-4d39-a061-8ae8a102dfd4 2018-07-15 21:20:17,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 21:20:17,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '' 2018-07-15 21:20:17,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f56867de-834c-46df-bfaa-981a925ec00b Date: Sun, 15 Jul 2018 21:20:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:20:17,880 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file used request id req-f56867de-834c-46df-bfaa-981a925ec00b 2018-07-15 21:20:17,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.702224969864s 2018-07-15 21:20:17,881 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file used request id req-f56867de-834c-46df-bfaa-981a925ec00b 2018-07-15 21:20:17,881 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T21:20:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file', u'owner': u'31a44d0e2ab843f9b6de36cdb6a4818c', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9651dce7-cdf0-4d39-a061-8ae8a102dfd4', u'size': None, u'name': u'vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3', u'checksum': None, u'self': u'/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T21:20:17Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 21:20:17,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 21:20:17,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 21:20:18,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-09291708-f003-4011-b1d5-464d02652f35 x-compute-request-id: req-09291708-f003-4011-b1d5-464d02652f35 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "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": "644c0699-4a01-460e-87bb-aebfb12e75fa"}} 2018-07-15 21:20:18,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-09291708-f003-4011-b1d5-464d02652f35 2018-07-15 21:20:18,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.247598171234s 2018-07-15 21:20:18,130 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-09291708-f003-4011-b1d5-464d02652f35 2018-07-15 21:20:18,130 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_3f9ee0c7-8da3-45dc-b889-66cc433127f3', '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'52690990a52243adb7d5a696f81b986e', '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'644c0699-4a01-460e-87bb-aebfb12e75fa', 'swap': 0}) 2018-07-15 21:20:18,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 21:20:18,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" -d '{"extra_specs": {}}' 2018-07-15 21:20:18,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c77140a5-ea2d-4ec5-bd79-368319080f9e x-compute-request-id: req-c77140a5-ea2d-4ec5-bd79-368319080f9e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 21:20:18,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa/os-extra_specs used request id req-c77140a5-ea2d-4ec5-bd79-368319080f9e 2018-07-15 21:20:18,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230839252472s 2018-07-15 21:20:18,155 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa/os-extra_specs used request id req-c77140a5-ea2d-4ec5-bd79-368319080f9e 2018-07-15 21:20:18,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 21:20:18,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"keypair": {"name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}}' 2018-07-15 21:20:18,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9774c0ef-565a-488e-98c8-d0f211423274 x-compute-request-id: req-9774c0ef-565a-488e-98c8-d0f211423274 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChHX06xFyz+pUM38EHJqgCEVXNQIj+XtbJYYZMfu8OaBxACkb/VladK90yGbUzRcU5iFu9tDWt8wNDbWTc5Eoo9P9ZX7y/BdRx0POjdmO02ZoO+7LifWGsVH65hAnnz47kLWQrBoN8xf6okWMrg7B+4m0QxKwMSqzn8zMnrAVlOtE8a/YGwjFRi4A55Tm2o3sUXRkEuRo3pm5MT2MbJ0c1Zx7KSpHLagrQmskgYblnqx7IH8OfCcNt57oV7Erhh/WMz6szJmm48fypOWSOXByXY4vDejBwG4MdDyQKerRMiFQPEEjDKGQimTcMH8GJerqQsZvhfFlEWAv5oA86SOYR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAoR19OsRcs/qVDN/BByaoAhFVzUCI/l7WyWGGTH7vDmgcQApG\n/1ZWnSvdMhm1M0XFOYhbvbQ1rfMDQ21k3ORKKPT/WV+8vwXUcdDzo3ZjtNmaDvuy\n4n1hrFR+uYQJ58+O5C1kKwaDfMX+qJFjK4OwfuJtEMSsDEqs5/MzJ6wFZTrRPGv2\nBsIxUYuAOeU5tqN7FF0ZBLkaN6ZuTE9jGydHNWceykqRy2oK0JrJIGG5Z6seyB/D\nnwnDbee6FexK4Yf1jM+rMyZpuPH8qTlkjlwcl2OLw3owcBuDHQ8kCnq0TIhUDxBI\nwyhkIpk3DB/BiXq6kLGb4XxZRFgL+aAPOkjmEQIDAQABAoIBACH3DYduDf0DPpjQ\nMulHBPQqo2P5zueRJsadgKpvuAXZfNsjT4RUtz27GY6OTNzaQJG4ZV7AtvBM4ss8\nLJ9EoT2xKIO24xuCJx83ZaV4N9zQYuH1vehxdj3WMkD5zPzJjN4dk5hebynGs8Dl\npXpu8K5PHZ8DVyHgPENJyeb7JMgKIJQJx0fi3R7LLdf6jLQ5FYds26N+fM/T+fL2\nAzmk6GyTFMtwwuLPo8fS2G0A7zx81BZcYwfWNjwc09LjRW5uznBXpptlSBQHzLJD\n+4fYo9qEQpgPM2JUzR5p6KFcv3lHTsBWS9icFLGcUj6eeUFowszoUF47c4htOEMY\nUFgFTmECgYEA0jbGCppHaTvs5NqybACcGxKdfwU7eJ6uZvqXgNwndAaY5NJZZLIC\na7a0th2lA7KC8dj8Ns5JGm/eCnB9s/o5+ChcwkDMOLGgMjt7edjek55fXgQldU7A\nDznNPhRQqoViae5RaW9LxGg1JL1rJynUgHY33dTJMkXO7kUdWARPzbMCgYEAxDUK\nEHOOG4Jq74Kee5y4x1ECZfYc1C0wLSN4UzTqvMWkjB4VYFJtk7J095cYF3EK0IZ6\nF8fV5LACknMMmdYt4YpIrshUfofXMBQyLE4+BbopvES1UNF0qaMXE46Y5tTO5pOu\nfTeM7I5Yu/sWloWPUikXz2t/rrRnmjc+BQcGwysCgYEAk98t3oV6WF9sG+xveCPR\nrAWjPpfaptXQzuXWLzIumqKNaOFDOt8xbr3eTwF5c6leDWxatt7Tc8Jfii5pbnJF\n1vflkEvunK7uhodrK2JP572PTl5STzuvRMafRt0ZhWpAuU2IfUdqH+ZCA+8u8iSt\ntBP05pnpUfDjSJ7brm+SB5sCgYA9s/hgSBbOq+r5O3ifox+w/tbkPcu/Jh7acycp\n86BGkVk3/1X1nrZ7FkoWetvGs3QVM9U9mUi4zGliqO+ziVmQbi6BWNrJl+qiYheN\nO2Xh4zOw02K58cTgfDuLmPKY1R/j/1mGY2vcEL/zDfmCiKoTynyEbGgRBwb1xp2o\ncxc7VQKBgFe+W9yddriBQ69ovHkQOSLbl3EHYCSqsqlvN4COLEKCn4yc3TCawZG2\ncMMNpHnCJ0LQGzWCMAp1Tazd9GubI5bOQe3l70TgQhbQQ0YJC2Bof7KrRS5ZwghQ\nxovqHLkEYNVdHf4kY35ycKt1MJyN/DNIb+ytBq7j6g5p7diqYhnT\n-----END RSA PRIVATE KEY-----\n", "user_id": "f09373e920f64bf0b31328c05d919157", "name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "fingerprint": "92:91:29:b1:2b:a5:91:bb:9f:e3:ed:be:b8:6d:20:6a"}} 2018-07-15 21:20:18,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9774c0ef-565a-488e-98c8-d0f211423274 2018-07-15 21:20:18,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.386636018753s 2018-07-15 21:20:18,542 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9774c0ef-565a-488e-98c8-d0f211423274 2018-07-15 21:20:18,543 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChHX06xFyz+pUM38EHJqgCEVXNQIj+XtbJYYZMfu8OaBxACkb/VladK90yGbUzRcU5iFu9tDWt8wNDbWTc5Eoo9P9ZX7y/BdRx0POjdmO02ZoO+7LifWGsVH65hAnnz47kLWQrBoN8xf6okWMrg7B+4m0QxKwMSqzn8zMnrAVlOtE8a/YGwjFRi4A55Tm2o3sUXRkEuRo3pm5MT2MbJ0c1Zx7KSpHLagrQmskgYblnqx7IH8OfCcNt57oV7Erhh/WMz6szJmm48fypOWSOXByXY4vDejBwG4MdDyQKerRMiFQPEEjDKGQimTcMH8GJerqQsZvhfFlEWAv5oA86SOYR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAoR19OsRcs/qVDN/BByaoAhFVzUCI/l7WyWGGTH7vDmgcQApG\n/1ZWnSvdMhm1M0XFOYhbvbQ1rfMDQ21k3ORKKPT/WV+8vwXUcdDzo3ZjtNmaDvuy\n4n1hrFR+uYQJ58+O5C1kKwaDfMX+qJFjK4OwfuJtEMSsDEqs5/MzJ6wFZTrRPGv2\nBsIxUYuAOeU5tqN7FF0ZBLkaN6ZuTE9jGydHNWceykqRy2oK0JrJIGG5Z6seyB/D\nnwnDbee6FexK4Yf1jM+rMyZpuPH8qTlkjlwcl2OLw3owcBuDHQ8kCnq0TIhUDxBI\nwyhkIpk3DB/BiXq6kLGb4XxZRFgL+aAPOkjmEQIDAQABAoIBACH3DYduDf0DPpjQ\nMulHBPQqo2P5zueRJsadgKpvuAXZfNsjT4RUtz27GY6OTNzaQJG4ZV7AtvBM4ss8\nLJ9EoT2xKIO24xuCJx83ZaV4N9zQYuH1vehxdj3WMkD5zPzJjN4dk5hebynGs8Dl\npXpu8K5PHZ8DVyHgPENJyeb7JMgKIJQJx0fi3R7LLdf6jLQ5FYds26N+fM/T+fL2\nAzmk6GyTFMtwwuLPo8fS2G0A7zx81BZcYwfWNjwc09LjRW5uznBXpptlSBQHzLJD\n+4fYo9qEQpgPM2JUzR5p6KFcv3lHTsBWS9icFLGcUj6eeUFowszoUF47c4htOEMY\nUFgFTmECgYEA0jbGCppHaTvs5NqybACcGxKdfwU7eJ6uZvqXgNwndAaY5NJZZLIC\na7a0th2lA7KC8dj8Ns5JGm/eCnB9s/o5+ChcwkDMOLGgMjt7edjek55fXgQldU7A\nDznNPhRQqoViae5RaW9LxGg1JL1rJynUgHY33dTJMkXO7kUdWARPzbMCgYEAxDUK\nEHOOG4Jq74Kee5y4x1ECZfYc1C0wLSN4UzTqvMWkjB4VYFJtk7J095cYF3EK0IZ6\nF8fV5LACknMMmdYt4YpIrshUfofXMBQyLE4+BbopvES1UNF0qaMXE46Y5tTO5pOu\nfTeM7I5Yu/sWloWPUikXz2t/rrRnmjc+BQcGwysCgYEAk98t3oV6WF9sG+xveCPR\nrAWjPpfaptXQzuXWLzIumqKNaOFDOt8xbr3eTwF5c6leDWxatt7Tc8Jfii5pbnJF\n1vflkEvunK7uhodrK2JP572PTl5STzuvRMafRt0ZhWpAuU2IfUdqH+ZCA+8u8iSt\ntBP05pnpUfDjSJ7brm+SB5sCgYA9s/hgSBbOq+r5O3ifox+w/tbkPcu/Jh7acycp\n86BGkVk3/1X1nrZ7FkoWetvGs3QVM9U9mUi4zGliqO+ziVmQbi6BWNrJl+qiYheN\nO2Xh4zOw02K58cTgfDuLmPKY1R/j/1mGY2vcEL/zDfmCiKoTynyEbGgRBwb1xp2o\ncxc7VQKBgFe+W9yddriBQ69ovHkQOSLbl3EHYCSqsqlvN4COLEKCn4yc3TCawZG2\ncMMNpHnCJ0LQGzWCMAp1Tazd9GubI5bOQe3l70TgQhbQQ0YJC2Bof7KrRS5ZwghQ\nxovqHLkEYNVdHf4kY35ycKt1MJyN/DNIb+ytBq7j6g5p7diqYhnT\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f09373e920f64bf0b31328c05d919157', 'name': u'vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'created_at': '2018-07-15T21:20:18.543411', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'name': 'vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'92:91:29:b1:2b:a5:91:bb:9f:e3:ed:be:b8:6d:20:6a', 'type': 'ssh', 'id': u'vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3'}) 2018-07-15 21:20:18,543 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAoR19OsRcs/qVDN/BByaoAhFVzUCI/l7WyWGGTH7vDmgcQApG /1ZWnSvdMhm1M0XFOYhbvbQ1rfMDQ21k3ORKKPT/WV+8vwXUcdDzo3ZjtNmaDvuy 4n1hrFR+uYQJ58+O5C1kKwaDfMX+qJFjK4OwfuJtEMSsDEqs5/MzJ6wFZTrRPGv2 BsIxUYuAOeU5tqN7FF0ZBLkaN6ZuTE9jGydHNWceykqRy2oK0JrJIGG5Z6seyB/D nwnDbee6FexK4Yf1jM+rMyZpuPH8qTlkjlwcl2OLw3owcBuDHQ8kCnq0TIhUDxBI wyhkIpk3DB/BiXq6kLGb4XxZRFgL+aAPOkjmEQIDAQABAoIBACH3DYduDf0DPpjQ MulHBPQqo2P5zueRJsadgKpvuAXZfNsjT4RUtz27GY6OTNzaQJG4ZV7AtvBM4ss8 LJ9EoT2xKIO24xuCJx83ZaV4N9zQYuH1vehxdj3WMkD5zPzJjN4dk5hebynGs8Dl pXpu8K5PHZ8DVyHgPENJyeb7JMgKIJQJx0fi3R7LLdf6jLQ5FYds26N+fM/T+fL2 Azmk6GyTFMtwwuLPo8fS2G0A7zx81BZcYwfWNjwc09LjRW5uznBXpptlSBQHzLJD +4fYo9qEQpgPM2JUzR5p6KFcv3lHTsBWS9icFLGcUj6eeUFowszoUF47c4htOEMY UFgFTmECgYEA0jbGCppHaTvs5NqybACcGxKdfwU7eJ6uZvqXgNwndAaY5NJZZLIC a7a0th2lA7KC8dj8Ns5JGm/eCnB9s/o5+ChcwkDMOLGgMjt7edjek55fXgQldU7A DznNPhRQqoViae5RaW9LxGg1JL1rJynUgHY33dTJMkXO7kUdWARPzbMCgYEAxDUK EHOOG4Jq74Kee5y4x1ECZfYc1C0wLSN4UzTqvMWkjB4VYFJtk7J095cYF3EK0IZ6 F8fV5LACknMMmdYt4YpIrshUfofXMBQyLE4+BbopvES1UNF0qaMXE46Y5tTO5pOu fTeM7I5Yu/sWloWPUikXz2t/rrRnmjc+BQcGwysCgYEAk98t3oV6WF9sG+xveCPR rAWjPpfaptXQzuXWLzIumqKNaOFDOt8xbr3eTwF5c6leDWxatt7Tc8Jfii5pbnJF 1vflkEvunK7uhodrK2JP572PTl5STzuvRMafRt0ZhWpAuU2IfUdqH+ZCA+8u8iSt tBP05pnpUfDjSJ7brm+SB5sCgYA9s/hgSBbOq+r5O3ifox+w/tbkPcu/Jh7acycp 86BGkVk3/1X1nrZ7FkoWetvGs3QVM9U9mUi4zGliqO+ziVmQbi6BWNrJl+qiYheN O2Xh4zOw02K58cTgfDuLmPKY1R/j/1mGY2vcEL/zDfmCiKoTynyEbGgRBwb1xp2o cxc7VQKBgFe+W9yddriBQ69ovHkQOSLbl3EHYCSqsqlvN4COLEKCn4yc3TCawZG2 cMMNpHnCJ0LQGzWCMAp1Tazd9GubI5bOQe3l70TgQhbQQ0YJC2Bof7KrRS5ZwghQ xovqHLkEYNVdHf4kY35ycKt1MJyN/DNIb+ytBq7j6g5p7diqYhnT -----END RSA PRIVATE KEY----- 2018-07-15 21:20:18,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 21:20:18,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"security_group": {"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-15 21:20:18,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-60b041fd-be8f-4b79-b49b-4c9693298243 Date: Sun, 15 Jul 2018 21:20:18 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:18Z", "updated_at": "2018-07-15T21:20:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "22ee3ccc-e4b8-443d-98b4-f37704e45610", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "982a2d56-db3d-4b14-ab76-8faa59fbb511", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}], "revision_number": 1, "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}} 2018-07-15 21:20:18,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-60b041fd-be8f-4b79-b49b-4c9693298243 2018-07-15 21:20:18,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.137602090836s 2018-07-15 21:20:18,684 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-60b041fd-be8f-4b79-b49b-4c9693298243 2018-07-15 21:20:18,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:20:18,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:18,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-a407e2b6-1b6b-4747-8eca-9e3967335d57 Date: Sun, 15 Jul 2018 21:20:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:11Z", "updated_at": "2018-07-15T21:20:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "0bee1a99-1de3-4226-9642-25d44debe53c", "remote_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "22c3e827-a9fc-40ea-8eec-74d243d98c5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "5ab43ab7-84a3-4621-a9ba-f5ac1ce93cbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "7a8eaf30-4421-4644-a3f2-1e5e44812047", "remote_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}], "revision_number": 1, "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "93c6a998-f554-4b65-990e-e201963129e9", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:18Z", "updated_at": "2018-07-15T21:20:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "22ee3ccc-e4b8-443d-98b4-f37704e45610", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "982a2d56-db3d-4b14-ab76-8faa59fbb511", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}], "revision_number": 1, "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}]} 2018-07-15 21:20:18,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a407e2b6-1b6b-4747-8eca-9e3967335d57 2018-07-15 21:20:18,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0780799388885s 2018-07-15 21:20:18,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a407e2b6-1b6b-4747-8eca-9e3967335d57 2018-07-15 21:20:18,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:20:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -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": "e081d04c-9da6-44c0-bf69-12f4585ba127"}}' 2018-07-15 21:20:18,966 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a0e430ec-3f26-4c82-87a6-7747b1b4811e Date: Sun, 15 Jul 2018 21:20:18 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "port_range_min": 22, "revision_number": 0, "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:18Z", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "7f0c70b7-4e24-48dc-8cb0-4492d083d737"}} 2018-07-15 21:20:18,966 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-a0e430ec-3f26-4c82-87a6-7747b1b4811e 2018-07-15 21:20:18,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.195331811905s 2018-07-15 21:20:18,966 - 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-a0e430ec-3f26-4c82-87a6-7747b1b4811e 2018-07-15 21:20:18,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:20:18,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:19,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-46ab4314-025b-4d0b-a090-843fd98ee44f Date: Sun, 15 Jul 2018 21:20:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:11Z", "updated_at": "2018-07-15T21:20:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "0bee1a99-1de3-4226-9642-25d44debe53c", "remote_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "22c3e827-a9fc-40ea-8eec-74d243d98c5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "5ab43ab7-84a3-4621-a9ba-f5ac1ce93cbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "7a8eaf30-4421-4644-a3f2-1e5e44812047", "remote_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}], "revision_number": 1, "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "93c6a998-f554-4b65-990e-e201963129e9", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:18Z", "updated_at": "2018-07-15T21:20:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "22ee3ccc-e4b8-443d-98b4-f37704e45610", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "7f0c70b7-4e24-48dc-8cb0-4492d083d737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "982a2d56-db3d-4b14-ab76-8faa59fbb511", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}], "revision_number": 2, "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}]} 2018-07-15 21:20:19,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-46ab4314-025b-4d0b-a090-843fd98ee44f 2018-07-15 21:20:19,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0574288368225s 2018-07-15 21:20:19,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-46ab4314-025b-4d0b-a090-843fd98ee44f 2018-07-15 21:20:19,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:20:19,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -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": "e081d04c-9da6-44c0-bf69-12f4585ba127"}}' 2018-07-15 21:20:19,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e7f9b0dc-29f3-4e07-89f9-99e1d6323026 Date: Sun, 15 Jul 2018 21:20: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-07-15T21:20:19Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "port_range_min": null, "revision_number": 0, "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:19Z", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "4afc0b4b-9cf0-4b89-9521-b4f4665f6a65"}} 2018-07-15 21:20:19,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-e7f9b0dc-29f3-4e07-89f9-99e1d6323026 2018-07-15 21:20:19,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.145369768143s 2018-07-15 21:20:19,176 - 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-e7f9b0dc-29f3-4e07-89f9-99e1d6323026 2018-07-15 21:20:19,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:19,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:19,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2a31486c-ff28-4301-9a05-3537fd1014aa Date: Sun, 15 Jul 2018 21:20:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["047e1e03-6df7-41ca-ae4c-3ae2a495e176"],"updated_at":"2018-07-15T21:20:12Z","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"4a124450-f577-4fbc-812f-5beae01e3519","name":"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:20:19,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2a31486c-ff28-4301-9a05-3537fd1014aa 2018-07-15 21:20:19,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119974136353s 2018-07-15 21:20:19,298 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2a31486c-ff28-4301-9a05-3537fd1014aa 2018-07-15 21:20:19,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:20:19,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:19,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f7af79a6-7b25-4a45-bf21-9e063fec5e8c Date: Sun, 15 Jul 2018 21:20:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/snap", "metadata": {}}], "file": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file", "owner": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "size": 12716032, "self": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:20:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:20:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:20:19,338 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f7af79a6-7b25-4a45-bf21-9e063fec5e8c 2018-07-15 21:20:19,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358798503876s 2018-07-15 21:20:19,339 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f7af79a6-7b25-4a45-bf21-9e063fec5e8c 2018-07-15 21:20:19,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:20:19,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:19,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-45173db1-e92a-4386-aeb3-1c6bbca47e40 x-compute-request-id: req-45173db1-e92a-4386-aeb3-1c6bbca47e40 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "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": "644c0699-4a01-460e-87bb-aebfb12e75fa"}]} 2018-07-15 21:20:19,366 - 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-45173db1-e92a-4386-aeb3-1c6bbca47e40 2018-07-15 21:20:19,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261950492859s 2018-07-15 21:20:19,367 - 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-45173db1-e92a-4386-aeb3-1c6bbca47e40 2018-07-15 21:20:19,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:20:19,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"server": {"name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "imageRef": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "flavorRef": "644c0699-4a01-460e-87bb-aebfb12e75fa", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4a124450-f577-4fbc-812f-5beae01e3519"}], "security_groups": [{"name": "e081d04c-9da6-44c0-bf69-12f4585ba127"}]}}' 2018-07-15 21:20:20,424 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:20: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-99b7a2eb-4ec6-48ff-a0eb-4be7b4df0d1a x-compute-request-id: req-99b7a2eb-4ec6-48ff-a0eb-4be7b4df0d1a Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e081d04c-9da6-44c0-bf69-12f4585ba127"}], "OS-DCF:diskConfig": "MANUAL", "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "adminPass": "S38kFYjvdZUK"}} 2018-07-15 21:20:20,424 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-99b7a2eb-4ec6-48ff-a0eb-4be7b4df0d1a 2018-07-15 21:20:20,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.05609703064s 2018-07-15 21:20:20,424 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-99b7a2eb-4ec6-48ff-a0eb-4be7b4df0d1a 2018-07-15 21:20:20,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:20,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:20,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-30eca502-1395-4960-add4-c5e27a1904f2 x-compute-request-id: req-30eca502-1395-4960-add4-c5e27a1904f2 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/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:20:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:20,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-30eca502-1395-4960-add4-c5e27a1904f2 2018-07-15 21:20:20,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.303740978241s 2018-07-15 21:20:20,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-30eca502-1395-4960-add4-c5e27a1904f2 2018-07-15 21:20:20,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:20,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:20,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-014e3e0a-d7ed-427f-bf2b-71f999eacde3 Date: Sun, 15 Jul 2018 21:20: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":["047e1e03-6df7-41ca-ae4c-3ae2a495e176"],"updated_at":"2018-07-15T21:20:12Z","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"4a124450-f577-4fbc-812f-5beae01e3519","name":"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:20:20,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-014e3e0a-d7ed-427f-bf2b-71f999eacde3 2018-07-15 21:20:20,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109658002853s 2018-07-15 21:20:20,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-014e3e0a-d7ed-427f-bf2b-71f999eacde3 2018-07-15 21:20:20,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:20:20,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:20,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-4413d191-fc17-4230-bb13-573d907ed9a0 Date: Sun, 15 Jul 2018 21:20:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","subnetpool_id":null,"name":"vping_ssh-subnet_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}]} 2018-07-15 21:20:20,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4413d191-fc17-4230-bb13-573d907ed9a0 2018-07-15 21:20:20,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.06422996521s 2018-07-15 21:20:20,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4413d191-fc17-4230-bb13-573d907ed9a0 2018-07-15 21:20:20,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:22,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:22,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:23,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7de1e87-cee5-4d4e-a4e8-7e1d75633bdd x-compute-request-id: req-e7de1e87-cee5-4d4e-a4e8-7e1d75633bdd Content-Encoding: gzip Content-Length: 643 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/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:20:22Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:23,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e7de1e87-cee5-4d4e-a4e8-7e1d75633bdd 2018-07-15 21:20:23,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657331943512s 2018-07-15 21:20:23,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e7de1e87-cee5-4d4e-a4e8-7e1d75633bdd 2018-07-15 21:20:23,576 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:25,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:25,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:26,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-1cfbb616-0f31-43ff-b254-1476222e223c x-compute-request-id: req-1cfbb616-0f31-43ff-b254-1476222e223c 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/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:20:22Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:26,258 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1cfbb616-0f31-43ff-b254-1476222e223c 2018-07-15 21:20:26,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679816961288s 2018-07-15 21:20:26,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1cfbb616-0f31-43ff-b254-1476222e223c 2018-07-15 21:20:26,263 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:28,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:28,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:28,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-d7f0096b-d47f-4ac0-a7ce-95b9628cfec2 x-compute-request-id: req-d7f0096b-d47f-4ac0-a7ce-95b9628cfec2 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:26Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:28,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d7f0096b-d47f-4ac0-a7ce-95b9628cfec2 2018-07-15 21:20:28,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555722951889s 2018-07-15 21:20:28,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d7f0096b-d47f-4ac0-a7ce-95b9628cfec2 2018-07-15 21:20:28,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:20:28,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e322daad-6bb2-498a-aae3-a3e06bd4558f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:28,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-d3a29bab-684c-4b2d-96b7-337f9b47a350 Date: Sun, 15 Jul 2018 21:20:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:23Z","admin_state_up":true,"updated_at":"2018-07-15T21:20:26Z","binding:vnic_type":"normal","device_id":"e322daad-6bb2-498a-aae3-a3e06bd4558f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5c:0b:ba","id":"400f3033-c628-4d04-8390-dcb656e4c901","port_security_enabled":true,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","fixed_ips":[{"subnet_id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["e081d04c-9da6-44c0-bf69-12f4585ba127"],"name":""}]} 2018-07-15 21:20:28,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e322daad-6bb2-498a-aae3-a3e06bd4558f used request id req-d3a29bab-684c-4b2d-96b7-337f9b47a350 2018-07-15 21:20:28,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0572431087494s 2018-07-15 21:20:28,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e322daad-6bb2-498a-aae3-a3e06bd4558f used request id req-d3a29bab-684c-4b2d-96b7-337f9b47a350 2018-07-15 21:20:28,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:20:28,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=400f3033-c628-4d04-8390-dcb656e4c901" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:28,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cefff08c-7c4a-4b69-bde0-f83528a01575 Date: Sun, 15 Jul 2018 21:20:28 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:20:28,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=400f3033-c628-4d04-8390-dcb656e4c901 used request id req-cefff08c-7c4a-4b69-bde0-f83528a01575 2018-07-15 21:20:28,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0412430763245s 2018-07-15 21:20:28,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=400f3033-c628-4d04-8390-dcb656e4c901 used request id req-cefff08c-7c4a-4b69-bde0-f83528a01575 2018-07-15 21:20:28,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:29,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-d72578b7-266f-483e-9b08-2c5be8e646ab x-compute-request-id: req-d72578b7-266f-483e-9b08-2c5be8e646ab Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:26Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:29,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d72578b7-266f-483e-9b08-2c5be8e646ab 2018-07-15 21:20:29,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194769144058s 2018-07-15 21:20:29,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d72578b7-266f-483e-9b08-2c5be8e646ab 2018-07-15 21:20:29,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:20:29,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=e322daad-6bb2-498a-aae3-a3e06bd4558f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:29,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-a7791509-f2ce-4a8f-8721-3d88dffc11c0 Date: Sun, 15 Jul 2018 21:20:29 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:23Z","admin_state_up":true,"updated_at":"2018-07-15T21:20:26Z","binding:vnic_type":"normal","device_id":"e322daad-6bb2-498a-aae3-a3e06bd4558f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5c:0b:ba","id":"400f3033-c628-4d04-8390-dcb656e4c901","port_security_enabled":true,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","fixed_ips":[{"subnet_id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["e081d04c-9da6-44c0-bf69-12f4585ba127"],"name":""}]} 2018-07-15 21:20:29,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e322daad-6bb2-498a-aae3-a3e06bd4558f used request id req-a7791509-f2ce-4a8f-8721-3d88dffc11c0 2018-07-15 21:20:29,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0574209690094s 2018-07-15 21:20:29,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=e322daad-6bb2-498a-aae3-a3e06bd4558f used request id req-a7791509-f2ce-4a8f-8721-3d88dffc11c0 2018-07-15 21:20:29,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:20:29,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=400f3033-c628-4d04-8390-dcb656e4c901" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:29,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d2040b9a-91a5-41a9-b82a-ab091c990824 Date: Sun, 15 Jul 2018 21:20:29 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:20:29,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=400f3033-c628-4d04-8390-dcb656e4c901 used request id req-d2040b9a-91a5-41a9-b82a-ab091c990824 2018-07-15 21:20:29,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0460939407349s 2018-07-15 21:20:29,239 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=400f3033-c628-4d04-8390-dcb656e4c901 used request id req-d2040b9a-91a5-41a9-b82a-ab091c990824 2018-07-15 21:20:29,239 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5c:0b:ba', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9651dce7-cdf0-4d39-a061-8ae8a102dfd4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:20:26.000000', 'flavor': Munch({u'id': u'644c0699-4a01-460e-87bb-aebfb12e75fa'}), 'az': u'nova', 'id': u'e322daad-6bb2-498a-aae3-a3e06bd4558f', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f09373e920f64bf0b31328c05d919157', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'name': 'vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:20:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:20:26Z', 'hostId': u'99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:20:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'name': u'vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'adminPass': None, 'tenant_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'created_at': u'2018-07-15T21:20:20Z', 'created': u'2018-07-15T21:20:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:20:29,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:29,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-53551df4-10ad-480f-a7cb-fc13981757ae Date: Sun, 15 Jul 2018 21:20:29 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":["047e1e03-6df7-41ca-ae4c-3ae2a495e176"],"updated_at":"2018-07-15T21:20:12Z","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"4a124450-f577-4fbc-812f-5beae01e3519","name":"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:20:29,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-53551df4-10ad-480f-a7cb-fc13981757ae 2018-07-15 21:20:29,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110309839249s 2018-07-15 21:20:29,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-53551df4-10ad-480f-a7cb-fc13981757ae 2018-07-15 21:20:29,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:20:29,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:29,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a565adcb-084b-4065-abf7-f84124ba2ce0 Date: Sun, 15 Jul 2018 21:20:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/snap", "metadata": {}}], "file": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file", "owner": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "size": 12716032, "self": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:20:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:20:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:20:29,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a565adcb-084b-4065-abf7-f84124ba2ce0 2018-07-15 21:20:29,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0387558937073s 2018-07-15 21:20:29,395 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a565adcb-084b-4065-abf7-f84124ba2ce0 2018-07-15 21:20:29,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:20:29,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:29,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-ea8f4f21-ae93-41f9-ad42-567e4c3ac566 x-compute-request-id: req-ea8f4f21-ae93-41f9-ad42-567e4c3ac566 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "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": "644c0699-4a01-460e-87bb-aebfb12e75fa"}]} 2018-07-15 21:20:29,420 - 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-ea8f4f21-ae93-41f9-ad42-567e4c3ac566 2018-07-15 21:20:29,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244209766388s 2018-07-15 21:20:29,421 - 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-ea8f4f21-ae93-41f9-ad42-567e4c3ac566 2018-07-15 21:20:29,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:20:29,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"server": {"name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "imageRef": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "flavorRef": "644c0699-4a01-460e-87bb-aebfb12e75fa", "max_count": 1, "min_count": 1, "networks": [{"uuid": "4a124450-f577-4fbc-812f-5beae01e3519"}], "security_groups": [{"name": "e081d04c-9da6-44c0-bf69-12f4585ba127"}]}}' 2018-07-15 21:20:30,253 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bdb8a80b-b34b-46d4-a24b-c4163333e961 x-compute-request-id: req-bdb8a80b-b34b-46d4-a24b-c4163333e961 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e081d04c-9da6-44c0-bf69-12f4585ba127"}], "OS-DCF:diskConfig": "MANUAL", "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "adminPass": "QdQL9Ugrv4xH"}} 2018-07-15 21:20:30,253 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-bdb8a80b-b34b-46d4-a24b-c4163333e961 2018-07-15 21:20:30,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.831435918808s 2018-07-15 21:20:30,253 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-bdb8a80b-b34b-46d4-a24b-c4163333e961 2018-07-15 21:20:30,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:30,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:31,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88a861de-68c2-4c75-bb7a-4cd2cb9e4699 x-compute-request-id: req-88a861de-68c2-4c75-bb7a-4cd2cb9e4699 Content-Encoding: gzip Content-Length: 844 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/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:20:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:26Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:31,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-88a861de-68c2-4c75-bb7a-4cd2cb9e4699 2018-07-15 21:20:31,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23969483376s 2018-07-15 21:20:31,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-88a861de-68c2-4c75-bb7a-4cd2cb9e4699 2018-07-15 21:20:31,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:33,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:33,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:33,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b0b5fbf-abbf-46fb-b23d-530163624910 x-compute-request-id: req-7b0b5fbf-abbf-46fb-b23d-530163624910 Content-Encoding: gzip Content-Length: 885 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/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:20:33Z", "hostId": "6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:26Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:33,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7b0b5fbf-abbf-46fb-b23d-530163624910 2018-07-15 21:20:33,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227679014206s 2018-07-15 21:20:33,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7b0b5fbf-abbf-46fb-b23d-530163624910 2018-07-15 21:20:33,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:35,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:36,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-1efe2ce2-8bb1-48fb-bed8-26010cf7bb46 x-compute-request-id: req-1efe2ce2-8bb1-48fb-bed8-26010cf7bb46 Content-Encoding: gzip Content-Length: 885 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/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:20:33Z", "hostId": "6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:26Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:36,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1efe2ce2-8bb1-48fb-bed8-26010cf7bb46 2018-07-15 21:20:36,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567873001099s 2018-07-15 21:20:36,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1efe2ce2-8bb1-48fb-bed8-26010cf7bb46 2018-07-15 21:20:36,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:38,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:38,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:38,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b6f13dd-2a2e-4a7f-85ac-9c91d5a29580 x-compute-request-id: req-4b6f13dd-2a2e-4a7f-85ac-9c91d5a29580 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:38.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:38Z", "hostId": "6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:26Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:38,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b6f13dd-2a2e-4a7f-85ac-9c91d5a29580 2018-07-15 21:20:38,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649144887924s 2018-07-15 21:20:38,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b6f13dd-2a2e-4a7f-85ac-9c91d5a29580 2018-07-15 21:20:38,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:20:38,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:39,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-6d9b2745-0ee1-41f5-b237-75733ff841b6 Date: Sun, 15 Jul 2018 21:20:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:33Z","admin_state_up":true,"updated_at":"2018-07-15T21:20:38Z","binding:vnic_type":"normal","device_id":"5aa54843-6caf-4ab1-9edf-cca921439a42","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8d:24:bb","id":"2e18245e-5d60-48f0-ab4e-ec577bfb7502","port_security_enabled":true,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","fixed_ips":[{"subnet_id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","ip_address":"192.168.0.12"}],"extra_dhcp_opts":[],"security_groups":["e081d04c-9da6-44c0-bf69-12f4585ba127"],"name":""}]} 2018-07-15 21:20:39,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-6d9b2745-0ee1-41f5-b237-75733ff841b6 2018-07-15 21:20:39,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0590198040009s 2018-07-15 21:20:39,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-6d9b2745-0ee1-41f5-b237-75733ff841b6 2018-07-15 21:20:39,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:20:39,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=2e18245e-5d60-48f0-ab4e-ec577bfb7502" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:39,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bb0a6514-4226-4a93-80e4-a9ed7fbf6db6 Date: Sun, 15 Jul 2018 21:20:39 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:20:39,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=2e18245e-5d60-48f0-ab4e-ec577bfb7502 used request id req-bb0a6514-4226-4a93-80e4-a9ed7fbf6db6 2018-07-15 21:20:39,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0404291152954s 2018-07-15 21:20:39,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=2e18245e-5d60-48f0-ab4e-ec577bfb7502 used request id req-bb0a6514-4226-4a93-80e4-a9ed7fbf6db6 2018-07-15 21:20:39,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:39,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:39,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-d6bbfce9-1b66-4ca6-9a55-0c26a98e0aaf x-compute-request-id: req-d6bbfce9-1b66-4ca6-9a55-0c26a98e0aaf Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:38.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:38Z", "hostId": "6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:26Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:39,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d6bbfce9-1b66-4ca6-9a55-0c26a98e0aaf 2018-07-15 21:20:39,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3745200634s 2018-07-15 21:20:39,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d6bbfce9-1b66-4ca6-9a55-0c26a98e0aaf 2018-07-15 21:20:39,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:20:39,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:39,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4d8c0a85-2554-41f6-a353-6c9a92069f1d Date: Sun, 15 Jul 2018 21:20:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:33Z","admin_state_up":true,"updated_at":"2018-07-15T21:20:38Z","binding:vnic_type":"normal","device_id":"5aa54843-6caf-4ab1-9edf-cca921439a42","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8d:24:bb","id":"2e18245e-5d60-48f0-ab4e-ec577bfb7502","port_security_enabled":true,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","fixed_ips":[{"subnet_id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","ip_address":"192.168.0.12"}],"extra_dhcp_opts":[],"security_groups":["e081d04c-9da6-44c0-bf69-12f4585ba127"],"name":""}]} 2018-07-15 21:20:39,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-4d8c0a85-2554-41f6-a353-6c9a92069f1d 2018-07-15 21:20:39,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0595269203186s 2018-07-15 21:20:39,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-4d8c0a85-2554-41f6-a353-6c9a92069f1d 2018-07-15 21:20:39,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:20:39,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=2e18245e-5d60-48f0-ab4e-ec577bfb7502" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:39,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6f862b93-6b2e-4bd6-8ba6-0450d09f9944 Date: Sun, 15 Jul 2018 21:20:39 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:20:39,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=2e18245e-5d60-48f0-ab4e-ec577bfb7502 used request id req-6f862b93-6b2e-4bd6-8ba6-0450d09f9944 2018-07-15 21:20:39,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0424230098724s 2018-07-15 21:20:39,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=2e18245e-5d60-48f0-ab4e-ec577bfb7502 used request id req-6f862b93-6b2e-4bd6-8ba6-0450d09f9944 2018-07-15 21:20:39,563 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8d:24:bb', u'version': 4, u'addr': u'192.168.0.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9651dce7-cdf0-4d39-a061-8ae8a102dfd4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:20:38.000000', 'flavor': Munch({u'id': u'644c0699-4a01-460e-87bb-aebfb12e75fa'}), 'az': u'nova', 'id': u'5aa54843-6caf-4ab1-9edf-cca921439a42', 'security_groups': [Munch({u'name': u'vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f09373e920f64bf0b31328c05d919157', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'name': 'vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:20:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:20:38Z', 'hostId': u'6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'public_v6': '', 'private_v4': u'192.168.0.12', 'cloud': 'envvars', 'host_id': u'6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:20:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'name': u'vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'adminPass': None, 'tenant_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'created_at': u'2018-07-15T21:20:30Z', 'created': u'2018-07-15T21:20:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:20:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:39,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:39,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a14eaa3c-7f0e-4961-8ba9-1874a7b602ab Date: Sun, 15 Jul 2018 21:20: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":["047e1e03-6df7-41ca-ae4c-3ae2a495e176"],"updated_at":"2018-07-15T21:20:12Z","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"4a124450-f577-4fbc-812f-5beae01e3519","name":"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:20:39,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a14eaa3c-7f0e-4961-8ba9-1874a7b602ab 2018-07-15 21:20:39,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108488082886s 2018-07-15 21:20:39,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a14eaa3c-7f0e-4961-8ba9-1874a7b602ab 2018-07-15 21:20:39,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:20:39,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:39,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-58f0300d-3e67-4b73-9349-9cb3f6f2e56e Date: Sun, 15 Jul 2018 21:20:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:33Z","admin_state_up":true,"updated_at":"2018-07-15T21:20:38Z","binding:vnic_type":"normal","device_id":"5aa54843-6caf-4ab1-9edf-cca921439a42","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8d:24:bb","id":"2e18245e-5d60-48f0-ab4e-ec577bfb7502","port_security_enabled":true,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","fixed_ips":[{"subnet_id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","ip_address":"192.168.0.12"}],"extra_dhcp_opts":[],"security_groups":["e081d04c-9da6-44c0-bf69-12f4585ba127"],"name":""}]} 2018-07-15 21:20:39,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-58f0300d-3e67-4b73-9349-9cb3f6f2e56e 2018-07-15 21:20:39,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0578269958496s 2018-07-15 21:20:39,734 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-58f0300d-3e67-4b73-9349-9cb3f6f2e56e 2018-07-15 21:20:39,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 21:20:39,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"floatingip": {"floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.12", "port_id": "2e18245e-5d60-48f0-ab4e-ec577bfb7502"}}' 2018-07-15 21:20:41,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-1864b6c2-da32-47de-9a9f-295a75d63895 Date: Sun, 15 Jul 2018 21:20:41 GMT RESP BODY: {"floatingip": {"router_id": "196580ae-b14a-4d6b-b306-b9caca5e0f09", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T21:20:40Z", "floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.12", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "2e18245e-5d60-48f0-ab4e-ec577bfb7502", "id": "7aa4b8a0-c127-46ff-8488-f6276ea8c5f5", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:40Z", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}} 2018-07-15 21:20:41,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1864b6c2-da32-47de-9a9f-295a75d63895 2018-07-15 21:20:41,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.89758110046s 2018-07-15 21:20:41,633 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-1864b6c2-da32-47de-9a9f-295a75d63895 2018-07-15 21:20:41,636 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'196580ae-b14a-4d6b-b306-b9caca5e0f09', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'created_at': u'2018-07-15T21:20:40Z', 'attached': True, 'updated_at': u'2018-07-15T21:20:40Z', 'id': u'7aa4b8a0-c127-46ff-8488-f6276ea8c5f5', 'floating_network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', 'fixed_ip_address': u'192.168.0.12', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'name': 'vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'196580ae-b14a-4d6b-b306-b9caca5e0f09', 'project_id': u'31a44d0e2ab843f9b6de36cdb6a4818c', 'port_id': u'2e18245e-5d60-48f0-ab4e-ec577bfb7502', 'port': u'2e18245e-5d60-48f0-ab4e-ec577bfb7502', 'network': u'595732ea-191d-4af2-b2a6-99674c968eec'}) 2018-07-15 21:20:41,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 21:20:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 21:20:42,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb6f6dfa-7807-4886-80fd-9b870766ef01 x-compute-request-id: req-bb6f6dfa-7807-4886-80fd-9b870766ef01 Content-Encoding: gzip Content-Length: 7930 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 470891659 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.908 MHz processor\n[ 0.136680] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.138368] pid_max: default: 32768 minimum: 301\n[ 0.139277] ACPI: Core revision 20150930\n[ 0.140688] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142017] Security Framework initialized\n[ 0.142849] Yama: becoming mindful.\n[ 0.143593] AppArmor: AppArmor initialized\n[ 0.144469] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145820] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149793] Initializing cgroup subsys io\n[ 0.150625] Initializing cgroup subsys memory\n[ 0.151504] Initializing cgroup subsys devices\n[ 0.152397] Initializing cgroup subsys freezer\n[ 0.153284] Initializing cgroup subsys net_cls\n[ 0.154170] Initializing cgroup subsys perf_event\n[ 0.155101] Initializing cgroup subsys net_prio\n[ 0.156011] Initializing cgroup subsys hugetlb\n[ 0.156895] Initializing cgroup subsys pids\n[ 0.157789] CPU: Physical Processor ID: 0\n[ 0.159293] mce: CPU supports 10 MCE banks\n[ 0.160167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161188] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177026] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183090] ftrace: allocating 31920 entries in 125 pages\n[ 0.207980] smpboot: Max logical packages: 1\n[ 0.208852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210215] x2apic enabled\n[ 0.211045] Switched APIC routing to physical x2apic.\n[ 0.212803] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213943] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216048] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217870] KVM setup paravirtual spinlock\n[ 0.219187] x86: Booted up 1 node, 1 CPUs\n[ 0.220016] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.221439] devtmpfs: initialized\n[ 0.223170] evm: security.selinux\n[ 0.223887] evm: security.SMACK64\n[ 0.224591] evm: security.SMACK64EXEC\n[ 0.225346] evm: security.SMACK64TRANSMUTE\n[ 0.226172] evm: security.SMACK64MMAP\n[ 0.226933] evm: security.ima\n[ 0.227587] evm: security.capability\n[ 0.228408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230292] pinctrl core: initialized pinctrl subsystem\n[ 0.231422] RTC time: 21:20:38, date: 07/15/18\n[ 0.232397] NET: Registered protocol family 16\n[ 0.233406] cpuidle: using governor ladder\n[ 0.234239] cpuidle: using governor menu\n[ 0.235048] PCCT header not found.\n[ 0.235822] ACPI: bus type PCI registered\n[ 0.236643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237910] PCI: Using configuration type 1 for base access\n[ 0.239701] ACPI: Added _OSI(Module Device)\n[ 0.240557] ACPI: Added _OSI(Processor Device)\n[ 0.241437] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242351] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244162] ACPI: Interpreter enabled\n[ 0.244958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252476] ACPI: (supports S0 S5)\n[ 0.253188] ACPI: Using IOAPIC for interrupt routing\n[ 0.254151] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257295] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258468] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259724] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260943] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263206] acpiphp: Slot [3] registered\n[ 0.264027] acpiphp: Slot [4] registered\n[ 0.264846] acpiphp: Slot [5] registered\n[ 0.265659] acpiphp: Slot [6] registered\n[ 0.266493] acpiphp: Slot [7] registered\n[ 0.267310] acpiphp: Slot [8] registered\n[ 0.268129] acpiphp: Slot [9] registered\n[ 0.268949] acpiphp: Slot [10] registered\n[ 0.269778] acpiphp: Slot [11] registered\n[ 0.270607] acpiphp: Slot [12] registered\n[ 0.271438] acpiphp: Slot [13] registered\n[ 0.272261] acpiphp: Slot [14] registered\n[ 0.273096] acpiphp: Slot [15] registered\n[ 0.283899] acpiphp: Slot [16] registered\n[ 0.284731] acpiphp: Slot [17] registered\n[ 0.285560] acpiphp: Slot [18] registered\n[ 0.286385] acpiphp: Slot [19] registered\n[ 0.287210] acpiphp: Slot [20] registered\n[ 0.288042] acpiphp: Slot [21] registered\n[ 0.288869] acpiphp: Slot [22] registered\n[ 0.289695] acpiphp: Slot [23] registered\n[ 0.290522] acpiphp: Slot [24] registered\n[ 0.291345] acpiphp: Slot [25] registered\n[ 0.292174] acpiphp: Slot [26] registered\n[ 0.292999] acpiphp: Slot [27] registered\n[ 0.293830] acpiphp: Slot [28] registered\n[ 0.294660] acpiphp: Slot [29] registered\n[ 0.295486] acpiphp: Slot [30] registered\n[ 0.296313] acpiphp: Slot [31] registered\n[ 0.297138] PCI host bridge to bus 0000:00\n[ 0.297967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300457] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303413] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304922] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309612] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310816] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312108] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336879] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338373] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342016] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344730] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346062] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347143] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348722] vgaarb: loaded\n[ 0.349333] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350582] SCSI subsystem initialized\n[ 0.351508] ACPI: bus type USB registered\n[ 0.352350] usbcore: registered new interface driver usbfs\n[ 0.353414] usbcore: registered new interface driver hub\n[ 0.354444] usbcore: registered new device driver usb\n[ 0.355569] PCI: Using ACPI for IRQ routing\n[ 0.356697] NetLabel: Initializing\n[ 0.357435] NetLabel: domain hash size = 128\n[ 0.358304] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359280] NetLabel: unlabeled traffic allowed by default\n[ 0.360469] clocksource: Switched to clocksource kvm-clock\n[ 0.368791] AppArmor: AppArmor Filesystem Enabled\n[ 0.369783] pnp: PnP ACPI init\n[ 0.370728] pnp: PnP ACPI: found 5 devices\n[ 0.377086] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378841] NET: Registered protocol family 2\n[ 0.379909] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381237] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382478] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383699] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384823] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386036] NET: Registered protocol family 1\n[ 0.386935] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388055] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389154] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403233] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417375] Trying to unpack rootfs image as initramfs...\n[ 0.474419] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.476087] Scanning for low memory corruption every 60 seconds\n[ 0.477485] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478675] audit: initializing netlink subsys (disabled)\n[ 0.479725] audit: type=2000 audit(1531689639.012:1): initialized\n[ 0.481118] Initialise system trusted keyring\n[ 0.482096] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483282] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485450] zbud: loaded\n[ 0.486190] VFS: Disk quotas dquot_6.6.0\n[ 0.487034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488688] fuse init (API version 7.23)\n[ 0.489616] Key type big_key registered\n[ 0.490438] Allocating IMA MOK and blacklist keyrings.\n[ 0.491688] Key type asymmetric registered\n[ 0.492545] Asymmetric key parser 'x509' registered\n[ 0.493531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.495031] io scheduler noop registered\n[ 0.495837] io scheduler deadline registered (default)\n[ 0.496861] io scheduler cfq registered\n[ 0.497732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498800] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501578] ACPI: Power Button [PWRF]\n[ 0.502446] GHES: HEST is not enabled!\n[ 0.516118] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.543919] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546046] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.569993] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572300] Linux agpgart interface v0.103\n[ 0.574933] brd: module loaded\n[ 0.576648] loop: module loaded\n[ 0.580487] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581993] GPT:90111 != 2097151\n[ 0.582695] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583816] GPT:90111 != 2097151\n[ 0.584514] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585533] vda: vda1 vda15\n[ 0.586804] scsi host0: ata_piix\n[ 0.587603] scsi host1: ata_piix\n[ 0.588338] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590840] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592954] libphy: Fixed MDIO Bus: probed\n[ 0.593799] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594773] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597239] PPP generic driver version 2.4.2\n[ 0.598221] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599488] ehci-pci: EHCI PCI platform driver\n[ 0.600576] ehci-platform: EHCI generic platform driver\n[ 0.601791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.603222] ohci-pci: OHCI PCI platform driver\n[ 0.604288] ohci-platform: OHCI generic platform driver\n[ 0.605526] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620058] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621316] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.623091] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.624297] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.627228] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.628981] usb usb1: Product: UHCI Host Controller\n[ 0.630141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.631566] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.632763] hub 1-0:1.0: USB hub found\n[ 0.633699] hub 1-0:1.0: 2 ports detected\n[ 0.634825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.637578] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.638737] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.639995] mousedev: PS/2 mouse device common for all mice\n[ 0.641513] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.643748] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645106] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646562] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648028] i2c /dev entries driver\n[ 0.648962] device-mapper: uevent: version 1.0.3\n[ 0.650154] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652191] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.653933] NET: Registered protocol family 10\n[ 0.655279] NET: Registered protocol family 17\n[ 0.656375] Key type dns_resolver registered\n[ 0.657605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658971] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661065] registered taskstats version 1\n[ 0.661940] Loading compiled-in X.509 certificates\n[ 0.663437] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.665369] zswap: loaded using pool lzo/zbud\n[ 0.667075] Key type trusted registered\n[ 0.668875] Key type encrypted registered\n[ 0.669729] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.670792] ima: No TPM chip found, activating TPM-bypass!\n[ 0.671860] evm: HMAC attrs: 0x1\n[ 0.672864] Magic number: 10:632:348\n[ 0.673762] rtc_cmos 00:00: setting system clock to 2018-07-15 21:20:38 UTC (1531689638)\n[ 0.675427] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676572] EDD information not available.\n[ 0.749826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761475] Write protecting the kernel read-only data: 14336k\n[ 0.763674] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.765561] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.811637] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.12...\nLease of 192.168.0.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000004\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: "} 2018-07-15 21:20:42,331 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42/action used request id req-bb6f6dfa-7807-4886-80fd-9b870766ef01 2018-07-15 21:20:42,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.693628072739s 2018-07-15 21:20:42,332 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42/action used request id req-bb6f6dfa-7807-4886-80fd-9b870766ef01 2018-07-15 21:20:42,332 - 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 470891659 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.908 MHz processor [ 0.136680] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.138368] pid_max: default: 32768 minimum: 301 [ 0.139277] ACPI: Core revision 20150930 [ 0.140688] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142017] Security Framework initialized [ 0.142849] Yama: becoming mindful. [ 0.143593] AppArmor: AppArmor initialized [ 0.144469] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145820] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149793] Initializing cgroup subsys io [ 0.150625] Initializing cgroup subsys memory [ 0.151504] Initializing cgroup subsys devices [ 0.152397] Initializing cgroup subsys freezer [ 0.153284] Initializing cgroup subsys net_cls [ 0.154170] Initializing cgroup subsys perf_event [ 0.155101] Initializing cgroup subsys net_prio [ 0.156011] Initializing cgroup subsys hugetlb [ 0.156895] Initializing cgroup subsys pids [ 0.157789] CPU: Physical Processor ID: 0 [ 0.159293] mce: CPU supports 10 MCE banks [ 0.160167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161188] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177026] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183090] ftrace: allocating 31920 entries in 125 pages [ 0.207980] smpboot: Max logical packages: 1 [ 0.208852] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210215] x2apic enabled [ 0.211045] Switched APIC routing to physical x2apic. [ 0.212803] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213943] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216048] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217870] KVM setup paravirtual spinlock [ 0.219187] x86: Booted up 1 node, 1 CPUs [ 0.220016] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.221439] devtmpfs: initialized [ 0.223170] evm: security.selinux [ 0.223887] evm: security.SMACK64 [ 0.224591] evm: security.SMACK64EXEC [ 0.225346] evm: security.SMACK64TRANSMUTE [ 0.226172] evm: security.SMACK64MMAP [ 0.226933] evm: security.ima [ 0.227587] evm: security.capability [ 0.228408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230292] pinctrl core: initialized pinctrl subsystem [ 0.231422] RTC time: 21:20:38, date: 07/15/18 [ 0.232397] NET: Registered protocol family 16 [ 0.233406] cpuidle: using governor ladder [ 0.234239] cpuidle: using governor menu [ 0.235048] PCCT header not found. [ 0.235822] ACPI: bus type PCI registered [ 0.236643] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.237910] PCI: Using configuration type 1 for base access [ 0.239701] ACPI: Added _OSI(Module Device) [ 0.240557] ACPI: Added _OSI(Processor Device) [ 0.241437] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.242351] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244162] ACPI: Interpreter enabled [ 0.244958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.246843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.250603] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.252476] ACPI: (supports S0 S5) [ 0.253188] ACPI: Using IOAPIC for interrupt routing [ 0.254151] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257295] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258468] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259724] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.260943] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263206] acpiphp: Slot [3] registered [ 0.264027] acpiphp: Slot [4] registered [ 0.264846] acpiphp: Slot [5] registered [ 0.265659] acpiphp: Slot [6] registered [ 0.266493] acpiphp: Slot [7] registered [ 0.267310] acpiphp: Slot [8] registered [ 0.268129] acpiphp: Slot [9] registered [ 0.268949] acpiphp: Slot [10] registered [ 0.269778] acpiphp: Slot [11] registered [ 0.270607] acpiphp: Slot [12] registered [ 0.271438] acpiphp: Slot [13] registered [ 0.272261] acpiphp: Slot [14] registered [ 0.273096] acpiphp: Slot [15] registered [ 0.283899] acpiphp: Slot [16] registered [ 0.284731] acpiphp: Slot [17] registered [ 0.285560] acpiphp: Slot [18] registered [ 0.286385] acpiphp: Slot [19] registered [ 0.287210] acpiphp: Slot [20] registered [ 0.288042] acpiphp: Slot [21] registered [ 0.288869] acpiphp: Slot [22] registered [ 0.289695] acpiphp: Slot [23] registered [ 0.290522] acpiphp: Slot [24] registered [ 0.291345] acpiphp: Slot [25] registered [ 0.292174] acpiphp: Slot [26] registered [ 0.292999] acpiphp: Slot [27] registered [ 0.293830] acpiphp: Slot [28] registered [ 0.294660] acpiphp: Slot [29] registered [ 0.295486] acpiphp: Slot [30] registered [ 0.296313] acpiphp: Slot [31] registered [ 0.297138] PCI host bridge to bus 0000:00 [ 0.297967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300457] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301941] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303413] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.304922] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308300] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309612] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310816] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312108] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336879] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338373] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340583] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.342016] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343427] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344730] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.346062] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.347143] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348722] vgaarb: loaded [ 0.349333] vgaarb: bridge control possible 0000:00:02.0 [ 0.350582] SCSI subsystem initialized [ 0.351508] ACPI: bus type USB registered [ 0.352350] usbcore: registered new interface driver usbfs [ 0.353414] usbcore: registered new interface driver hub [ 0.354444] usbcore: registered new device driver usb [ 0.355569] PCI: Using ACPI for IRQ routing [ 0.356697] NetLabel: Initializing [ 0.357435] NetLabel: domain hash size = 128 [ 0.358304] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.359280] NetLabel: unlabeled traffic allowed by default [ 0.360469] clocksource: Switched to clocksource kvm-clock [ 0.368791] AppArmor: AppArmor Filesystem Enabled [ 0.369783] pnp: PnP ACPI init [ 0.370728] pnp: PnP ACPI: found 5 devices [ 0.377086] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378841] NET: Registered protocol family 2 [ 0.379909] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.381237] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.382478] TCP: Hash tables configured (established 4096 bind 4096) [ 0.383699] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.384823] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.386036] NET: Registered protocol family 1 [ 0.386935] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.388055] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.389154] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.403233] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.417375] Trying to unpack rootfs image as initramfs... [ 0.474419] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.476087] Scanning for low memory corruption every 60 seconds [ 0.477485] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.478675] audit: initializing netlink subsys (disabled) [ 0.479725] audit: type=2000 audit(1531689639.012:1): initialized [ 0.481118] Initialise system trusted keyring [ 0.482096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.483282] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.485450] zbud: loaded [ 0.486190] VFS: Disk quotas dquot_6.6.0 [ 0.487034] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488688] fuse init (API version 7.23) [ 0.489616] Key type big_key registered [ 0.490438] Allocating IMA MOK and blacklist keyrings. [ 0.491688] Key type asymmetric registered [ 0.492545] Asymmetric key parser 'x509' registered [ 0.493531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.495031] io scheduler noop registered [ 0.495837] io scheduler deadline registered (default) [ 0.496861] io scheduler cfq registered [ 0.497732] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.498800] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.500093] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501578] ACPI: Power Button [PWRF] [ 0.502446] GHES: HEST is not enabled! [ 0.516118] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.543919] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546046] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.569993] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572300] Linux agpgart interface v0.103 [ 0.574933] brd: module loaded [ 0.576648] loop: module loaded [ 0.580487] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.581993] GPT:90111 != 2097151 [ 0.582695] GPT:Alternate GPT header not at the end of the disk. [ 0.583816] GPT:90111 != 2097151 [ 0.584514] GPT: Use GNU Parted to correct GPT errors. [ 0.585533] vda: vda1 vda15 [ 0.586804] scsi host0: ata_piix [ 0.587603] scsi host1: ata_piix [ 0.588338] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.590840] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.592954] libphy: Fixed MDIO Bus: probed [ 0.593799] tun: Universal TUN/TAP device driver, 1.6 [ 0.594773] tun: (C) 1999-2004 Max Krasnyansky [ 0.597239] PPP generic driver version 2.4.2 [ 0.598221] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.599488] ehci-pci: EHCI PCI platform driver [ 0.600576] ehci-platform: EHCI generic platform driver [ 0.601791] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.603222] ohci-pci: OHCI PCI platform driver [ 0.604288] ohci-platform: OHCI generic platform driver [ 0.605526] uhci_hcd: USB Universal Host Controller Interface driver [ 0.620058] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.621316] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.623091] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.624297] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.625691] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.627228] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.628981] usb usb1: Product: UHCI Host Controller [ 0.630141] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.631566] usb usb1: SerialNumber: 0000:00:01.2 [ 0.632763] hub 1-0:1.0: USB hub found [ 0.633699] hub 1-0:1.0: 2 ports detected [ 0.634825] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.637578] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.638737] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.639995] mousedev: PS/2 mouse device common for all mice [ 0.641513] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.643748] rtc_cmos 00:00: RTC can wake from S4 [ 0.645106] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.646562] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648028] i2c /dev entries driver [ 0.648962] device-mapper: uevent: version 1.0.3 [ 0.650154] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.652191] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653933] NET: Registered protocol family 10 [ 0.655279] NET: Registered protocol family 17 [ 0.656375] Key type dns_resolver registered [ 0.657605] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658971] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.661065] registered taskstats version 1 [ 0.661940] Loading compiled-in X.509 certificates [ 0.663437] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.665369] zswap: loaded using pool lzo/zbud [ 0.667075] Key type trusted registered [ 0.668875] Key type encrypted registered [ 0.669729] AppArmor: AppArmor sha1 policy hashing enabled [ 0.670792] ima: No TPM chip found, activating TPM-bypass! [ 0.671860] evm: HMAC attrs: 0x1 [ 0.672864] Magic number: 10:632:348 [ 0.673762] rtc_cmos 00:00: setting system clock to 2018-07-15 21:20:38 UTC (1531689638) [ 0.675427] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.676572] EDD information not available. [ 0.749826] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761475] Write protecting the kernel read-only data: 14336k [ 0.763674] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.765561] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.811637] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.12... Lease of 192.168.0.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000004 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: 2018-07-15 21:20:43,337 - paramiko.transport - DEBUG - starting thread (client mode): 0xd416e110L 2018-07-15 21:20:43,338 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 21:20:43,338 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 21:20:43,338 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 21:20:43,339 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-15 21:20:43,340 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 21:20:43,340 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 21:20:43,340 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 21:20:43,340 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 21:20:43,340 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 21:20:43,357 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 21:20:43,358 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 21:20:43,370 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: f7068a7aa5fb58c9c83cec6ff1c59edc 2018-07-15 21:20:43,371 - paramiko.transport - DEBUG - Trying discovered key 929129b12ba591bb9fe3edbeb86d206a in /tmp/tmpN2gIsn 2018-07-15 21:20:43,396 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 21:20:43,402 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 21:20:43,403 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 21:20:43,404 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 21:20:43,404 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 21:20:43,406 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 21:20:43,409 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 21:20:43,409 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.0.7 (192.168.0.7): 56 data bytes 64 bytes from 192.168.0.7: seq=0 ttl=64 time=1.644 ms --- 192.168.0.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.644/1.644/1.644 ms 2018-07-15 21:20:43,414 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 21:20:43,527 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:20:43,527 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:32 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-15 21:20:43,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:20:43,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:43,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20: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-9d08a414-4c64-48e5-8331-46fef8f409ed x-compute-request-id: req-9d08a414-4c64-48e5-8331-46fef8f409ed Content-Type: application/json 2018-07-15 21:20:43,851 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f used request id req-9d08a414-4c64-48e5-8331-46fef8f409ed 2018-07-15 21:20:43,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.318746089935s 2018-07-15 21:20:43,851 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f used request id req-9d08a414-4c64-48e5-8331-46fef8f409ed 2018-07-15 21:20:43,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:43,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:44,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20: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-f8c972c1-0053-44f3-b117-7573aae76b34 x-compute-request-id: req-f8c972c1-0053-44f3-b117-7573aae76b34 Content-Encoding: gzip Content-Length: 895 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:38.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:38Z", "hostId": "6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5c:0b:ba", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e322daad-6bb2-498a-aae3-a3e06bd4558f", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:26.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "e322daad-6bb2-498a-aae3-a3e06bd4558f", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:43Z", "hostId": "99a161cc602c39ae5f46bd36898fb6a0a4ce3d7d8835a17c1c9c03d8", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:20Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:44,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f8c972c1-0053-44f3-b117-7573aae76b34 2018-07-15 21:20:44,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470856904984s 2018-07-15 21:20:44,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f8c972c1-0053-44f3-b117-7573aae76b34 2018-07-15 21:20:44,326 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:46,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:46,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:46,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92d7b207-2361-4cad-8038-3309ca80468e x-compute-request-id: req-92d7b207-2361-4cad-8038-3309ca80468e Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:38.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:38Z", "hostId": "6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:46,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92d7b207-2361-4cad-8038-3309ca80468e 2018-07-15 21:20:46,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.474365949631s 2018-07-15 21:20:46,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-92d7b207-2361-4cad-8038-3309ca80468e 2018-07-15 21:20:46,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 21:20:46,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/7aa4b8a0-c127-46ff-8488-f6276ea8c5f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:47,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fab746f1-1973-4344-99c5-32267b7e31af Content-Length: 0 Date: Sun, 15 Jul 2018 21:20:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:47,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/7aa4b8a0-c127-46ff-8488-f6276ea8c5f5.json used request id req-fab746f1-1973-4344-99c5-32267b7e31af 2018-07-15 21:20:47,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.747128009796s 2018-07-15 21:20:47,556 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/7aa4b8a0-c127-46ff-8488-f6276ea8c5f5.json used request id req-fab746f1-1973-4344-99c5-32267b7e31af 2018-07-15 21:20:47,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:20:47,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:47,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a192ace7-277e-44b8-a9ef-a71b3b09a395 Date: Sun, 15 Jul 2018 21:20:47 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:20:47,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a192ace7-277e-44b8-a9ef-a71b3b09a395 2018-07-15 21:20:47,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0507290363312s 2018-07-15 21:20:47,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a192ace7-277e-44b8-a9ef-a71b3b09a395 2018-07-15 21:20:47,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:20:47,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:47,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-271bd379-eed8-44de-a2b1-6c5f948eca47 x-compute-request-id: req-271bd379-eed8-44de-a2b1-6c5f948eca47 Content-Type: application/json 2018-07-15 21:20:47,781 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-271bd379-eed8-44de-a2b1-6c5f948eca47 2018-07-15 21:20:47,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.166749000549s 2018-07-15 21:20:47,781 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42 used request id req-271bd379-eed8-44de-a2b1-6c5f948eca47 2018-07-15 21:20:47,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:47,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:48,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68cb6fd9-7629-4e71-9f3a-c0746d2ebdd0 x-compute-request-id: req-68cb6fd9-7629-4e71-9f3a-c0746d2ebdd0 Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:24:bb", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5aa54843-6caf-4ab1-9edf-cca921439a42", "rel": "bookmark"}], "image": {"id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "links": [{"href": "http://172.30.9.27:8774/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:20:38.000000", "flavor": {"id": "644c0699-4a01-460e-87bb-aebfb12e75fa", "links": [{"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "bookmark"}]}, "id": "5aa54843-6caf-4ab1-9edf-cca921439a42", "security_groups": [{"name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}], "user_id": "f09373e920f64bf0b31328c05d919157", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:20:47Z", "hostId": "6b0f24f857f188afef28c2b5a93869254dc788b26c3d549046f7d44e", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "name": "vping_ssh-vm_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "created": "2018-07-15T21:20:30Z", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:20:48,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68cb6fd9-7629-4e71-9f3a-c0746d2ebdd0 2018-07-15 21:20:48,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380463123322s 2018-07-15 21:20:48,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-68cb6fd9-7629-4e71-9f3a-c0746d2ebdd0 2018-07-15 21:20:48,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:20:50,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:20:50,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:50,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae60b047-9578-441b-9740-03dc242b7889 x-compute-request-id: req-ae60b047-9578-441b-9740-03dc242b7889 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 21:20:50,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ae60b047-9578-441b-9740-03dc242b7889 2018-07-15 21:20:50,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.078262090683s 2018-07-15 21:20:50,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ae60b047-9578-441b-9740-03dc242b7889 2018-07-15 21:20:50,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:20:50,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:50,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-864d7a00-2a4b-4a74-9503-504571bd297a Date: Sun, 15 Jul 2018 21:20:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:11Z", "updated_at": "2018-07-15T21:20:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "0bee1a99-1de3-4226-9642-25d44debe53c", "remote_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "22c3e827-a9fc-40ea-8eec-74d243d98c5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "5ab43ab7-84a3-4621-a9ba-f5ac1ce93cbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:11Z", "revision_number": 0, "id": "7a8eaf30-4421-4644-a3f2-1e5e44812047", "remote_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:11Z", "security_group_id": "93c6a998-f554-4b65-990e-e201963129e9", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}], "revision_number": 1, "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "93c6a998-f554-4b65-990e-e201963129e9", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:18Z", "updated_at": "2018-07-15T21:20:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "22ee3ccc-e4b8-443d-98b4-f37704e45610", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:19Z", "revision_number": 0, "id": "4afc0b4b-9cf0-4b89-9521-b4f4665f6a65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:19Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "7f0c70b7-4e24-48dc-8cb0-4492d083d737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:20:18Z", "revision_number": 0, "id": "982a2d56-db3d-4b14-ab76-8faa59fbb511", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:20:18Z", "security_group_id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "port_range_min": null, "ethertype": "IPv6", "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c"}], "revision_number": 3, "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "e081d04c-9da6-44c0-bf69-12f4585ba127", "name": "vping_ssh-sg_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}]} 2018-07-15 21:20:50,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-864d7a00-2a4b-4a74-9503-504571bd297a 2018-07-15 21:20:50,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0598139762878s 2018-07-15 21:20:50,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-864d7a00-2a4b-4a74-9503-504571bd297a 2018-07-15 21:20:50,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 21:20:50,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e081d04c-9da6-44c0-bf69-12f4585ba127.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:50,522 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d0186ce-ade4-4704-ae65-ba0899434286 Content-Length: 0 Date: Sun, 15 Jul 2018 21:20:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:50,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e081d04c-9da6-44c0-bf69-12f4585ba127.json used request id req-6d0186ce-ade4-4704-ae65-ba0899434286 2018-07-15 21:20:50,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.209685087204s 2018-07-15 21:20:50,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e081d04c-9da6-44c0-bf69-12f4585ba127.json used request id req-6d0186ce-ade4-4704-ae65-ba0899434286 2018-07-15 21:20:50,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 21:20:50,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:50,570 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:20:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fafccecb-5f80-44f1-9a81-6c6c0299d957 x-compute-request-id: req-fafccecb-5f80-44f1-9a81-6c6c0299d957 Content-Length: 0 Content-Type: application/json 2018-07-15 21:20:50,570 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3 used request id req-fafccecb-5f80-44f1-9a81-6c6c0299d957 2018-07-15 21:20:50,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0477139949799s 2018-07-15 21:20:50,571 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_3f9ee0c7-8da3-45dc-b889-66cc433127f3 used request id req-fafccecb-5f80-44f1-9a81-6c6c0299d957 2018-07-15 21:20:50,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:20:50,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" -d '{"subnet_id": "047e1e03-6df7-41ca-ae4c-3ae2a495e176"}' 2018-07-15 21:20:52,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c22330b5-9734-4a90-85fe-e4a72764a307 Date: Sun, 15 Jul 2018 21:20:52 GMT RESP BODY: {"network_id": "4a124450-f577-4fbc-812f-5beae01e3519", "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "subnet_id": "047e1e03-6df7-41ca-ae4c-3ae2a495e176", "subnet_ids": ["047e1e03-6df7-41ca-ae4c-3ae2a495e176"], "port_id": "e3b5ee99-da4d-47b7-a33f-4a1d1651c42b", "id": "196580ae-b14a-4d6b-b306-b9caca5e0f09"} 2018-07-15 21:20:52,251 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09/remove_router_interface.json used request id req-c22330b5-9734-4a90-85fe-e4a72764a307 2018-07-15 21:20:52,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68006777763s 2018-07-15 21:20:52,252 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09/remove_router_interface.json used request id req-c22330b5-9734-4a90-85fe-e4a72764a307 returning object 196580ae-b14a-4d6b-b306-b9caca5e0f09 2018-07-15 21:20:52,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:20:52,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:52,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-6bc46504-ae94-4f7f-8e5c-4379bc62b3ea Date: Sun, 15 Jul 2018 21:20:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "created_at": "2018-07-15T21:20:13Z", "admin_state_up": true, "updated_at": "2018-07-15T21:20:51Z", "revision_number": 4, "routes": [], "project_id": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "196580ae-b14a-4d6b-b306-b9caca5e0f09", "name": "vping_ssh-router_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}]} 2018-07-15 21:20:52,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-6bc46504-ae94-4f7f-8e5c-4379bc62b3ea 2018-07-15 21:20:52,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114580154419s 2018-07-15 21:20:52,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-6bc46504-ae94-4f7f-8e5c-4379bc62b3ea 2018-07-15 21:20:52,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:20:52,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:53,679 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-337a066c-1e45-4e33-8d04-f925b2c5f381 Content-Length: 0 Date: Sun, 15 Jul 2018 21:20:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:53,679 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09.json used request id req-337a066c-1e45-4e33-8d04-f925b2c5f381 2018-07-15 21:20:53,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3102619648s 2018-07-15 21:20:53,679 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/196580ae-b14a-4d6b-b306-b9caca5e0f09.json used request id req-337a066c-1e45-4e33-8d04-f925b2c5f381 2018-07-15 21:20:53,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:20:53,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:53,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-101add98-cade-46f1-8ad0-478004f1fa02 Date: Sun, 15 Jul 2018 21:20:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4a124450-f577-4fbc-812f-5beae01e3519","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:20:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"047e1e03-6df7-41ca-ae4c-3ae2a495e176","subnetpool_id":null,"name":"vping_ssh-subnet_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}]} 2018-07-15 21:20:53,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-101add98-cade-46f1-8ad0-478004f1fa02 2018-07-15 21:20:53,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0471868515015s 2018-07-15 21:20:53,727 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-101add98-cade-46f1-8ad0-478004f1fa02 2018-07-15 21:20:53,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:20:53,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/047e1e03-6df7-41ca-ae4c-3ae2a495e176.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:54,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-769dd45c-c3c8-4b2a-abfa-b128d3f48b7f Date: Sun, 15 Jul 2018 21:20:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:54,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/047e1e03-6df7-41ca-ae4c-3ae2a495e176.json used request id req-769dd45c-c3c8-4b2a-abfa-b128d3f48b7f 2018-07-15 21:20:54,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.21897912025s 2018-07-15 21:20:54,948 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/047e1e03-6df7-41ca-ae4c-3ae2a495e176.json used request id req-769dd45c-c3c8-4b2a-abfa-b128d3f48b7f 2018-07-15 21:20:54,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:54,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:55,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-339b71a9-5af0-404f-9ff3-8144fc2d76d1 Date: Sun, 15 Jul 2018 21:20:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:20:54Z","tenant_id":"31a44d0e2ab843f9b6de36cdb6a4818c","created_at":"2018-07-15T21:20:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"31a44d0e2ab843f9b6de36cdb6a4818c","id":"4a124450-f577-4fbc-812f-5beae01e3519","name":"vping_ssh-net_3f9ee0c7-8da3-45dc-b889-66cc433127f3"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:20:55,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-339b71a9-5af0-404f-9ff3-8144fc2d76d1 2018-07-15 21:20:55,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.132172822952s 2018-07-15 21:20:55,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-339b71a9-5af0-404f-9ff3-8144fc2d76d1 2018-07-15 21:20:55,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:20:55,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/4a124450-f577-4fbc-812f-5beae01e3519.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:56,432 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35417769-620a-4240-84a5-de458f7bcabb Date: Sun, 15 Jul 2018 21:20:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:20:56,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4a124450-f577-4fbc-812f-5beae01e3519.json used request id req-35417769-620a-4240-84a5-de458f7bcabb 2018-07-15 21:20:56,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.35014200211s 2018-07-15 21:20:56,433 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/4a124450-f577-4fbc-812f-5beae01e3519.json used request id req-35417769-620a-4240-84a5-de458f7bcabb 2018-07-15 21:20:56,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:20:56,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:56,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1766e7ac-39c2-4c22-a9bf-d88672ad079d Date: Sun, 15 Jul 2018 21:20:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/snap", "metadata": {}}], "file": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/file", "owner": "31a44d0e2ab843f9b6de36cdb6a4818c", "id": "9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "size": 12716032, "self": "/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:20:17Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:20:17Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:20:56,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1766e7ac-39c2-4c22-a9bf-d88672ad079d 2018-07-15 21:20:56,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195781946182s 2018-07-15 21:20:56,633 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1766e7ac-39c2-4c22-a9bf-d88672ad079d 2018-07-15 21:20:56,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 21:20:56,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}af4ce9b7eb61cb43ee96d1a0667f6f352cc605c4" 2018-07-15 21:20:56,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21162f3d-0870-464b-9306-1d4ff1f03b66 Date: Sun, 15 Jul 2018 21:20:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:20:56,991 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4 used request id req-21162f3d-0870-464b-9306-1d4ff1f03b66 2018-07-15 21:20:56,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.355969905853s 2018-07-15 21:20:56,991 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/9651dce7-cdf0-4d39-a061-8ae8a102dfd4 used request id req-21162f3d-0870-464b-9306-1d4ff1f03b66 2018-07-15 21:20:56,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:20:56,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:57,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f2426bc-ee6f-4e89-b6ff-6fecf8a756b7 x-compute-request-id: req-5f2426bc-ee6f-4e89-b6ff-6fecf8a756b7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa", "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": "644c0699-4a01-460e-87bb-aebfb12e75fa"}]} 2018-07-15 21:20:57,021 - 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-5f2426bc-ee6f-4e89-b6ff-6fecf8a756b7 2018-07-15 21:20:57,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289521217346s 2018-07-15 21:20:57,021 - 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-5f2426bc-ee6f-4e89-b6ff-6fecf8a756b7 2018-07-15 21:20:57,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 21:20:57,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:57,050 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:20: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-4d94a85e-86f3-4d4a-ac3f-486023694a3d x-compute-request-id: req-4d94a85e-86f3-4d4a-ac3f-486023694a3d Content-Length: 0 Content-Type: application/json 2018-07-15 21:20:57,050 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa used request id req-4d94a85e-86f3-4d4a-ac3f-486023694a3d 2018-07-15 21:20:57,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0275349617004s 2018-07-15 21:20:57,050 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/644c0699-4a01-460e-87bb-aebfb12e75fa used request id req-4d94a85e-86f3-4d4a-ac3f-486023694a3d 2018-07-15 21:20:57,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:20:57,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:57,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-773ec10d-66ed-4e92-83dc-e6506477c7e1 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": {"self": "http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f09373e920f64bf0b31328c05d919157", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:20:57,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-773ec10d-66ed-4e92-83dc-e6506477c7e1 2018-07-15 21:20:57,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119606971741s 2018-07-15 21:20:57,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-773ec10d-66ed-4e92-83dc-e6506477c7e1 2018-07-15 21:20:57,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:20:57,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:57,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76e77b2-0b8c-4714-babf-bdd8151455ab Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_3f9ee0c7-8da3-45dc-b889-66cc433127f3", "links": {"self": "http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f09373e920f64bf0b31328c05d919157", "description": null}} 2018-07-15 21:20:57,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157 used request id req-a76e77b2-0b8c-4714-babf-bdd8151455ab 2018-07-15 21:20:57,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113507986069s 2018-07-15 21:20:57,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157 used request id req-a76e77b2-0b8c-4714-babf-bdd8151455ab 2018-07-15 21:20:57,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 21:20:57,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:57,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-777125cd-62d7-4b80-bbac-6156a74fcca7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:20:57,547 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157 used request id req-777125cd-62d7-4b80-bbac-6156a74fcca7 2018-07-15 21:20:57,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.255848884583s 2018-07-15 21:20:57,547 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f09373e920f64bf0b31328c05d919157 used request id req-777125cd-62d7-4b80-bbac-6156a74fcca7 2018-07-15 21:20:57,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:20:57,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:57,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e71b845-9691-49c1-84de-ac70b7a6c9a2 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: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/31a44d0e2ab843f9b6de36cdb6a4818c"}, "tags": [], "enabled": true, "id": "31a44d0e2ab843f9b6de36cdb6a4818c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_3f9ee0c7-8da3-45dc-b889-66cc433127f3"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-15 21:20:57,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-6e71b845-9691-49c1-84de-ac70b7a6c9a2 2018-07-15 21:20:57,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102178096771s 2018-07-15 21:20:57,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-6e71b845-9691-49c1-84de-ac70b7a6c9a2 2018-07-15 21:20:57,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 21:20:57,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/31a44d0e2ab843f9b6de36cdb6a4818c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4191a729c6d4d60136350e72f216a936aa855e19" 2018-07-15 21:20:57,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6a2b5fc-278d-47b1-a44c-bfe5497e8aba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:20:57,828 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/31a44d0e2ab843f9b6de36cdb6a4818c used request id req-b6a2b5fc-278d-47b1-a44c-bfe5497e8aba 2018-07-15 21:20:57,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.168104171753s 2018-07-15 21:20:57,829 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/31a44d0e2ab843f9b6de36cdb6a4818c used request id req-b6a2b5fc-278d-47b1-a44c-bfe5497e8aba 2018-07-15 21:20:57,886 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:20:57,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:20:57,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:20:57,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:20:57,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f2f7f25-9748-4142-842f-d87ee291b851 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:20:57,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9f2f7f25-9748-4142-842f-d87ee291b851 2018-07-15 21:20:57,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:20:58,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["qApHfa1ISn6cc4AQweVM0g"], "issued_at": "2018-07-15T21:20:58.000000Z"}} 2018-07-15 21:20:58,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:20:58,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:58,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e2ae3111-b929-44d4-9241-9f9829a293dc Date: Sun, 15 Jul 2018 21:20:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:20:58,617 - 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-e2ae3111-b929-44d4-9241-9f9829a293dc 2018-07-15 21:20:58,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283630847931s 2018-07-15 21:20:58,617 - 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-e2ae3111-b929-44d4-9241-9f9829a293dc 2018-07-15 21:20:58,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:20:58,626 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:20:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09fc83e2-2a38-4541-b624-d36f8ac91e02 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:20:58,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-09fc83e2-2a38-4541-b624-d36f8ac91e02 2018-07-15 21:20:58,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:20:58,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:58,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ddb9e4-ea04-4e6a-afca-aa360d4b0e3a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75"}, "tags": [], "enabled": true, "id": "23b03187afd34255bfe3a645488a7c75", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 21:20:58,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-d0ddb9e4-ea04-4e6a-afca-aa360d4b0e3a 2018-07-15 21:20:58,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0900259017944s 2018-07-15 21:20:58,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-d0ddb9e4-ea04-4e6a-afca-aa360d4b0e3a 2018-07-15 21:20:58,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 21:20:58,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}}' 2018-07-15 21:20:58,863 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:20:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7023ec3f-25b3-4db0-8b5b-6a4e66338b62 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/268946171d8d4cbcab0e01020c8f4229"}, "tags": [], "enabled": true, "id": "268946171d8d4cbcab0e01020c8f4229", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}} 2018-07-15 21:20:58,864 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-7023ec3f-25b3-4db0-8b5b-6a4e66338b62 2018-07-15 21:20:58,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.139430999756s 2018-07-15 21:20:58,864 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-7023ec3f-25b3-4db0-8b5b-6a4e66338b62 2018-07-15 21:20:58,865 - 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'268946171d8d4cbcab0e01020c8f4229', '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_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6'}) 2018-07-15 21:20:58,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 21:20:58,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "15f2c327-857d-4b7d-9e24-a89e61327ade", "email": null, "name": "vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}}' 2018-07-15 21:20:59,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:20:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-faf0a4a9-f9e0-49f2-a937-8816be1bb2c5 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": {"self": "http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c9ac066e25b5499f81ef7ce9539d90ee", "domain_id": "default", "password_expires_at": null}} 2018-07-15 21:20:59,234 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-faf0a4a9-f9e0-49f2-a937-8816be1bb2c5 2018-07-15 21:20:59,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.362905979156s 2018-07-15 21:20:59,234 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-faf0a4a9-f9e0-49f2-a937-8816be1bb2c5 2018-07-15 21:20:59,235 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c9ac066e25b5499f81ef7ce9539d90ee', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6'}) 2018-07-15 21:20:59,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:20:59,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:59,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d151eab1-aab7-4208-8b68-686f8bd1455b Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:20:59,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d151eab1-aab7-4208-8b68-686f8bd1455b 2018-07-15 21:20:59,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0975060462952s 2018-07-15 21:20:59,336 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d151eab1-aab7-4208-8b68-686f8bd1455b 2018-07-15 21:20:59,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:20:59,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:59,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed641c7-de55-43d0-99a6-eab5e596d5a1 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:20:59,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5ed641c7-de55-43d0-99a6-eab5e596d5a1 2018-07-15 21:20:59,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.094251871109s 2018-07-15 21:20:59,435 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5ed641c7-de55-43d0-99a6-eab5e596d5a1 2018-07-15 21:20:59,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:20:59,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:59,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bc61f2c-89d6-4620-a7be-1e1feb198360 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:20:59,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8bc61f2c-89d6-4620-a7be-1e1feb198360 2018-07-15 21:20:59,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.018984079361s 2018-07-15 21:20:59,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8bc61f2c-89d6-4620-a7be-1e1feb198360 2018-07-15 21:20:59,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:20:59,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:59,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400f1c9e-2f3d-449b-bd0c-eb87bf4cc206 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 21:20:59,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-400f1c9e-2f3d-449b-bd0c-eb87bf4cc206 2018-07-15 21:20:59,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0971441268921s 2018-07-15 21:20:59,562 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-400f1c9e-2f3d-449b-bd0c-eb87bf4cc206 2018-07-15 21:20:59,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:20:59,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:59,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1c9cbf-69c2-40ca-b4f9-4de92551ee70 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": {"self": "http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c9ac066e25b5499f81ef7ce9539d90ee", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:20:59,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7c1c9cbf-69c2-40ca-b4f9-4de92551ee70 2018-07-15 21:20:59,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109881877899s 2018-07-15 21:20:59,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7c1c9cbf-69c2-40ca-b4f9-4de92551ee70 2018-07-15 21:20:59,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:20:59,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:59,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1af4f8f5-31d8-40fc-a386-9626fb519c4b 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/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "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/268946171d8d4cbcab0e01020c8f4229"}, "tags": [], "enabled": true, "id": "268946171d8d4cbcab0e01020c8f4229", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}]} 2018-07-15 21:20:59,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1af4f8f5-31d8-40fc-a386-9626fb519c4b 2018-07-15 21:20:59,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103271961212s 2018-07-15 21:20:59,788 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1af4f8f5-31d8-40fc-a386-9626fb519c4b 2018-07-15 21:20:59,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 21:20:59,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=c9ac066e25b5499f81ef7ce9539d90ee&role.id=443225368889431081c14f46ae6afbda&scope.project.id=268946171d8d4cbcab0e01020c8f4229" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:20:59,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98c423a-ab9b-407d-8bdf-dae42bb5a2a0 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=c9ac066e25b5499f81ef7ce9539d90ee&role.id=443225368889431081c14f46ae6afbda&scope.project.id=268946171d8d4cbcab0e01020c8f4229", "previous": null, "next": null}} 2018-07-15 21:20:59,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=c9ac066e25b5499f81ef7ce9539d90ee&role.id=443225368889431081c14f46ae6afbda&scope.project.id=268946171d8d4cbcab0e01020c8f4229 used request id req-b98c423a-ab9b-407d-8bdf-dae42bb5a2a0 2018-07-15 21:20:59,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0930149555206s 2018-07-15 21:20:59,888 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=c9ac066e25b5499f81ef7ce9539d90ee&role.id=443225368889431081c14f46ae6afbda&scope.project.id=268946171d8d4cbcab0e01020c8f4229 used request id req-b98c423a-ab9b-407d-8bdf-dae42bb5a2a0 2018-07-15 21:20:59,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 21:20:59,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/268946171d8d4cbcab0e01020c8f4229/users/c9ac066e25b5499f81ef7ce9539d90ee/roles/443225368889431081c14f46ae6afbda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:00,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:20:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97399ee8-0d34-4c22-9b38-2bb540448be0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:21:00,031 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/268946171d8d4cbcab0e01020c8f4229/users/c9ac066e25b5499f81ef7ce9539d90ee/roles/443225368889431081c14f46ae6afbda used request id req-97399ee8-0d34-4c22-9b38-2bb540448be0 2018-07-15 21:21:00,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.139312982559s 2018-07-15 21:21:00,031 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/268946171d8d4cbcab0e01020c8f4229/users/c9ac066e25b5499f81ef7ce9539d90ee/roles/443225368889431081c14f46ae6afbda used request id req-97399ee8-0d34-4c22-9b38-2bb540448be0 2018-07-15 21:21:00,032 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 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'268946171d8d4cbcab0e01020c8f4229', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '15f2c327-857d-4b7d-9e24-a89e61327ade', 'username': u'vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 21:21:00,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:21:00,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:21:00,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:21:00,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:21:00,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:21:00,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:21:00,037 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 'password': '15f2c327-857d-4b7d-9e24-a89e61327ade', 'project_name': 'vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '268946171d8d4cbcab0e01020c8f4229', 'project_domain_name': 'Default'} 2018-07-15 21:21:00,037 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-15 21:21:00,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:21:00,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a48136fe-957e-4f02-8b9c-25ebc6f0b5a1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:21:00,045 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a48136fe-957e-4f02-8b9c-25ebc6f0b5a1 2018-07-15 21:21:00,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:21:00,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}], "expires_at": "2018-07-15T22:21:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "268946171d8d4cbcab0e01020c8f4229", "name": "vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/268946171d8d4cbcab0e01020c8f4229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/268946171d8d4cbcab0e01020c8f4229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/268946171d8d4cbcab0e01020c8f4229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/268946171d8d4cbcab0e01020c8f4229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/268946171d8d4cbcab0e01020c8f4229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/268946171d8d4cbcab0e01020c8f4229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_268946171d8d4cbcab0e01020c8f4229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_268946171d8d4cbcab0e01020c8f4229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/268946171d8d4cbcab0e01020c8f4229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/268946171d8d4cbcab0e01020c8f4229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/268946171d8d4cbcab0e01020c8f4229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/268946171d8d4cbcab0e01020c8f4229", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/268946171d8d4cbcab0e01020c8f4229", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/268946171d8d4cbcab0e01020c8f4229", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "id": "c9ac066e25b5499f81ef7ce9539d90ee"}, "audit_ids": ["_XUwu854Rcirkg6bh0R8VQ"], "issued_at": "2018-07-15T21:21:00.000000Z"}} 2018-07-15 21:21:00,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:21:00,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"network": {"name": "vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "admin_state_up": true}}' 2018-07-15 21:21:01,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-519a722a-9857-4021-8ff8-1363df7fbfe5 Date: Sun, 15 Jul 2018 21:21:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T21:21:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"268946171d8d4cbcab0e01020c8f4229","id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","name":"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}} 2018-07-15 21:21:01,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-519a722a-9857-4021-8ff8-1363df7fbfe5 2018-07-15 21:21:01,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.789894104004s 2018-07-15 21:21:01,230 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-519a722a-9857-4021-8ff8-1363df7fbfe5 2018-07-15 21:21:01,231 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:21:01Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'2ebde198-5815-4218-a56c-6bbec2fa9e08', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', u'admin_state_up': True, u'tenant_id': u'268946171d8d4cbcab0e01020c8f4229', u'created_at': u'2018-07-15T21:21:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'268946171d8d4cbcab0e01020c8f4229'}) 2018-07-15 21:21:01,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:01,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.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:01,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-1ea392f0-9561-47d7-88bf-68265753207d Date: Sun, 15 Jul 2018 21:21:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:21:01Z","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"268946171d8d4cbcab0e01020c8f4229","id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","name":"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:21:01,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1ea392f0-9561-47d7-88bf-68265753207d 2018-07-15 21:21:01,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.171669960022s 2018-07-15 21:21:01,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1ea392f0-9561-47d7-88bf-68265753207d 2018-07-15 21:21:01,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:21:01,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"subnet": {"name": "vping_userdata-subnet_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "enable_dhcp": true, "network_id": "2ebde198-5815-4218-a56c-6bbec2fa9e08", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:21:02,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f0aaa219-2443-4e67-9d04-fc98539a2634 Date: Sun, 15 Jul 2018 21:21:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:21:01Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"268946171d8d4cbcab0e01020c8f4229","id":"13c5437b-bd9c-463e-be84-e486b58b0624","subnetpool_id":null,"name":"vping_userdata-subnet_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}} 2018-07-15 21:21:02,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f0aaa219-2443-4e67-9d04-fc98539a2634 2018-07-15 21:21:02,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.765825986862s 2018-07-15 21:21:02,171 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f0aaa219-2443-4e67-9d04-fc98539a2634 2018-07-15 21:21:02,171 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:21:01Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'13c5437b-bd9c-463e-be84-e486b58b0624', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', u'enable_dhcp': True, u'network_id': u'2ebde198-5815-4218-a56c-6bbec2fa9e08', u'tenant_id': u'268946171d8d4cbcab0e01020c8f4229', u'created_at': u'2018-07-15T21:21:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'268946171d8d4cbcab0e01020c8f4229'}) 2018-07-15 21:21:02,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:21:02,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "vping_userdata-router_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "admin_state_up": true}}' 2018-07-15 21:21:03,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-695826f8-55b9-4195-97b6-af91f0177834 Date: Sun, 15 Jul 2018 21:21:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "created_at": "2018-07-15T21:21:02Z", "admin_state_up": true, "updated_at": "2018-07-15T21:21:03Z", "revision_number": 2, "routes": [], "project_id": "268946171d8d4cbcab0e01020c8f4229", "id": "f5441f8a-048e-40d4-bf76-b325b5a6d35e", "name": "vping_userdata-router_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}} 2018-07-15 21:21:03,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-695826f8-55b9-4195-97b6-af91f0177834 2018-07-15 21:21:03,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18539619446s 2018-07-15 21:21:03,358 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-695826f8-55b9-4195-97b6-af91f0177834 2018-07-15 21:21:03,358 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'268946171d8d4cbcab0e01020c8f4229', u'created_at': u'2018-07-15T21:21:02Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T21:21:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'268946171d8d4cbcab0e01020c8f4229', u'id': u'f5441f8a-048e-40d4-bf76-b325b5a6d35e', u'name': u'vping_userdata-router_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6'}) 2018-07-15 21:21:03,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:21:03,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"subnet_id": "13c5437b-bd9c-463e-be84-e486b58b0624"}' 2018-07-15 21:21:05,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-87748d09-2ab7-4dd9-95b5-d76b10009cf5 Date: Sun, 15 Jul 2018 21:21:05 GMT RESP BODY: {"network_id": "2ebde198-5815-4218-a56c-6bbec2fa9e08", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "subnet_id": "13c5437b-bd9c-463e-be84-e486b58b0624", "subnet_ids": ["13c5437b-bd9c-463e-be84-e486b58b0624"], "port_id": "c54fc5ac-662a-49dd-a6ea-ba81c71d0c82", "id": "f5441f8a-048e-40d4-bf76-b325b5a6d35e"} 2018-07-15 21:21:05,049 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e/add_router_interface.json used request id req-87748d09-2ab7-4dd9-95b5-d76b10009cf5 2018-07-15 21:21:05,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.68981218338s 2018-07-15 21:21:05,049 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e/add_router_interface.json used request id req-87748d09-2ab7-4dd9-95b5-d76b10009cf5 returning object f5441f8a-048e-40d4-bf76-b325b5a6d35e 2018-07-15 21:21:05,049 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 21:21:05,177 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 21:21:05,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:21:05,182 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 21:21:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-15 21:21:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:21:05,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:05,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-72d028d7-e690-4acc-a7d2-56e005e7490c Date: Sun, 15 Jul 2018 21:21:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:21:05,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-72d028d7-e690-4acc-a7d2-56e005e7490c 2018-07-15 21:21:05,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.204344034195s 2018-07-15 21:21:05,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-72d028d7-e690-4acc-a7d2-56e005e7490c 2018-07-15 21:21:05,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 21:21:05,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}' 2018-07-15 21:21:05,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98d916b1-4965-4aad-89b7-0b14c3beb5a2 Date: Sun, 15 Jul 2018 21:21:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file", "owner": "268946171d8d4cbcab0e01020c8f4229", "id": "d3ca1124-105c-45f0-af40-e06dc768f545", "size": null, "self": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:05Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "checksum": null, "created_at": "2018-07-15T21:21:05Z", "protected": false} 2018-07-15 21:21:05,485 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-98d916b1-4965-4aad-89b7-0b14c3beb5a2 2018-07-15 21:21:05,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0882151126862s 2018-07-15 21:21:05,486 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-98d916b1-4965-4aad-89b7-0b14c3beb5a2 returning object d3ca1124-105c-45f0-af40-e06dc768f545 2018-07-15 21:21:05,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 21:21:05,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '' 2018-07-15 21:21:05,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74d60285-07d5-40c4-ad76-9000b44674d0 Date: Sun, 15 Jul 2018 21:21:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:21:05,909 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file used request id req-74d60285-07d5-40c4-ad76-9000b44674d0 2018-07-15 21:21:05,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.422962903976s 2018-07-15 21:21:05,910 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file used request id req-74d60285-07d5-40c4-ad76-9000b44674d0 2018-07-15 21:21:05,910 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T21:21:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file', u'owner': u'268946171d8d4cbcab0e01020c8f4229', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd3ca1124-105c-45f0-af40-e06dc768f545', u'size': None, u'name': u'vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', u'checksum': None, u'self': u'/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T21:21:05Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 21:21:05,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 21:21:05,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 21:21:06,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cadac93-4172-4bf7-93c8-e45169aaf68c x-compute-request-id: req-7cadac93-4172-4bf7-93c8-e45169aaf68c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "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": "af05648b-4163-438a-aa59-82fba5559a73"}} 2018-07-15 21:21:06,169 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7cadac93-4172-4bf7-93c8-e45169aaf68c 2018-07-15 21:21:06,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.258867025375s 2018-07-15 21:21:06,170 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7cadac93-4172-4bf7-93c8-e45169aaf68c 2018-07-15 21:21:06,171 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', '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'52690990a52243adb7d5a696f81b986e', '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'af05648b-4163-438a-aa59-82fba5559a73', 'swap': 0}) 2018-07-15 21:21:06,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 21:21:06,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" -d '{"extra_specs": {}}' 2018-07-15 21:21:06,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-db5c4c12-49f2-4c9f-b10e-a9f6d35ea5b1 x-compute-request-id: req-db5c4c12-49f2-4c9f-b10e-a9f6d35ea5b1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 21:21:06,195 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73/os-extra_specs used request id req-db5c4c12-49f2-4c9f-b10e-a9f6d35ea5b1 2018-07-15 21:21:06,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0239539146423s 2018-07-15 21:21:06,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73/os-extra_specs used request id req-db5c4c12-49f2-4c9f-b10e-a9f6d35ea5b1 2018-07-15 21:21:06,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:06,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:06,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d44a68de-2985-4a37-a01a-acdcbf2edc95 Date: Sun, 15 Jul 2018 21:21:06 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":["13c5437b-bd9c-463e-be84-e486b58b0624"],"updated_at":"2018-07-15T21:21:01Z","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"268946171d8d4cbcab0e01020c8f4229","id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","name":"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:21:06,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d44a68de-2985-4a37-a01a-acdcbf2edc95 2018-07-15 21:21:06,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110544919968s 2018-07-15 21:21:06,307 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d44a68de-2985-4a37-a01a-acdcbf2edc95 2018-07-15 21:21:06,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:21:06,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:06,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-54907caa-990e-4495-81d1-913308365f39 Date: Sun, 15 Jul 2018 21:21:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/d3ca1124-105c-45f0-af40-e06dc768f545/snap", "metadata": {}}], "file": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file", "owner": "268946171d8d4cbcab0e01020c8f4229", "id": "d3ca1124-105c-45f0-af40-e06dc768f545", "size": 12716032, "self": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/d3ca1124-105c-45f0-af40-e06dc768f545/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:05Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:21:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:21:06,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-54907caa-990e-4495-81d1-913308365f39 2018-07-15 21:21:06,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341458320618s 2018-07-15 21:21:06,346 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-54907caa-990e-4495-81d1-913308365f39 2018-07-15 21:21:06,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:21:06,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:06,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-410ba189-6c83-4605-9155-5b0a65673c60 x-compute-request-id: req-410ba189-6c83-4605-9155-5b0a65673c60 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "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": "af05648b-4163-438a-aa59-82fba5559a73"}]} 2018-07-15 21:21:06,546 - 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-410ba189-6c83-4605-9155-5b0a65673c60 2018-07-15 21:21:06,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.197909832001s 2018-07-15 21:21:06,546 - 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-410ba189-6c83-4605-9155-5b0a65673c60 2018-07-15 21:21:06,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:21:06,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"server": {"name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "imageRef": "d3ca1124-105c-45f0-af40-e06dc768f545", "flavorRef": "af05648b-4163-438a-aa59-82fba5559a73", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2ebde198-5815-4218-a56c-6bbec2fa9e08"}]}}' 2018-07-15 21:21:07,777 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:21: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-70381773-d549-4540-87af-250bfd2ea2d2 x-compute-request-id: req-70381773-d549-4540-87af-250bfd2ea2d2 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "adminPass": "kor9FJmKo2Cj"}} 2018-07-15 21:21:07,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-70381773-d549-4540-87af-250bfd2ea2d2 2018-07-15 21:21:07,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.22906303406s 2018-07-15 21:21:07,777 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-70381773-d549-4540-87af-250bfd2ea2d2 2018-07-15 21:21:07,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:07,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:08,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a803c469-dac3-41a3-9ea0-e7ce9936babc x-compute-request-id: req-a803c469-dac3-41a3-9ea0-e7ce9936babc 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/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:08,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a803c469-dac3-41a3-9ea0-e7ce9936babc 2018-07-15 21:21:08,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.287313222885s 2018-07-15 21:21:08,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a803c469-dac3-41a3-9ea0-e7ce9936babc 2018-07-15 21:21:08,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:08,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-f5695913-e5ab-494f-8830-7a68afb6e3ca Date: Sun, 15 Jul 2018 21:21:08 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":["13c5437b-bd9c-463e-be84-e486b58b0624"],"updated_at":"2018-07-15T21:21:01Z","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"268946171d8d4cbcab0e01020c8f4229","id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","name":"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:21:08,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f5695913-e5ab-494f-8830-7a68afb6e3ca 2018-07-15 21:21:08,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112405061722s 2018-07-15 21:21:08,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f5695913-e5ab-494f-8830-7a68afb6e3ca 2018-07-15 21:21:08,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:21:08,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:08,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-6ec80ffd-095b-478e-a9fe-fdffdd4f40cc Date: Sun, 15 Jul 2018 21:21:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:21:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"268946171d8d4cbcab0e01020c8f4229","id":"13c5437b-bd9c-463e-be84-e486b58b0624","subnetpool_id":null,"name":"vping_userdata-subnet_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}]} 2018-07-15 21:21:08,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6ec80ffd-095b-478e-a9fe-fdffdd4f40cc 2018-07-15 21:21:08,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.229733943939s 2018-07-15 21:21:08,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6ec80ffd-095b-478e-a9fe-fdffdd4f40cc 2018-07-15 21:21:08,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:10,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:10,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:10,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26909a7c-172f-4943-b90b-264f4df83cb6 x-compute-request-id: req-26909a7c-172f-4943-b90b-264f4df83cb6 Content-Encoding: gzip Content-Length: 643 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/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:10Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:10,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-26909a7c-172f-4943-b90b-264f4df83cb6 2018-07-15 21:21:10,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.314838171005s 2018-07-15 21:21:10,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-26909a7c-172f-4943-b90b-264f4df83cb6 2018-07-15 21:21:10,738 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:12,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:12,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:13,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7c01512-9219-4630-8504-3fa2fc17142c x-compute-request-id: req-a7c01512-9219-4630-8504-3fa2fc17142c 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/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:10Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:13,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a7c01512-9219-4630-8504-3fa2fc17142c 2018-07-15 21:21:13,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533046007156s 2018-07-15 21:21:13,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a7c01512-9219-4630-8504-3fa2fc17142c 2018-07-15 21:21:13,276 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:15,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:15,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a0c6188-fc53-4d71-a57a-6d3d52e95f8b x-compute-request-id: req-6a0c6188-fc53-4d71-a57a-6d3d52e95f8b Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:15,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6a0c6188-fc53-4d71-a57a-6d3d52e95f8b 2018-07-15 21:21:15,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203106880188s 2018-07-15 21:21:15,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6a0c6188-fc53-4d71-a57a-6d3d52e95f8b 2018-07-15 21:21:15,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:21:15,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=29804cd4-a2ce-4c3d-a6c1-bafdee2b047b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:15,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-39596ca3-0e99-4cc9-a20d-f7ce219d03d1 Date: Sun, 15 Jul 2018 21:21:15 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:10Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:14Z","binding:vnic_type":"normal","device_id":"29804cd4-a2ce-4c3d-a6c1-bafdee2b047b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f9:97:f6","id":"174ed3e8-8353-4038-8354-f937d95ab639","port_security_enabled":true,"project_id":"268946171d8d4cbcab0e01020c8f4229","fixed_ips":[{"subnet_id":"13c5437b-bd9c-463e-be84-e486b58b0624","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["08eee089-d3a0-4a2d-8456-48797ffa12fd"],"name":""}]} 2018-07-15 21:21:15,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=29804cd4-a2ce-4c3d-a6c1-bafdee2b047b used request id req-39596ca3-0e99-4cc9-a20d-f7ce219d03d1 2018-07-15 21:21:15,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0953998565674s 2018-07-15 21:21:15,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=29804cd4-a2ce-4c3d-a6c1-bafdee2b047b used request id req-39596ca3-0e99-4cc9-a20d-f7ce219d03d1 2018-07-15 21:21:15,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:21:15,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=174ed3e8-8353-4038-8354-f937d95ab639" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:15,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0a46538c-b957-44bd-b426-62180ddd801f Date: Sun, 15 Jul 2018 21:21:15 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:21:15,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=174ed3e8-8353-4038-8354-f937d95ab639 used request id req-0a46538c-b957-44bd-b426-62180ddd801f 2018-07-15 21:21:15,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0518507957458s 2018-07-15 21:21:15,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=174ed3e8-8353-4038-8354-f937d95ab639 used request id req-0a46538c-b957-44bd-b426-62180ddd801f 2018-07-15 21:21:15,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:15,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:16,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fd505b4-e0f1-4fdb-83b1-aca26efab04e x-compute-request-id: req-3fd505b4-e0f1-4fdb-83b1-aca26efab04e Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:16,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3fd505b4-e0f1-4fdb-83b1-aca26efab04e 2018-07-15 21:21:16,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472050905228s 2018-07-15 21:21:16,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3fd505b4-e0f1-4fdb-83b1-aca26efab04e 2018-07-15 21:21:16,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:21:16,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=29804cd4-a2ce-4c3d-a6c1-bafdee2b047b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:16,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-13038e31-4054-4663-9e14-e73430ce0c74 Date: Sun, 15 Jul 2018 21:21:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:10Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:14Z","binding:vnic_type":"normal","device_id":"29804cd4-a2ce-4c3d-a6c1-bafdee2b047b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f9:97:f6","id":"174ed3e8-8353-4038-8354-f937d95ab639","port_security_enabled":true,"project_id":"268946171d8d4cbcab0e01020c8f4229","fixed_ips":[{"subnet_id":"13c5437b-bd9c-463e-be84-e486b58b0624","ip_address":"192.168.0.11"}],"extra_dhcp_opts":[],"security_groups":["08eee089-d3a0-4a2d-8456-48797ffa12fd"],"name":""}]} 2018-07-15 21:21:16,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=29804cd4-a2ce-4c3d-a6c1-bafdee2b047b used request id req-13038e31-4054-4663-9e14-e73430ce0c74 2018-07-15 21:21:16,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0592520236969s 2018-07-15 21:21:16,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=29804cd4-a2ce-4c3d-a6c1-bafdee2b047b used request id req-13038e31-4054-4663-9e14-e73430ce0c74 2018-07-15 21:21:16,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:21:16,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=174ed3e8-8353-4038-8354-f937d95ab639" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:16,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e5690107-84ec-4fc3-8dea-80af2811c973 Date: Sun, 15 Jul 2018 21:21:16 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:21:16,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=174ed3e8-8353-4038-8354-f937d95ab639 used request id req-e5690107-84ec-4fc3-8dea-80af2811c973 2018-07-15 21:21:16,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0416700839996s 2018-07-15 21:21:16,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=174ed3e8-8353-4038-8354-f937d95ab639 used request id req-e5690107-84ec-4fc3-8dea-80af2811c973 2018-07-15 21:21:16,225 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f9:97:f6', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd3ca1124-105c-45f0-af40-e06dc768f545'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:21:14.000000', 'flavor': Munch({u'id': u'af05648b-4163-438a-aa59-82fba5559a73'}), 'az': u'nova', 'id': u'29804cd4-a2ce-4c3d-a6c1-bafdee2b047b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c9ac066e25b5499f81ef7ce9539d90ee', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'268946171d8d4cbcab0e01020c8f4229', 'name': 'vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:21:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:21:14Z', 'hostId': u'b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:21:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'268946171d8d4cbcab0e01020c8f4229', 'name': u'vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 'adminPass': None, 'tenant_id': u'268946171d8d4cbcab0e01020c8f4229', 'created_at': u'2018-07-15T21:21:07Z', 'created': u'2018-07-15T21:21:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:21:16,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:16,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.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:16,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-680baab1-de31-4a3b-98a0-af569bedfd3d Date: Sun, 15 Jul 2018 21:21: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":["13c5437b-bd9c-463e-be84-e486b58b0624"],"updated_at":"2018-07-15T21:21:01Z","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"268946171d8d4cbcab0e01020c8f4229","id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","name":"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:21:16,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-680baab1-de31-4a3b-98a0-af569bedfd3d 2018-07-15 21:21:16,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108827114105s 2018-07-15 21:21:16,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-680baab1-de31-4a3b-98a0-af569bedfd3d 2018-07-15 21:21:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:21:16,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:16,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-18201b55-de39-4a2a-bc10-e7ba83940c62 Date: Sun, 15 Jul 2018 21:21:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/d3ca1124-105c-45f0-af40-e06dc768f545/snap", "metadata": {}}], "file": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file", "owner": "268946171d8d4cbcab0e01020c8f4229", "id": "d3ca1124-105c-45f0-af40-e06dc768f545", "size": 12716032, "self": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/d3ca1124-105c-45f0-af40-e06dc768f545/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:05Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:21:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:21:16,478 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-18201b55-de39-4a2a-bc10-e7ba83940c62 2018-07-15 21:21:16,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.13794708252s 2018-07-15 21:21:16,478 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-18201b55-de39-4a2a-bc10-e7ba83940c62 2018-07-15 21:21:16,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:21:16,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:16,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4566f773-f29a-47a9-a72d-5ea52937ddd5 x-compute-request-id: req-4566f773-f29a-47a9-a72d-5ea52937ddd5 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "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": "af05648b-4163-438a-aa59-82fba5559a73"}]} 2018-07-15 21:21:16,508 - 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-4566f773-f29a-47a9-a72d-5ea52937ddd5 2018-07-15 21:21:16,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0280289649963s 2018-07-15 21:21:16,508 - 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-4566f773-f29a-47a9-a72d-5ea52937ddd5 2018-07-15 21:21:16,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:21:16,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"server": {"name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "imageRef": "d3ca1124-105c-45f0-af40-e06dc768f545", "flavorRef": "af05648b-4163-438a-aa59-82fba5559a73", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMC4xMSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "2ebde198-5815-4218-a56c-6bbec2fa9e08"}]}}' 2018-07-15 21:21:17,254 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:21:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b296aa9c-489f-4656-99c2-bca2dd794ee4 x-compute-request-id: req-b296aa9c-489f-4656-99c2-bca2dd794ee4 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "adminPass": "x9qN8hGzqahu"}} 2018-07-15 21:21:17,255 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b296aa9c-489f-4656-99c2-bca2dd794ee4 2018-07-15 21:21:17,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.745084047318s 2018-07-15 21:21:17,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-b296aa9c-489f-4656-99c2-bca2dd794ee4 2018-07-15 21:21:17,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:17,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:17,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-e9a378b4-1bc6-413f-9943-4093b9a35c24 x-compute-request-id: req-e9a378b4-1bc6-413f-9943-4093b9a35c24 Content-Encoding: gzip Content-Length: 840 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/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:17,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e9a378b4-1bc6-413f-9943-4093b9a35c24 2018-07-15 21:21:17,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209415912628s 2018-07-15 21:21:17,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e9a378b4-1bc6-413f-9943-4093b9a35c24 2018-07-15 21:21:17,471 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:19,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:19,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:20,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44a77537-9724-4055-8bd6-1ffa88148097 x-compute-request-id: req-44a77537-9724-4055-8bd6-1ffa88148097 Content-Encoding: gzip Content-Length: 886 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/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:19Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:20,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-44a77537-9724-4055-8bd6-1ffa88148097 2018-07-15 21:21:20,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72613120079s 2018-07-15 21:21:20,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-44a77537-9724-4055-8bd6-1ffa88148097 2018-07-15 21:21:20,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:22,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:22,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:22,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f737ce82-2ce0-49c4-a66b-e8bbe3784aa3 x-compute-request-id: req-f737ce82-2ce0-49c4-a66b-e8bbe3784aa3 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:19Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:22,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f737ce82-2ce0-49c4-a66b-e8bbe3784aa3 2018-07-15 21:21:22,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.247956991196s 2018-07-15 21:21:22,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f737ce82-2ce0-49c4-a66b-e8bbe3784aa3 2018-07-15 21:21:22,461 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:24,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:24,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:24,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ced8ca2-59b1-4485-82bc-60916781c434 x-compute-request-id: req-5ced8ca2-59b1-4485-82bc-60916781c434 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:23Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:24,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ced8ca2-59b1-4485-82bc-60916781c434 2018-07-15 21:21:24,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527313947678s 2018-07-15 21:21:24,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ced8ca2-59b1-4485-82bc-60916781c434 2018-07-15 21:21:24,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:21:24,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-06c1faab-5300-4b24-be15-1072b092ac55 Date: Sun, 15 Jul 2018 21:21:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:19Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:23Z","binding:vnic_type":"normal","device_id":"7626fabc-4cbb-497a-9087-b264559cda3d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d4:4c:71","id":"8e6df587-8283-492f-9d8f-dd4dca97cb3b","port_security_enabled":true,"project_id":"268946171d8d4cbcab0e01020c8f4229","fixed_ips":[{"subnet_id":"13c5437b-bd9c-463e-be84-e486b58b0624","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["08eee089-d3a0-4a2d-8456-48797ffa12fd"],"name":""}]} 2018-07-15 21:21:25,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d used request id req-06c1faab-5300-4b24-be15-1072b092ac55 2018-07-15 21:21:25,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0596001148224s 2018-07-15 21:21:25,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d used request id req-06c1faab-5300-4b24-be15-1072b092ac55 2018-07-15 21:21:25,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:21:25,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e4cdc639-e534-44d1-a119-4b34775d6192 Date: Sun, 15 Jul 2018 21:21:25 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:21:25,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b used request id req-e4cdc639-e534-44d1-a119-4b34775d6192 2018-07-15 21:21:25,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0420379638672s 2018-07-15 21:21:25,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b used request id req-e4cdc639-e534-44d1-a119-4b34775d6192 2018-07-15 21:21:25,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51f13ff1-3e05-4faf-ace1-8ef65895ba0c x-compute-request-id: req-51f13ff1-3e05-4faf-ace1-8ef65895ba0c Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:23Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:25,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51f13ff1-3e05-4faf-ace1-8ef65895ba0c 2018-07-15 21:21:25,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375677108765s 2018-07-15 21:21:25,482 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-51f13ff1-3e05-4faf-ace1-8ef65895ba0c 2018-07-15 21:21:25,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:21:25,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-36f4c1a6-2718-405e-ac6a-6c3a9d7983d7 Date: Sun, 15 Jul 2018 21:21:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:19Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:23Z","binding:vnic_type":"normal","device_id":"7626fabc-4cbb-497a-9087-b264559cda3d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d4:4c:71","id":"8e6df587-8283-492f-9d8f-dd4dca97cb3b","port_security_enabled":true,"project_id":"268946171d8d4cbcab0e01020c8f4229","fixed_ips":[{"subnet_id":"13c5437b-bd9c-463e-be84-e486b58b0624","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["08eee089-d3a0-4a2d-8456-48797ffa12fd"],"name":""}]} 2018-07-15 21:21:25,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d used request id req-36f4c1a6-2718-405e-ac6a-6c3a9d7983d7 2018-07-15 21:21:25,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0576481819153s 2018-07-15 21:21:25,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d used request id req-36f4c1a6-2718-405e-ac6a-6c3a9d7983d7 2018-07-15 21:21:25,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:21:25,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-db580616-39a0-448c-bfe0-9a304535275d Date: Sun, 15 Jul 2018 21:21:25 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:21:25,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b used request id req-db580616-39a0-448c-bfe0-9a304535275d 2018-07-15 21:21:25,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0415799617767s 2018-07-15 21:21:25,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b used request id req-db580616-39a0-448c-bfe0-9a304535275d 2018-07-15 21:21:25,592 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d4:4c:71', u'version': 4, u'addr': u'192.168.0.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd3ca1124-105c-45f0-af40-e06dc768f545'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:21:23.000000', 'flavor': Munch({u'id': u'af05648b-4163-438a-aa59-82fba5559a73'}), 'az': u'nova', 'id': u'7626fabc-4cbb-497a-9087-b264559cda3d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c9ac066e25b5499f81ef7ce9539d90ee', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'268946171d8d4cbcab0e01020c8f4229', 'name': 'vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:21:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:21:23Z', 'hostId': u'5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.0.13', 'cloud': 'envvars', 'host_id': u'5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:21:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'268946171d8d4cbcab0e01020c8f4229', 'name': u'vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6', 'adminPass': None, 'tenant_id': u'268946171d8d4cbcab0e01020c8f4229', 'created_at': u'2018-07-15T21:21:17Z', 'created': u'2018-07-15T21:21:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:21:25,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f179fa4a-18a5-449e-b870-ad432e02d83d x-compute-request-id: req-f179fa4a-18a5-449e-b870-ad432e02d83d Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:23Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:25,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f179fa4a-18a5-449e-b870-ad432e02d83d 2018-07-15 21:21:25,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216099977493s 2018-07-15 21:21:25,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f179fa4a-18a5-449e-b870-ad432e02d83d 2018-07-15 21:21:25,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:21:25,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-da003ca1-a031-4baf-8d0c-c18f3cdfa663 Date: Sun, 15 Jul 2018 21:21:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:19Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:23Z","binding:vnic_type":"normal","device_id":"7626fabc-4cbb-497a-9087-b264559cda3d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d4:4c:71","id":"8e6df587-8283-492f-9d8f-dd4dca97cb3b","port_security_enabled":true,"project_id":"268946171d8d4cbcab0e01020c8f4229","fixed_ips":[{"subnet_id":"13c5437b-bd9c-463e-be84-e486b58b0624","ip_address":"192.168.0.13"}],"extra_dhcp_opts":[],"security_groups":["08eee089-d3a0-4a2d-8456-48797ffa12fd"],"name":""}]} 2018-07-15 21:21:25,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d used request id req-da003ca1-a031-4baf-8d0c-c18f3cdfa663 2018-07-15 21:21:25,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0570940971375s 2018-07-15 21:21:25,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7626fabc-4cbb-497a-9087-b264559cda3d used request id req-da003ca1-a031-4baf-8d0c-c18f3cdfa663 2018-07-15 21:21:25,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:21:25,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:25,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-258180b0-8fc4-4714-a371-9711f54d1b50 Date: Sun, 15 Jul 2018 21:21:25 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:21:25,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b used request id req-258180b0-8fc4-4714-a371-9711f54d1b50 2018-07-15 21:21:25,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0402729511261s 2018-07-15 21:21:25,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8e6df587-8283-492f-9d8f-dd4dca97cb3b used request id req-258180b0-8fc4-4714-a371-9711f54d1b50 2018-07-15 21:21:25,918 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-15 21:21:26,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:26,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:27,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-c9f69ef8-7e50-4ac4-b54c-574961be6910 x-compute-request-id: req-c9f69ef8-7e50-4ac4-b54c-574961be6910 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:23Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:27,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c9f69ef8-7e50-4ac4-b54c-574961be6910 2018-07-15 21:21:27,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208865880966s 2018-07-15 21:21:27,129 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c9f69ef8-7e50-4ac4-b54c-574961be6910 2018-07-15 21:21:27,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 21:21:27,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 21:21:27,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-446295ac-1fb1-4fb1-9dfb-63a46e2fa247 x-compute-request-id: req-446295ac-1fb1-4fb1-9dfb-63a46e2fa247 Content-Encoding: gzip Content-Length: 7941 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 471174506 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.160216] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161909] pid_max: default: 32768 minimum: 301\n[ 0.162824] ACPI: Core revision 20150930\n[ 0.164228] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.165573] Security Framework initialized\n[ 0.166407] Yama: becoming mindful.\n[ 0.167152] AppArmor: AppArmor initialized\n[ 0.168034] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.169352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.170661] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.173549] Initializing cgroup subsys io\n[ 0.174432] Initializing cgroup subsys memory\n[ 0.175329] Initializing cgroup subsys devices\n[ 0.176226] Initializing cgroup subsys freezer\n[ 0.177111] Initializing cgroup subsys net_cls\n[ 0.178000] Initializing cgroup subsys perf_event\n[ 0.178933] Initializing cgroup subsys net_prio\n[ 0.179847] Initializing cgroup subsys hugetlb\n[ 0.180741] Initializing cgroup subsys pids\n[ 0.181633] CPU: Physical Processor ID: 0\n[ 0.183146] mce: CPU supports 10 MCE banks\n[ 0.184014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199559] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.205694] ftrace: allocating 31920 entries in 125 pages\n[ 0.230805] smpboot: Max logical packages: 1\n[ 0.231694] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233070] x2apic enabled\n[ 0.233890] Switched APIC routing to physical x2apic.\n[ 0.235660] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238933] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240764] KVM setup paravirtual spinlock\n[ 0.242086] x86: Booted up 1 node, 1 CPUs\n[ 0.242914] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244337] devtmpfs: initialized\n[ 0.246066] evm: security.selinux\n[ 0.246782] evm: security.SMACK64\n[ 0.247487] evm: security.SMACK64EXEC\n[ 0.248246] evm: security.SMACK64TRANSMUTE\n[ 0.249065] evm: security.SMACK64MMAP\n[ 0.249825] evm: security.ima\n[ 0.250482] evm: security.capability\n[ 0.251300] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253200] pinctrl core: initialized pinctrl subsystem\n[ 0.254325] RTC time: 21:21:23, date: 07/15/18\n[ 0.255319] NET: Registered protocol family 16\n[ 0.256324] cpuidle: using governor ladder\n[ 0.257163] cpuidle: using governor menu\n[ 0.257962] PCCT header not found.\n[ 0.258737] ACPI: bus type PCI registered\n[ 0.259562] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260834] PCI: Using configuration type 1 for base access\n[ 0.262634] ACPI: Added _OSI(Module Device)\n[ 0.263501] ACPI: Added _OSI(Processor Device)\n[ 0.264398] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265317] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267074] ACPI: Interpreter enabled\n[ 0.267865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.271647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.273541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275434] ACPI: (supports S0 S5)\n[ 0.276153] ACPI: Using IOAPIC for interrupt routing\n[ 0.277121] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.280302] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.281476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.282741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.283969] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.286272] acpiphp: Slot [3] registered\n[ 0.287092] acpiphp: Slot [4] registered\n[ 0.287916] acpiphp: Slot [5] registered\n[ 0.288739] acpiphp: Slot [6] registered\n[ 0.289557] acpiphp: Slot [7] registered\n[ 0.290381] acpiphp: Slot [8] registered\n[ 0.291208] acpiphp: Slot [9] registered\n[ 0.292031] acpiphp: Slot [10] registered\n[ 0.292864] acpiphp: Slot [11] registered\n[ 0.293702] acpiphp: Slot [12] registered\n[ 0.294540] acpiphp: Slot [13] registered\n[ 0.295376] acpiphp: Slot [14] registered\n[ 0.296208] acpiphp: Slot [15] registered\n[ 0.307250] acpiphp: Slot [16] registered\n[ 0.308092] acpiphp: Slot [17] registered\n[ 0.308926] acpiphp: Slot [18] registered\n[ 0.309755] acpiphp: Slot [19] registered\n[ 0.310584] acpiphp: Slot [20] registered\n[ 0.311418] acpiphp: Slot [21] registered\n[ 0.312251] acpiphp: Slot [22] registered\n[ 0.313077] acpiphp: Slot [23] registered\n[ 0.313907] acpiphp: Slot [24] registered\n[ 0.314739] acpiphp: Slot [25] registered\n[ 0.315580] acpiphp: Slot [26] registered\n[ 0.316410] acpiphp: Slot [27] registered\n[ 0.317240] acpiphp: Slot [28] registered\n[ 0.318068] acpiphp: Slot [29] registered\n[ 0.318902] acpiphp: Slot [30] registered\n[ 0.319740] acpiphp: Slot [31] registered\n[ 0.320570] PCI host bridge to bus 0000:00\n[ 0.321400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.322640] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325388] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.326864] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.328381] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332945] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335467] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340622] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360625] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362445] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363898] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366646] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367976] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369057] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370639] vgaarb: loaded\n[ 0.371255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373434] ACPI: bus type USB registered\n[ 0.374280] usbcore: registered new interface driver usbfs\n[ 0.375353] usbcore: registered new interface driver hub\n[ 0.376383] usbcore: registered new device driver usb\n[ 0.377513] PCI: Using ACPI for IRQ routing\n[ 0.378647] NetLabel: Initializing\n[ 0.379390] NetLabel: domain hash size = 128\n[ 0.380263] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381244] NetLabel: unlabeled traffic allowed by default\n[ 0.382429] clocksource: Switched to clocksource kvm-clock\n[ 0.390665] AppArmor: AppArmor Filesystem Enabled\n[ 0.391659] pnp: PnP ACPI init\n[ 0.392619] pnp: PnP ACPI: found 5 devices\n[ 0.399006] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400767] NET: Registered protocol family 2\n[ 0.401830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403161] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404397] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407983] NET: Registered protocol family 1\n[ 0.408886] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410010] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439404] Trying to unpack rootfs image as initramfs...\n[ 0.496203] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497911] Scanning for low memory corruption every 60 seconds\n[ 0.499307] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500490] audit: initializing netlink subsys (disabled)\n[ 0.501539] audit: type=2000 audit(1531689684.154:1): initialized\n[ 0.502929] Initialise system trusted keyring\n[ 0.503916] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505103] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507266] zbud: loaded\n[ 0.508008] VFS: Disk quotas dquot_6.6.0\n[ 0.508853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510498] fuse init (API version 7.23)\n[ 0.511429] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513501] Key type asymmetric registered\n[ 0.514344] Asymmetric key parser 'x509' registered\n[ 0.515343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516864] io scheduler noop registered\n[ 0.517683] io scheduler deadline registered (default)\n[ 0.518715] io scheduler cfq registered\n[ 0.519594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520665] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521962] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523460] ACPI: Power Button [PWRF]\n[ 0.524333] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596834] Linux agpgart interface v0.103\n[ 0.599765] brd: module loaded\n[ 0.601478] loop: module loaded\n[ 0.606010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607513] GPT:90111 != 2097151\n[ 0.608210] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609326] GPT:90111 != 2097151\n[ 0.610015] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611013] vda: vda1 vda15\n[ 0.612415] scsi host0: ata_piix\n[ 0.613223] scsi host1: ata_piix\n[ 0.613959] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.615217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616739] libphy: Fixed MDIO Bus: probed\n[ 0.617601] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618582] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620919] PPP generic driver version 2.4.2\n[ 0.622004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623163] ehci-pci: EHCI PCI platform driver\n[ 0.624003] ehci-platform: EHCI generic platform driver\n[ 0.625300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626828] ohci-pci: OHCI PCI platform driver\n[ 0.627954] ohci-platform: OHCI generic platform driver\n[ 0.629227] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643759] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645049] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646890] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.649615] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652979] usb usb1: Product: UHCI Host Controller\n[ 0.654145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655610] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657815] hub 1-0:1.0: 2 ports detected\n[ 0.658975] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661528] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662826] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664140] mousedev: PS/2 mouse device common for all mice\n[ 0.665715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670895] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672430] i2c /dev entries driver\n[ 0.673394] device-mapper: uevent: version 1.0.3\n[ 0.674620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678949] NET: Registered protocol family 10\n[ 0.680511] NET: Registered protocol family 17\n[ 0.681586] Key type dns_resolver registered\n[ 0.682980] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684251] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686420] registered taskstats version 1\n[ 0.687439] Loading compiled-in X.509 certificates\n[ 0.689160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691350] zswap: loaded using pool lzo/zbud\n[ 0.693618] Key type trusted registered\n[ 0.695610] Key type encrypted registered\n[ 0.696561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698978] evm: HMAC attrs: 0x1\n[ 0.700144] Magic number: 10:185:399\n[ 0.701146] rtc_cmos 00:00: setting system clock to 2018-07-15 21:21:23 UTC (1531689683)\n[ 0.703057] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704323] EDD information not available.\n[ 0.776804] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789098] Write protecting the kernel read-only data: 14336k\n[ 0.793019] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795216] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.842031] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.13...\nLease of 192.168.0.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-07-15 21:21:27,366 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d/action used request id req-446295ac-1fb1-4fb1-9dfb-63a46e2fa247 2018-07-15 21:21:27,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.233454942703s 2018-07-15 21:21:27,367 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d/action used request id req-446295ac-1fb1-4fb1-9dfb-63a46e2fa247 2018-07-15 21:21:27,367 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 471174506 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.160216] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.161909] pid_max: default: 32768 minimum: 301 [ 0.162824] ACPI: Core revision 20150930 [ 0.164228] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.165573] Security Framework initialized [ 0.166407] Yama: becoming mindful. [ 0.167152] AppArmor: AppArmor initialized [ 0.168034] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.169352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.170661] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.171896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.173549] Initializing cgroup subsys io [ 0.174432] Initializing cgroup subsys memory [ 0.175329] Initializing cgroup subsys devices [ 0.176226] Initializing cgroup subsys freezer [ 0.177111] Initializing cgroup subsys net_cls [ 0.178000] Initializing cgroup subsys perf_event [ 0.178933] Initializing cgroup subsys net_prio [ 0.179847] Initializing cgroup subsys hugetlb [ 0.180741] Initializing cgroup subsys pids [ 0.181633] CPU: Physical Processor ID: 0 [ 0.183146] mce: CPU supports 10 MCE banks [ 0.184014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.185040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.199559] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.205694] ftrace: allocating 31920 entries in 125 pages [ 0.230805] smpboot: Max logical packages: 1 [ 0.231694] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.233070] x2apic enabled [ 0.233890] Switched APIC routing to physical x2apic. [ 0.235660] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238933] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240764] KVM setup paravirtual spinlock [ 0.242086] x86: Booted up 1 node, 1 CPUs [ 0.242914] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244337] devtmpfs: initialized [ 0.246066] evm: security.selinux [ 0.246782] evm: security.SMACK64 [ 0.247487] evm: security.SMACK64EXEC [ 0.248246] evm: security.SMACK64TRANSMUTE [ 0.249065] evm: security.SMACK64MMAP [ 0.249825] evm: security.ima [ 0.250482] evm: security.capability [ 0.251300] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253200] pinctrl core: initialized pinctrl subsystem [ 0.254325] RTC time: 21:21:23, date: 07/15/18 [ 0.255319] NET: Registered protocol family 16 [ 0.256324] cpuidle: using governor ladder [ 0.257163] cpuidle: using governor menu [ 0.257962] PCCT header not found. [ 0.258737] ACPI: bus type PCI registered [ 0.259562] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260834] PCI: Using configuration type 1 for base access [ 0.262634] ACPI: Added _OSI(Module Device) [ 0.263501] ACPI: Added _OSI(Processor Device) [ 0.264398] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265317] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267074] ACPI: Interpreter enabled [ 0.267865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.269761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.271647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.273541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.275434] ACPI: (supports S0 S5) [ 0.276153] ACPI: Using IOAPIC for interrupt routing [ 0.277121] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280302] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.282741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.283969] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.286272] acpiphp: Slot [3] registered [ 0.287092] acpiphp: Slot [4] registered [ 0.287916] acpiphp: Slot [5] registered [ 0.288739] acpiphp: Slot [6] registered [ 0.289557] acpiphp: Slot [7] registered [ 0.290381] acpiphp: Slot [8] registered [ 0.291208] acpiphp: Slot [9] registered [ 0.292031] acpiphp: Slot [10] registered [ 0.292864] acpiphp: Slot [11] registered [ 0.293702] acpiphp: Slot [12] registered [ 0.294540] acpiphp: Slot [13] registered [ 0.295376] acpiphp: Slot [14] registered [ 0.296208] acpiphp: Slot [15] registered [ 0.307250] acpiphp: Slot [16] registered [ 0.308092] acpiphp: Slot [17] registered [ 0.308926] acpiphp: Slot [18] registered [ 0.309755] acpiphp: Slot [19] registered [ 0.310584] acpiphp: Slot [20] registered [ 0.311418] acpiphp: Slot [21] registered [ 0.312251] acpiphp: Slot [22] registered [ 0.313077] acpiphp: Slot [23] registered [ 0.313907] acpiphp: Slot [24] registered [ 0.314739] acpiphp: Slot [25] registered [ 0.315580] acpiphp: Slot [26] registered [ 0.316410] acpiphp: Slot [27] registered [ 0.317240] acpiphp: Slot [28] registered [ 0.318068] acpiphp: Slot [29] registered [ 0.318902] acpiphp: Slot [30] registered [ 0.319740] acpiphp: Slot [31] registered [ 0.320570] PCI host bridge to bus 0000:00 [ 0.321400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.322640] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.323888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.325388] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.326864] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.328381] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.331637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.332945] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.334151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.335467] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.339054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.340622] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360625] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362445] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363898] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366646] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367976] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369057] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370639] vgaarb: loaded [ 0.371255] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373434] ACPI: bus type USB registered [ 0.374280] usbcore: registered new interface driver usbfs [ 0.375353] usbcore: registered new interface driver hub [ 0.376383] usbcore: registered new device driver usb [ 0.377513] PCI: Using ACPI for IRQ routing [ 0.378647] NetLabel: Initializing [ 0.379390] NetLabel: domain hash size = 128 [ 0.380263] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381244] NetLabel: unlabeled traffic allowed by default [ 0.382429] clocksource: Switched to clocksource kvm-clock [ 0.390665] AppArmor: AppArmor Filesystem Enabled [ 0.391659] pnp: PnP ACPI init [ 0.392619] pnp: PnP ACPI: found 5 devices [ 0.399006] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400767] NET: Registered protocol family 2 [ 0.401830] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403161] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.404397] TCP: Hash tables configured (established 4096 bind 4096) [ 0.405643] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407983] NET: Registered protocol family 1 [ 0.408886] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.410010] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.411115] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.439404] Trying to unpack rootfs image as initramfs... [ 0.496203] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497911] Scanning for low memory corruption every 60 seconds [ 0.499307] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500490] audit: initializing netlink subsys (disabled) [ 0.501539] audit: type=2000 audit(1531689684.154:1): initialized [ 0.502929] Initialise system trusted keyring [ 0.503916] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505103] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507266] zbud: loaded [ 0.508008] VFS: Disk quotas dquot_6.6.0 [ 0.508853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510498] fuse init (API version 7.23) [ 0.511429] Key type big_key registered [ 0.512251] Allocating IMA MOK and blacklist keyrings. [ 0.513501] Key type asymmetric registered [ 0.514344] Asymmetric key parser 'x509' registered [ 0.515343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516864] io scheduler noop registered [ 0.517683] io scheduler deadline registered (default) [ 0.518715] io scheduler cfq registered [ 0.519594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520665] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521962] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523460] ACPI: Power Button [PWRF] [ 0.524333] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596834] Linux agpgart interface v0.103 [ 0.599765] brd: module loaded [ 0.601478] loop: module loaded [ 0.606010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607513] GPT:90111 != 2097151 [ 0.608210] GPT:Alternate GPT header not at the end of the disk. [ 0.609326] GPT:90111 != 2097151 [ 0.610015] GPT: Use GNU Parted to correct GPT errors. [ 0.611013] vda: vda1 vda15 [ 0.612415] scsi host0: ata_piix [ 0.613223] scsi host1: ata_piix [ 0.613959] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.615217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.616739] libphy: Fixed MDIO Bus: probed [ 0.617601] tun: Universal TUN/TAP device driver, 1.6 [ 0.618582] tun: (C) 1999-2004 Max Krasnyansky [ 0.620919] PPP generic driver version 2.4.2 [ 0.622004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623163] ehci-pci: EHCI PCI platform driver [ 0.624003] ehci-platform: EHCI generic platform driver [ 0.625300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626828] ohci-pci: OHCI PCI platform driver [ 0.627954] ohci-platform: OHCI generic platform driver [ 0.629227] uhci_hcd: USB Universal Host Controller Interface driver [ 0.643759] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645049] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.646890] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649615] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.651200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652979] usb usb1: Product: UHCI Host Controller [ 0.654145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.655610] usb usb1: SerialNumber: 0000:00:01.2 [ 0.656838] hub 1-0:1.0: USB hub found [ 0.657815] hub 1-0:1.0: 2 ports detected [ 0.658975] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661528] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662826] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664140] mousedev: PS/2 mouse device common for all mice [ 0.665715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.668011] rtc_cmos 00:00: RTC can wake from S4 [ 0.669385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.670895] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.672430] i2c /dev entries driver [ 0.673394] device-mapper: uevent: version 1.0.3 [ 0.674620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.676705] ledtrig-cpu: registered to indicate activity on CPUs [ 0.678949] NET: Registered protocol family 10 [ 0.680511] NET: Registered protocol family 17 [ 0.681586] Key type dns_resolver registered [ 0.682980] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.684251] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.686420] registered taskstats version 1 [ 0.687439] Loading compiled-in X.509 certificates [ 0.689160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.691350] zswap: loaded using pool lzo/zbud [ 0.693618] Key type trusted registered [ 0.695610] Key type encrypted registered [ 0.696561] AppArmor: AppArmor sha1 policy hashing enabled [ 0.697754] ima: No TPM chip found, activating TPM-bypass! [ 0.698978] evm: HMAC attrs: 0x1 [ 0.700144] Magic number: 10:185:399 [ 0.701146] rtc_cmos 00:00: setting system clock to 2018-07-15 21:21:23 UTC (1531689683) [ 0.703057] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.704323] EDD information not available. [ 0.776804] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789098] Write protecting the kernel read-only data: 14336k [ 0.793019] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795216] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.842031] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.13... Lease of 192.168.0.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: 2018-07-15 21:21:27,368 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.0.11. Waiting for response... 2018-07-15 21:21:28,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:28,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:28,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0671acfe-b88f-4a1d-b911-828e1364ca20 x-compute-request-id: req-0671acfe-b88f-4a1d-b911-828e1364ca20 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:23Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:14Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:28,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0671acfe-b88f-4a1d-b911-828e1364ca20 2018-07-15 21:21:28,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209322929382s 2018-07-15 21:21:28,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0671acfe-b88f-4a1d-b911-828e1364ca20 2018-07-15 21:21:28,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 21:21:28,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 21:21:28,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ee36130-acc8-444a-a772-86d4cf61d7d8 x-compute-request-id: req-1ee36130-acc8-444a-a772-86d4cf61d7d8 Content-Encoding: gzip Content-Length: 9540 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 471174506 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.160216] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161909] pid_max: default: 32768 minimum: 301\n[ 0.162824] ACPI: Core revision 20150930\n[ 0.164228] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.165573] Security Framework initialized\n[ 0.166407] Yama: becoming mindful.\n[ 0.167152] AppArmor: AppArmor initialized\n[ 0.168034] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.169352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.170661] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.173549] Initializing cgroup subsys io\n[ 0.174432] Initializing cgroup subsys memory\n[ 0.175329] Initializing cgroup subsys devices\n[ 0.176226] Initializing cgroup subsys freezer\n[ 0.177111] Initializing cgroup subsys net_cls\n[ 0.178000] Initializing cgroup subsys perf_event\n[ 0.178933] Initializing cgroup subsys net_prio\n[ 0.179847] Initializing cgroup subsys hugetlb\n[ 0.180741] Initializing cgroup subsys pids\n[ 0.181633] CPU: Physical Processor ID: 0\n[ 0.183146] mce: CPU supports 10 MCE banks\n[ 0.184014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.185040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199559] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.205694] ftrace: allocating 31920 entries in 125 pages\n[ 0.230805] smpboot: Max logical packages: 1\n[ 0.231694] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233070] x2apic enabled\n[ 0.233890] Switched APIC routing to physical x2apic.\n[ 0.235660] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238933] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240764] KVM setup paravirtual spinlock\n[ 0.242086] x86: Booted up 1 node, 1 CPUs\n[ 0.242914] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244337] devtmpfs: initialized\n[ 0.246066] evm: security.selinux\n[ 0.246782] evm: security.SMACK64\n[ 0.247487] evm: security.SMACK64EXEC\n[ 0.248246] evm: security.SMACK64TRANSMUTE\n[ 0.249065] evm: security.SMACK64MMAP\n[ 0.249825] evm: security.ima\n[ 0.250482] evm: security.capability\n[ 0.251300] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253200] pinctrl core: initialized pinctrl subsystem\n[ 0.254325] RTC time: 21:21:23, date: 07/15/18\n[ 0.255319] NET: Registered protocol family 16\n[ 0.256324] cpuidle: using governor ladder\n[ 0.257163] cpuidle: using governor menu\n[ 0.257962] PCCT header not found.\n[ 0.258737] ACPI: bus type PCI registered\n[ 0.259562] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260834] PCI: Using configuration type 1 for base access\n[ 0.262634] ACPI: Added _OSI(Module Device)\n[ 0.263501] ACPI: Added _OSI(Processor Device)\n[ 0.264398] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265317] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267074] ACPI: Interpreter enabled\n[ 0.267865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.269761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.271647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.273541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275434] ACPI: (supports S0 S5)\n[ 0.276153] ACPI: Using IOAPIC for interrupt routing\n[ 0.277121] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.280302] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.281476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.282741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.283969] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.286272] acpiphp: Slot [3] registered\n[ 0.287092] acpiphp: Slot [4] registered\n[ 0.287916] acpiphp: Slot [5] registered\n[ 0.288739] acpiphp: Slot [6] registered\n[ 0.289557] acpiphp: Slot [7] registered\n[ 0.290381] acpiphp: Slot [8] registered\n[ 0.291208] acpiphp: Slot [9] registered\n[ 0.292031] acpiphp: Slot [10] registered\n[ 0.292864] acpiphp: Slot [11] registered\n[ 0.293702] acpiphp: Slot [12] registered\n[ 0.294540] acpiphp: Slot [13] registered\n[ 0.295376] acpiphp: Slot [14] registered\n[ 0.296208] acpiphp: Slot [15] registered\n[ 0.307250] acpiphp: Slot [16] registered\n[ 0.308092] acpiphp: Slot [17] registered\n[ 0.308926] acpiphp: Slot [18] registered\n[ 0.309755] acpiphp: Slot [19] registered\n[ 0.310584] acpiphp: Slot [20] registered\n[ 0.311418] acpiphp: Slot [21] registered\n[ 0.312251] acpiphp: Slot [22] registered\n[ 0.313077] acpiphp: Slot [23] registered\n[ 0.313907] acpiphp: Slot [24] registered\n[ 0.314739] acpiphp: Slot [25] registered\n[ 0.315580] acpiphp: Slot [26] registered\n[ 0.316410] acpiphp: Slot [27] registered\n[ 0.317240] acpiphp: Slot [28] registered\n[ 0.318068] acpiphp: Slot [29] registered\n[ 0.318902] acpiphp: Slot [30] registered\n[ 0.319740] acpiphp: Slot [31] registered\n[ 0.320570] PCI host bridge to bus 0000:00\n[ 0.321400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.322640] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.325388] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.326864] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.328381] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.331637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332945] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.335467] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.339054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.340622] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.359104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360625] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.362445] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363898] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.365341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.366646] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367976] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.369057] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370639] vgaarb: loaded\n[ 0.371255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.372505] SCSI subsystem initialized\n[ 0.373434] ACPI: bus type USB registered\n[ 0.374280] usbcore: registered new interface driver usbfs\n[ 0.375353] usbcore: registered new interface driver hub\n[ 0.376383] usbcore: registered new device driver usb\n[ 0.377513] PCI: Using ACPI for IRQ routing\n[ 0.378647] NetLabel: Initializing\n[ 0.379390] NetLabel: domain hash size = 128\n[ 0.380263] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.381244] NetLabel: unlabeled traffic allowed by default\n[ 0.382429] clocksource: Switched to clocksource kvm-clock\n[ 0.390665] AppArmor: AppArmor Filesystem Enabled\n[ 0.391659] pnp: PnP ACPI init\n[ 0.392619] pnp: PnP ACPI: found 5 devices\n[ 0.399006] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400767] NET: Registered protocol family 2\n[ 0.401830] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.403161] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.404397] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405643] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407983] NET: Registered protocol family 1\n[ 0.408886] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.410010] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.411115] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.439404] Trying to unpack rootfs image as initramfs...\n[ 0.496203] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.497911] Scanning for low memory corruption every 60 seconds\n[ 0.499307] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.500490] audit: initializing netlink subsys (disabled)\n[ 0.501539] audit: type=2000 audit(1531689684.154:1): initialized\n[ 0.502929] Initialise system trusted keyring\n[ 0.503916] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505103] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507266] zbud: loaded\n[ 0.508008] VFS: Disk quotas dquot_6.6.0\n[ 0.508853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510498] fuse init (API version 7.23)\n[ 0.511429] Key type big_key registered\n[ 0.512251] Allocating IMA MOK and blacklist keyrings.\n[ 0.513501] Key type asymmetric registered\n[ 0.514344] Asymmetric key parser 'x509' registered\n[ 0.515343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516864] io scheduler noop registered\n[ 0.517683] io scheduler deadline registered (default)\n[ 0.518715] io scheduler cfq registered\n[ 0.519594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520665] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521962] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523460] ACPI: Power Button [PWRF]\n[ 0.524333] GHES: HEST is not enabled!\n[ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596834] Linux agpgart interface v0.103\n[ 0.599765] brd: module loaded\n[ 0.601478] loop: module loaded\n[ 0.606010] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.607513] GPT:90111 != 2097151\n[ 0.608210] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609326] GPT:90111 != 2097151\n[ 0.610015] GPT: Use GNU Parted to correct GPT errors.\n[ 0.611013] vda: vda1 vda15\n[ 0.612415] scsi host0: ata_piix\n[ 0.613223] scsi host1: ata_piix\n[ 0.613959] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.615217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616739] libphy: Fixed MDIO Bus: probed\n[ 0.617601] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618582] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620919] PPP generic driver version 2.4.2\n[ 0.622004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623163] ehci-pci: EHCI PCI platform driver\n[ 0.624003] ehci-platform: EHCI generic platform driver\n[ 0.625300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626828] ohci-pci: OHCI PCI platform driver\n[ 0.627954] ohci-platform: OHCI generic platform driver\n[ 0.629227] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.643759] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645049] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646890] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.649615] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652979] usb usb1: Product: UHCI Host Controller\n[ 0.654145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655610] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656838] hub 1-0:1.0: USB hub found\n[ 0.657815] hub 1-0:1.0: 2 ports detected\n[ 0.658975] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.661528] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.662826] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664140] mousedev: PS/2 mouse device common for all mice\n[ 0.665715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668011] rtc_cmos 00:00: RTC can wake from S4\n[ 0.669385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.670895] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672430] i2c /dev entries driver\n[ 0.673394] device-mapper: uevent: version 1.0.3\n[ 0.674620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676705] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.678949] NET: Registered protocol family 10\n[ 0.680511] NET: Registered protocol family 17\n[ 0.681586] Key type dns_resolver registered\n[ 0.682980] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684251] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686420] registered taskstats version 1\n[ 0.687439] Loading compiled-in X.509 certificates\n[ 0.689160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691350] zswap: loaded using pool lzo/zbud\n[ 0.693618] Key type trusted registered\n[ 0.695610] Key type encrypted registered\n[ 0.696561] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.698978] evm: HMAC attrs: 0x1\n[ 0.700144] Magic number: 10:185:399\n[ 0.701146] rtc_cmos 00:00: setting system clock to 2018-07-15 21:21:23 UTC (1531689683)\n[ 0.703057] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.704323] EDD information not available.\n[ 0.776804] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789098] Write protecting the kernel read-only data: 14336k\n[ 0.793019] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795216] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.842031] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.10\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.13...\nLease of 192.168.0.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKd3531lVU5HAJkbQ6BMOV608m6SbrCBctj+ZgW+E73+wuHdewx5J1IFzdFRbGnc5nyacsevBX+fvSPIL23hsKM4aKjzndDqzvpDrOf6CUOOHbJdUTBB9bqNIANlkM9oBcpu2EoM8IbKHN0W3PuoNjMFGbBtsykWgR+bNgJuJcSYQaUWqofo00npzY5i7TrW7rlv2d0L17BMIqy4xe6tTk/PVeDKts4lAAdX3VbBb5OGjDuKwNhsKwXxxwYDkEVLU9NFPO0Ljjs3Wh3JQtetEHeeQ8gYnXUGjj7Yxor75wmjJ4s0o973iCWurULVBHlbLLJPxZqe7mGsNx0da7XIzX root@vping-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6\nssh-dss AAAAB3NzaC1kc3MAAACBAM8gaXl21putDtna7TNwpdVczUt/X9Ya/5XieEBjVzJ1BviTwT4LcWRyL/JpKjaXGI6GynDFg2F7Qriy0JCcgnbbtllEaEB8VHIv/rwufIlnofZ/ayWHmRNXY8f/rO6NS/tdfnTyky1IWAxEwYnO7YvrlwfghuKllBH3YErUX4JTAAAAFQC4bzXHFYl2B0aDlc3KS+o5xKf0zwAAAIBXRvfebesKccFbyD1JgHqjvF7j2JEBHzr+HGmcAfOVd8ITH8zDjyFG7C5T6mRA+E+mm18/2n9vQH+oYPae2UQY5RmBhg0We29ho62D37H7QTMpPmR3tdLXsx3HaqVdR2kPTOTWt2GsqsCjyndz2vkoXOe7DI/E9sB67wl615VFKwAAAIEAtd40tf65B8QDO6E2w7p73KcHB713XS0wAVLw7DBKXMRTBBbIzQTEieVCQmmmdaT5s9507gOPUrGRUDxzz/6eSrCc/3/oVMWOP5TC63XK5ZYYF1Z8lFSN5igjATMnJ6qnTuyexWxvHy2DEACCCKhAfAANivQ2XNcymqsNkuwvt8E= root@vping-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.0.13,24,fe80::f816:3eff:fed4:4c71/64,\nip-route:default via 192.168.0.1 dev eth0 \nip-route:169.254.169.254 via 192.168.0.2 dev eth0 \nip-route:192.168.0.0/24 dev eth0 src 192.168.0.13 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6\nlaunch-index: 0\n=== cirros: current=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-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6 login: "} 2018-07-15 21:21:28,676 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d/action used request id req-1ee36130-acc8-444a-a772-86d4cf61d7d8 2018-07-15 21:21:28,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0937077999115s 2018-07-15 21:21:28,677 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d/action used request id req-1ee36130-acc8-444a-a772-86d4cf61d7d8 2018-07-15 21:21:28,677 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 471174506 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.160216] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.161909] pid_max: default: 32768 minimum: 301 [ 0.162824] ACPI: Core revision 20150930 [ 0.164228] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.165573] Security Framework initialized [ 0.166407] Yama: becoming mindful. [ 0.167152] AppArmor: AppArmor initialized [ 0.168034] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.169352] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.170661] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.171896] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.173549] Initializing cgroup subsys io [ 0.174432] Initializing cgroup subsys memory [ 0.175329] Initializing cgroup subsys devices [ 0.176226] Initializing cgroup subsys freezer [ 0.177111] Initializing cgroup subsys net_cls [ 0.178000] Initializing cgroup subsys perf_event [ 0.178933] Initializing cgroup subsys net_prio [ 0.179847] Initializing cgroup subsys hugetlb [ 0.180741] Initializing cgroup subsys pids [ 0.181633] CPU: Physical Processor ID: 0 [ 0.183146] mce: CPU supports 10 MCE banks [ 0.184014] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.185040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.199559] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.205694] ftrace: allocating 31920 entries in 125 pages [ 0.230805] smpboot: Max logical packages: 1 [ 0.231694] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.233070] x2apic enabled [ 0.233890] Switched APIC routing to physical x2apic. [ 0.235660] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236806] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238933] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240764] KVM setup paravirtual spinlock [ 0.242086] x86: Booted up 1 node, 1 CPUs [ 0.242914] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244337] devtmpfs: initialized [ 0.246066] evm: security.selinux [ 0.246782] evm: security.SMACK64 [ 0.247487] evm: security.SMACK64EXEC [ 0.248246] evm: security.SMACK64TRANSMUTE [ 0.249065] evm: security.SMACK64MMAP [ 0.249825] evm: security.ima [ 0.250482] evm: security.capability [ 0.251300] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253200] pinctrl core: initialized pinctrl subsystem [ 0.254325] RTC time: 21:21:23, date: 07/15/18 [ 0.255319] NET: Registered protocol family 16 [ 0.256324] cpuidle: using governor ladder [ 0.257163] cpuidle: using governor menu [ 0.257962] PCCT header not found. [ 0.258737] ACPI: bus type PCI registered [ 0.259562] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260834] PCI: Using configuration type 1 for base access [ 0.262634] ACPI: Added _OSI(Module Device) [ 0.263501] ACPI: Added _OSI(Processor Device) [ 0.264398] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265317] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267074] ACPI: Interpreter enabled [ 0.267865] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.269761] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.271647] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.273541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.275434] ACPI: (supports S0 S5) [ 0.276153] ACPI: Using IOAPIC for interrupt routing [ 0.277121] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280302] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.282741] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.283969] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.286272] acpiphp: Slot [3] registered [ 0.287092] acpiphp: Slot [4] registered [ 0.287916] acpiphp: Slot [5] registered [ 0.288739] acpiphp: Slot [6] registered [ 0.289557] acpiphp: Slot [7] registered [ 0.290381] acpiphp: Slot [8] registered [ 0.291208] acpiphp: Slot [9] registered [ 0.292031] acpiphp: Slot [10] registered [ 0.292864] acpiphp: Slot [11] registered [ 0.293702] acpiphp: Slot [12] registered [ 0.294540] acpiphp: Slot [13] registered [ 0.295376] acpiphp: Slot [14] registered [ 0.296208] acpiphp: Slot [15] registered [ 0.307250] acpiphp: Slot [16] registered [ 0.308092] acpiphp: Slot [17] registered [ 0.308926] acpiphp: Slot [18] registered [ 0.309755] acpiphp: Slot [19] registered [ 0.310584] acpiphp: Slot [20] registered [ 0.311418] acpiphp: Slot [21] registered [ 0.312251] acpiphp: Slot [22] registered [ 0.313077] acpiphp: Slot [23] registered [ 0.313907] acpiphp: Slot [24] registered [ 0.314739] acpiphp: Slot [25] registered [ 0.315580] acpiphp: Slot [26] registered [ 0.316410] acpiphp: Slot [27] registered [ 0.317240] acpiphp: Slot [28] registered [ 0.318068] acpiphp: Slot [29] registered [ 0.318902] acpiphp: Slot [30] registered [ 0.319740] acpiphp: Slot [31] registered [ 0.320570] PCI host bridge to bus 0000:00 [ 0.321400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.322640] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.323888] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.325388] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.326864] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.328381] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.331637] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.332945] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.334151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.335467] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.339054] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.340622] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360625] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362445] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363898] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366646] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367976] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369057] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370639] vgaarb: loaded [ 0.371255] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373434] ACPI: bus type USB registered [ 0.374280] usbcore: registered new interface driver usbfs [ 0.375353] usbcore: registered new interface driver hub [ 0.376383] usbcore: registered new device driver usb [ 0.377513] PCI: Using ACPI for IRQ routing [ 0.378647] NetLabel: Initializing [ 0.379390] NetLabel: domain hash size = 128 [ 0.380263] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381244] NetLabel: unlabeled traffic allowed by default [ 0.382429] clocksource: Switched to clocksource kvm-clock [ 0.390665] AppArmor: AppArmor Filesystem Enabled [ 0.391659] pnp: PnP ACPI init [ 0.392619] pnp: PnP ACPI: found 5 devices [ 0.399006] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400767] NET: Registered protocol family 2 [ 0.401830] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.403161] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.404397] TCP: Hash tables configured (established 4096 bind 4096) [ 0.405643] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406764] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407983] NET: Registered protocol family 1 [ 0.408886] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.410010] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.411115] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425220] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.439404] Trying to unpack rootfs image as initramfs... [ 0.496203] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.497911] Scanning for low memory corruption every 60 seconds [ 0.499307] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500490] audit: initializing netlink subsys (disabled) [ 0.501539] audit: type=2000 audit(1531689684.154:1): initialized [ 0.502929] Initialise system trusted keyring [ 0.503916] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505103] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507266] zbud: loaded [ 0.508008] VFS: Disk quotas dquot_6.6.0 [ 0.508853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510498] fuse init (API version 7.23) [ 0.511429] Key type big_key registered [ 0.512251] Allocating IMA MOK and blacklist keyrings. [ 0.513501] Key type asymmetric registered [ 0.514344] Asymmetric key parser 'x509' registered [ 0.515343] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516864] io scheduler noop registered [ 0.517683] io scheduler deadline registered (default) [ 0.518715] io scheduler cfq registered [ 0.519594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520665] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521962] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523460] ACPI: Power Button [PWRF] [ 0.524333] GHES: HEST is not enabled! [ 0.538027] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566052] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.594055] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596834] Linux agpgart interface v0.103 [ 0.599765] brd: module loaded [ 0.601478] loop: module loaded [ 0.606010] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.607513] GPT:90111 != 2097151 [ 0.608210] GPT:Alternate GPT header not at the end of the disk. [ 0.609326] GPT:90111 != 2097151 [ 0.610015] GPT: Use GNU Parted to correct GPT errors. [ 0.611013] vda: vda1 vda15 [ 0.612415] scsi host0: ata_piix [ 0.613223] scsi host1: ata_piix [ 0.613959] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.615217] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.616739] libphy: Fixed MDIO Bus: probed [ 0.617601] tun: Universal TUN/TAP device driver, 1.6 [ 0.618582] tun: (C) 1999-2004 Max Krasnyansky [ 0.620919] PPP generic driver version 2.4.2 [ 0.622004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623163] ehci-pci: EHCI PCI platform driver [ 0.624003] ehci-platform: EHCI generic platform driver [ 0.625300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626828] ohci-pci: OHCI PCI platform driver [ 0.627954] ohci-platform: OHCI generic platform driver [ 0.629227] uhci_hcd: USB Universal Host Controller Interface driver [ 0.643759] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645049] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.646890] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649615] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.651200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652979] usb usb1: Product: UHCI Host Controller [ 0.654145] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.655610] usb usb1: SerialNumber: 0000:00:01.2 [ 0.656838] hub 1-0:1.0: USB hub found [ 0.657815] hub 1-0:1.0: 2 ports detected [ 0.658975] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.661528] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.662826] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664140] mousedev: PS/2 mouse device common for all mice [ 0.665715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.668011] rtc_cmos 00:00: RTC can wake from S4 [ 0.669385] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.670895] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.672430] i2c /dev entries driver [ 0.673394] device-mapper: uevent: version 1.0.3 [ 0.674620] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.676705] ledtrig-cpu: registered to indicate activity on CPUs [ 0.678949] NET: Registered protocol family 10 [ 0.680511] NET: Registered protocol family 17 [ 0.681586] Key type dns_resolver registered [ 0.682980] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.684251] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.686420] registered taskstats version 1 [ 0.687439] Loading compiled-in X.509 certificates [ 0.689160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.691350] zswap: loaded using pool lzo/zbud [ 0.693618] Key type trusted registered [ 0.695610] Key type encrypted registered [ 0.696561] AppArmor: AppArmor sha1 policy hashing enabled [ 0.697754] ima: No TPM chip found, activating TPM-bypass! [ 0.698978] evm: HMAC attrs: 0x1 [ 0.700144] Magic number: 10:185:399 [ 0.701146] rtc_cmos 00:00: setting system clock to 2018-07-15 21:21:23 UTC (1531689683) [ 0.703057] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.704323] EDD information not available. [ 0.776804] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789098] Write protecting the kernel read-only data: 14336k [ 0.793019] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795216] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.842031] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.10 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.13... Lease of 192.168.0.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKd3531lVU5HAJkbQ6BMOV608m6SbrCBctj+ZgW+E73+wuHdewx5J1IFzdFRbGnc5nyacsevBX+fvSPIL23hsKM4aKjzndDqzvpDrOf6CUOOHbJdUTBB9bqNIANlkM9oBcpu2EoM8IbKHN0W3PuoNjMFGbBtsykWgR+bNgJuJcSYQaUWqofo00npzY5i7TrW7rlv2d0L17BMIqy4xe6tTk/PVeDKts4lAAdX3VbBb5OGjDuKwNhsKwXxxwYDkEVLU9NFPO0Ljjs3Wh3JQtetEHeeQ8gYnXUGjj7Yxor75wmjJ4s0o973iCWurULVBHlbLLJPxZqe7mGsNx0da7XIzX root@vping-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6 ssh-dss AAAAB3NzaC1kc3MAAACBAM8gaXl21putDtna7TNwpdVczUt/X9Ya/5XieEBjVzJ1BviTwT4LcWRyL/JpKjaXGI6GynDFg2F7Qriy0JCcgnbbtllEaEB8VHIv/rwufIlnofZ/ayWHmRNXY8f/rO6NS/tdfnTyky1IWAxEwYnO7YvrlwfghuKllBH3YErUX4JTAAAAFQC4bzXHFYl2B0aDlc3KS+o5xKf0zwAAAIBXRvfebesKccFbyD1JgHqjvF7j2JEBHzr+HGmcAfOVd8ITH8zDjyFG7C5T6mRA+E+mm18/2n9vQH+oYPae2UQY5RmBhg0We29ho62D37H7QTMpPmR3tdLXsx3HaqVdR2kPTOTWt2GsqsCjyndz2vkoXOe7DI/E9sB67wl615VFKwAAAIEAtd40tf65B8QDO6E2w7p73KcHB713XS0wAVLw7DBKXMRTBBbIzQTEieVCQmmmdaT5s9507gOPUrGRUDxzz/6eSrCc/3/oVMWOP5TC63XK5ZYYF1Z8lFSN5igjATMnJ6qnTuyexWxvHy2DEACCCKhAfAANivQ2XNcymqsNkuwvt8E= root@vping-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.0.13,24,fe80::f816:3eff:fed4:4c71/64, ip-route:default via 192.168.0.1 dev eth0 ip-route:169.254.169.254 via 192.168.0.2 dev eth0 ip-route:192.168.0.0/24 dev eth0 src 192.168.0.13 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6 launch-index: 0 === cirros: current=0.4.0 uptime=3.56 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-ce5463ee-5ebb-4638-b12a-c412ef5e8aa6 login: 2018-07-15 21:21:28,678 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-15 21:21:28,787 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:21:28,788 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:29 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-15 21:21:28,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:21:28,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:29,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:21:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed640c60-3f8f-4fa6-ba6a-637311f523ab x-compute-request-id: req-ed640c60-3f8f-4fa6-ba6a-637311f523ab Content-Type: application/json 2018-07-15 21:21:29,116 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b used request id req-ed640c60-3f8f-4fa6-ba6a-637311f523ab 2018-07-15 21:21:29,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.323000907898s 2018-07-15 21:21:29,116 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b used request id req-ed640c60-3f8f-4fa6-ba6a-637311f523ab 2018-07-15 21:21:29,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:29,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:29,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-54e67d6b-ba17-4618-8672-6bda3ea750d9 x-compute-request-id: req-54e67d6b-ba17-4618-8672-6bda3ea750d9 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:23Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:97:f6", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:14.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "29804cd4-a2ce-4c3d-a6c1-bafdee2b047b", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:29Z", "hostId": "b083fa3cf7950f3e49dcfe5089ea9b64537b34a73574d50d34de1b2a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:07Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:29,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54e67d6b-ba17-4618-8672-6bda3ea750d9 2018-07-15 21:21:29,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.234400987625s 2018-07-15 21:21:29,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54e67d6b-ba17-4618-8672-6bda3ea750d9 2018-07-15 21:21:29,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:31,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:31,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:31,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bb023bb-fb70-4ac5-aa39-206a4ee40fb5 x-compute-request-id: req-1bb023bb-fb70-4ac5-aa39-206a4ee40fb5 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:23Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:31,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1bb023bb-fb70-4ac5-aa39-206a4ee40fb5 2018-07-15 21:21:31,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503479003906s 2018-07-15 21:21:31,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1bb023bb-fb70-4ac5-aa39-206a4ee40fb5 2018-07-15 21:21:31,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:21:31,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:31,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:21:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87ad508e-65ca-4e02-9751-343efdb62419 x-compute-request-id: req-87ad508e-65ca-4e02-9751-343efdb62419 Content-Type: application/json 2018-07-15 21:21:31,984 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d used request id req-87ad508e-65ca-4e02-9751-343efdb62419 2018-07-15 21:21:31,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.121536016464s 2018-07-15 21:21:31,984 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d used request id req-87ad508e-65ca-4e02-9751-343efdb62419 2018-07-15 21:21:31,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:31,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:32,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8df2ec3-3494-47c6-9b7d-3d0a7811e69a x-compute-request-id: req-e8df2ec3-3494-47c6-9b7d-3d0a7811e69a Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:4c:71", "version": 4, "addr": "192.168.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7626fabc-4cbb-497a-9087-b264559cda3d", "rel": "bookmark"}], "image": {"id": "d3ca1124-105c-45f0-af40-e06dc768f545", "links": [{"href": "http://172.30.9.27:8774/images/d3ca1124-105c-45f0-af40-e06dc768f545", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:23.000000", "flavor": {"id": "af05648b-4163-438a-aa59-82fba5559a73", "links": [{"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "bookmark"}]}, "id": "7626fabc-4cbb-497a-9087-b264559cda3d", "security_groups": [{"name": "default"}], "user_id": "c9ac066e25b5499f81ef7ce9539d90ee", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:31Z", "hostId": "5f497c0bfe42831c43b539562780885fa8e6f4ef1d7578ec56cd77d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "created": "2018-07-15T21:21:17Z", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:32,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e8df2ec3-3494-47c6-9b7d-3d0a7811e69a 2018-07-15 21:21:32,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426964044571s 2018-07-15 21:21:32,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e8df2ec3-3494-47c6-9b7d-3d0a7811e69a 2018-07-15 21:21:32,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:34,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:34,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:34,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-673830c4-df06-499e-a586-03990703fe61 x-compute-request-id: req-673830c4-df06-499e-a586-03990703fe61 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 21:21:34,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-673830c4-df06-499e-a586-03990703fe61 2018-07-15 21:21:34,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.077173948288s 2018-07-15 21:21:34,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-673830c4-df06-499e-a586-03990703fe61 2018-07-15 21:21:34,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:21:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" -d '{"subnet_id": "13c5437b-bd9c-463e-be84-e486b58b0624"}' 2018-07-15 21:21:35,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1f006f66-3327-48e0-9924-292ce85d3516 Date: Sun, 15 Jul 2018 21:21:35 GMT RESP BODY: {"network_id": "2ebde198-5815-4218-a56c-6bbec2fa9e08", "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "subnet_id": "13c5437b-bd9c-463e-be84-e486b58b0624", "subnet_ids": ["13c5437b-bd9c-463e-be84-e486b58b0624"], "port_id": "c54fc5ac-662a-49dd-a6ea-ba81c71d0c82", "id": "f5441f8a-048e-40d4-bf76-b325b5a6d35e"} 2018-07-15 21:21:35,965 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e/remove_router_interface.json used request id req-1f006f66-3327-48e0-9924-292ce85d3516 2018-07-15 21:21:35,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.47060704231s 2018-07-15 21:21:35,966 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e/remove_router_interface.json used request id req-1f006f66-3327-48e0-9924-292ce85d3516 returning object f5441f8a-048e-40d4-bf76-b325b5a6d35e 2018-07-15 21:21:35,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:21:35,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:36,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-125795f1-48bc-46ac-8b5a-4544dbe379ab Date: Sun, 15 Jul 2018 21:21:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "268946171d8d4cbcab0e01020c8f4229", "created_at": "2018-07-15T21:21:02Z", "admin_state_up": true, "updated_at": "2018-07-15T21:21:35Z", "revision_number": 4, "routes": [], "project_id": "268946171d8d4cbcab0e01020c8f4229", "id": "f5441f8a-048e-40d4-bf76-b325b5a6d35e", "name": "vping_userdata-router_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}]} 2018-07-15 21:21:36,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-125795f1-48bc-46ac-8b5a-4544dbe379ab 2018-07-15 21:21:36,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.294830083847s 2018-07-15 21:21:36,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-125795f1-48bc-46ac-8b5a-4544dbe379ab 2018-07-15 21:21:36,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:21:36,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:37,474 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46571c5d-596b-461d-b596-2edf90451b9c Content-Length: 0 Date: Sun, 15 Jul 2018 21:21:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:21:37,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e.json used request id req-46571c5d-596b-461d-b596-2edf90451b9c 2018-07-15 21:21:37,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21147799492s 2018-07-15 21:21:37,475 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/f5441f8a-048e-40d4-bf76-b325b5a6d35e.json used request id req-46571c5d-596b-461d-b596-2edf90451b9c 2018-07-15 21:21:37,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:21:37,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:37,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-319a66a2-cef9-4b98-a12e-37907696977c Date: Sun, 15 Jul 2018 21:21:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:21:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"268946171d8d4cbcab0e01020c8f4229","id":"13c5437b-bd9c-463e-be84-e486b58b0624","subnetpool_id":null,"name":"vping_userdata-subnet_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}]} 2018-07-15 21:21:37,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-319a66a2-cef9-4b98-a12e-37907696977c 2018-07-15 21:21:37,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0492839813232s 2018-07-15 21:21:37,525 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-319a66a2-cef9-4b98-a12e-37907696977c 2018-07-15 21:21:37,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:21:37,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/13c5437b-bd9c-463e-be84-e486b58b0624.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:38,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93cc6bf5-f899-488e-8dc3-9ae903d285d2 Date: Sun, 15 Jul 2018 21:21:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:21:38,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/13c5437b-bd9c-463e-be84-e486b58b0624.json used request id req-93cc6bf5-f899-488e-8dc3-9ae903d285d2 2018-07-15 21:21:38,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09758520126s 2018-07-15 21:21:38,624 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/13c5437b-bd9c-463e-be84-e486b58b0624.json used request id req-93cc6bf5-f899-488e-8dc3-9ae903d285d2 2018-07-15 21:21:38,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:38,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:38,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-aa9b878c-953d-474f-867e-182c54e4a8f2 Date: Sun, 15 Jul 2018 21:21:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:21:38Z","tenant_id":"268946171d8d4cbcab0e01020c8f4229","created_at":"2018-07-15T21:21:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"268946171d8d4cbcab0e01020c8f4229","id":"2ebde198-5815-4218-a56c-6bbec2fa9e08","name":"vping_userdata-net_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"}]} 2018-07-15 21:21:38,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-aa9b878c-953d-474f-867e-182c54e4a8f2 2018-07-15 21:21:38,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119302034378s 2018-07-15 21:21:38,744 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-aa9b878c-953d-474f-867e-182c54e4a8f2 2018-07-15 21:21:38,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:21:38,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/2ebde198-5815-4218-a56c-6bbec2fa9e08.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:39,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa5aa1c3-528e-4cba-9236-2a9f53a586a5 Date: Sun, 15 Jul 2018 21:21:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:21:39,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2ebde198-5815-4218-a56c-6bbec2fa9e08.json used request id req-aa5aa1c3-528e-4cba-9236-2a9f53a586a5 2018-07-15 21:21:39,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24149990082s 2018-07-15 21:21:39,987 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2ebde198-5815-4218-a56c-6bbec2fa9e08.json used request id req-aa5aa1c3-528e-4cba-9236-2a9f53a586a5 2018-07-15 21:21:39,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:21:39,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:40,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-0348f6ae-ef0d-41bf-824d-f826cee8a65b Date: Sun, 15 Jul 2018 21:21:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/d3ca1124-105c-45f0-af40-e06dc768f545/snap", "metadata": {}}], "file": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545/file", "owner": "268946171d8d4cbcab0e01020c8f4229", "id": "d3ca1124-105c-45f0-af40-e06dc768f545", "size": 12716032, "self": "/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/d3ca1124-105c-45f0-af40-e06dc768f545/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:05Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:21:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:21:40,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0348f6ae-ef0d-41bf-824d-f826cee8a65b 2018-07-15 21:21:40,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.127670049667s 2018-07-15 21:21:40,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0348f6ae-ef0d-41bf-824d-f826cee8a65b 2018-07-15 21:21:40,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 21:21:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9d3699d7e0716fc50b32157c1b24f06ad5b6efa7" 2018-07-15 21:21:40,432 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3d38680-5aa9-4f75-a2f6-90829ce7d971 Date: Sun, 15 Jul 2018 21:21:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:21:40,432 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545 used request id req-e3d38680-5aa9-4f75-a2f6-90829ce7d971 2018-07-15 21:21:40,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.311033010483s 2018-07-15 21:21:40,432 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/d3ca1124-105c-45f0-af40-e06dc768f545 used request id req-e3d38680-5aa9-4f75-a2f6-90829ce7d971 2018-07-15 21:21:40,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:21:40,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:40,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-212300cb-bc3e-4633-a512-e5e2e3b77e0c x-compute-request-id: req-212300cb-bc3e-4633-a512-e5e2e3b77e0c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/af05648b-4163-438a-aa59-82fba5559a73", "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": "af05648b-4163-438a-aa59-82fba5559a73"}]} 2018-07-15 21:21:40,457 - 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-212300cb-bc3e-4633-a512-e5e2e3b77e0c 2018-07-15 21:21:40,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247120857239s 2018-07-15 21:21:40,458 - 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-212300cb-bc3e-4633-a512-e5e2e3b77e0c 2018-07-15 21:21:40,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 21:21:40,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:40,491 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:21:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-374986ee-ef51-4fdb-8d1e-2c8eb3e4323c x-compute-request-id: req-374986ee-ef51-4fdb-8d1e-2c8eb3e4323c Content-Length: 0 Content-Type: application/json 2018-07-15 21:21:40,491 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73 used request id req-374986ee-ef51-4fdb-8d1e-2c8eb3e4323c 2018-07-15 21:21:40,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0322258472443s 2018-07-15 21:21:40,492 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/af05648b-4163-438a-aa59-82fba5559a73 used request id req-374986ee-ef51-4fdb-8d1e-2c8eb3e4323c 2018-07-15 21:21:40,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:21:40,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:40,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78532310-7d8f-4bba-ad71-d44cb9f4f581 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": {"self": "http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c9ac066e25b5499f81ef7ce9539d90ee", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:21:40,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-78532310-7d8f-4bba-ad71-d44cb9f4f581 2018-07-15 21:21:40,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115459918976s 2018-07-15 21:21:40,608 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-78532310-7d8f-4bba-ad71-d44cb9f4f581 2018-07-15 21:21:40,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:21:40,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:40,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83408cb-6132-4705-83bf-abac09b34315 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6", "links": {"self": "http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c9ac066e25b5499f81ef7ce9539d90ee", "description": null}} 2018-07-15 21:21:40,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee used request id req-a83408cb-6132-4705-83bf-abac09b34315 2018-07-15 21:21:40,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109083890915s 2018-07-15 21:21:40,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee used request id req-a83408cb-6132-4705-83bf-abac09b34315 2018-07-15 21:21:40,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 21:21:40,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:40,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:21:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efcfd57f-2401-4300-9ce1-3df4bb2a99e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:21:40,934 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee used request id req-efcfd57f-2401-4300-9ce1-3df4bb2a99e0 2018-07-15 21:21:40,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.210105895996s 2018-07-15 21:21:40,934 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/c9ac066e25b5499f81ef7ce9539d90ee used request id req-efcfd57f-2401-4300-9ce1-3df4bb2a99e0 2018-07-15 21:21:40,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:21:40,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:41,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aec7631-874f-4352-bf26-dabf70f63a79 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/268946171d8d4cbcab0e01020c8f4229"}, "tags": [], "enabled": true, "id": "268946171d8d4cbcab0e01020c8f4229", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_ce5463ee-5ebb-4638-b12a-c412ef5e8aa6"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "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/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-15 21:21:41,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-8aec7631-874f-4352-bf26-dabf70f63a79 2018-07-15 21:21:41,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104085922241s 2018-07-15 21:21:41,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-8aec7631-874f-4352-bf26-dabf70f63a79 2018-07-15 21:21:41,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 21:21:41,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/268946171d8d4cbcab0e01020c8f4229 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2ba9af61396ac080395ed756b634bd4eda6f3115" 2018-07-15 21:21:41,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62ddd72f-2cfe-42eb-9ca5-780ac28d1821 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:21:41,203 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/268946171d8d4cbcab0e01020c8f4229 used request id req-62ddd72f-2cfe-42eb-9ca5-780ac28d1821 2018-07-15 21:21:41,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153738975525s 2018-07-15 21:21:41,203 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/268946171d8d4cbcab0e01020c8f4229 used request id req-62ddd72f-2cfe-42eb-9ca5-780ac28d1821 2018-07-15 21:21:41,255 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:21:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:21:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:21:41,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:21:41,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6465b959-36d5-47ff-9f03-d19be202af6f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:21:41,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6465b959-36d5-47ff-9f03-d19be202af6f 2018-07-15 21:21:41,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:21:41,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:21:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["SE6h71w2ShO8r661xF64AA"], "issued_at": "2018-07-15T21:21:41.000000Z"}} 2018-07-15 21:21:41,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:41,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:41,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-38cf5917-895f-4f26-850c-18fad1bbf72d Date: Sun, 15 Jul 2018 21:21:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"595732ea-191d-4af2-b2a6-99674c968eec","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","status":"ACTIVE","subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"description":"","tags":[],"updated_at":"2018-07-15T21:15:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","provider:network_type":"flat"}]} 2018-07-15 21:21:41,885 - 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-38cf5917-895f-4f26-850c-18fad1bbf72d 2018-07-15 21:21:41,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.184591054916s 2018-07-15 21:21:41,886 - 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-38cf5917-895f-4f26-850c-18fad1bbf72d 2018-07-15 21:21:41,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:21:41,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e9b80a3-e387-4876-b4b0-2796868874e5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:21:41,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-8e9b80a3-e387-4876-b4b0-2796868874e5 2018-07-15 21:21:41,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:21:41,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:41,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8b06c8-fe6d-4b6c-89eb-5a74257eb342 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/23b03187afd34255bfe3a645488a7c75"}, "tags": [], "enabled": true, "id": "23b03187afd34255bfe3a645488a7c75", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-07-15 21:21:41,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-bc8b06c8-fe6d-4b6c-89eb-5a74257eb342 2018-07-15 21:21:41,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.096846818924s 2018-07-15 21:21:41,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-bc8b06c8-fe6d-4b6c-89eb-5a74257eb342 2018-07-15 21:21:41,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-15 21:21:42,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}}' 2018-07-15 21:21:42,128 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:21:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-965f5214-2e86-441a-87cd-da699a43f33b Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0"}, "tags": [], "enabled": true, "id": "842799233cea4303bcbee69b0caa31e0", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}} 2018-07-15 21:21:42,128 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-965f5214-2e86-441a-87cd-da699a43f33b 2018-07-15 21:21:42,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12872004509s 2018-07-15 21:21:42,128 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-965f5214-2e86-441a-87cd-da699a43f33b 2018-07-15 21:21:42,129 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'842799233cea4303bcbee69b0caa31e0', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205'}) 2018-07-15 21:21:42,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-15 21:21:42,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "715eb5df-8aac-45ec-bb9c-e3e57e1f3670", "email": null, "name": "cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}}' 2018-07-15 21:21:42,498 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 15 Jul 2018 21:21:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99ab5faa-1b24-48ae-839c-8a411d210214 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": {"self": "http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0c6403029f8e430bacac2bc6f10b20f5", "domain_id": "default", "password_expires_at": null}} 2018-07-15 21:21:42,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-99ab5faa-1b24-48ae-839c-8a411d210214 2018-07-15 21:21:42,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.362789154053s 2018-07-15 21:21:42,498 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-99ab5faa-1b24-48ae-839c-8a411d210214 2018-07-15 21:21:42,499 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0c6403029f8e430bacac2bc6f10b20f5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205'}) 2018-07-15 21:21:42,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:21:42,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:42,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f722ff2-fc1b-41f9-8a39-cc6c973538a0 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:21:42,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2f722ff2-fc1b-41f9-8a39-cc6c973538a0 2018-07-15 21:21:42,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.09725689888s 2018-07-15 21:21:42,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2f722ff2-fc1b-41f9-8a39-cc6c973538a0 2018-07-15 21:21:42,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:21:42,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:42,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ca7a68-f4f5-4fa0-81a8-e0d41c86eede Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:21:42,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-72ca7a68-f4f5-4fa0-81a8-e0d41c86eede 2018-07-15 21:21:42,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0908460617065s 2018-07-15 21:21:42,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-72ca7a68-f4f5-4fa0-81a8-e0d41c86eede 2018-07-15 21:21:42,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-15 21:21:42,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:42,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f62aa31-9f53-4c31-a7e8-34bf5a43a1c4 Content-Encoding: gzip Content-Length: 382 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": "1f79a68c6efd467ea71edcfa6cac0951", "links": {"self": "http://172.30.9.27:5000/v3/roles/1f79a68c6efd467ea71edcfa6cac0951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "443225368889431081c14f46ae6afbda", "links": {"self": "http://172.30.9.27:5000/v3/roles/443225368889431081c14f46ae6afbda"}, "name": "member"}, {"domain_id": null, "id": "5d9c78ff31ec4881bda7b7126200d87a", "links": {"self": "http://172.30.9.27:5000/v3/roles/5d9c78ff31ec4881bda7b7126200d87a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77b1f07fb8094df4ba8d2de65f5e3512", "links": {"self": "http://172.30.9.27:5000/v3/roles/77b1f07fb8094df4ba8d2de65f5e3512"}, "name": "admin"}, {"domain_id": null, "id": "8d44cd1f8d0b4c14a2b012ed22860cc0", "links": {"self": "http://172.30.9.27:5000/v3/roles/8d44cd1f8d0b4c14a2b012ed22860cc0"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ce660ab2bbc04dee8e2443a94d5b8d34", "links": {"self": "http://172.30.9.27:5000/v3/roles/ce660ab2bbc04dee8e2443a94d5b8d34"}, "name": "reader"}]} 2018-07-15 21:21:42,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f62aa31-9f53-4c31-a7e8-34bf5a43a1c4 2018-07-15 21:21:42,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0199449062347s 2018-07-15 21:21:42,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6f62aa31-9f53-4c31-a7e8-34bf5a43a1c4 2018-07-15 21:21:42,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-15 21:21:42,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:42,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f90544c-f22e-4f26-94d5-c9f14bc07984 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-15 21:21:42,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0f90544c-f22e-4f26-94d5-c9f14bc07984 2018-07-15 21:21:42,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0932500362396s 2018-07-15 21:21:42,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0f90544c-f22e-4f26-94d5-c9f14bc07984 2018-07-15 21:21:42,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:21:42,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:42,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7c0c4c4-c040-4c92-be97-06b723082ed1 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": {"self": "http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0c6403029f8e430bacac2bc6f10b20f5", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:21:42,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d7c0c4c4-c040-4c92-be97-06b723082ed1 2018-07-15 21:21:42,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11949801445s 2018-07-15 21:21:42,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-d7c0c4c4-c040-4c92-be97-06b723082ed1 2018-07-15 21:21:42,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:21:42,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:43,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45aa1e40-387f-4c02-8b09-aff13aeb4c4a 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/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0"}, "tags": [], "enabled": true, "id": "842799233cea4303bcbee69b0caa31e0", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-15 21:21:43,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-45aa1e40-387f-4c02-8b09-aff13aeb4c4a 2018-07-15 21:21:43,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0953431129456s 2018-07-15 21:21:43,047 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-45aa1e40-387f-4c02-8b09-aff13aeb4c4a 2018-07-15 21:21:43,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-15 21:21:43,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=0c6403029f8e430bacac2bc6f10b20f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=842799233cea4303bcbee69b0caa31e0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:43,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80522a1-4eda-4986-9b4e-6a252f682d14 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=0c6403029f8e430bacac2bc6f10b20f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=842799233cea4303bcbee69b0caa31e0", "previous": null, "next": null}} 2018-07-15 21:21:43,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=0c6403029f8e430bacac2bc6f10b20f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=842799233cea4303bcbee69b0caa31e0 used request id req-e80522a1-4eda-4986-9b4e-6a252f682d14 2018-07-15 21:21:43,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0989789962769s 2018-07-15 21:21:43,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=0c6403029f8e430bacac2bc6f10b20f5&role.id=443225368889431081c14f46ae6afbda&scope.project.id=842799233cea4303bcbee69b0caa31e0 used request id req-e80522a1-4eda-4986-9b4e-6a252f682d14 2018-07-15 21:21:43,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-15 21:21:43,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0/users/0c6403029f8e430bacac2bc6f10b20f5/roles/443225368889431081c14f46ae6afbda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:21:43,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:21:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d9d5c79-257c-4997-b1f7-93a24c6afb72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:21:43,306 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0/users/0c6403029f8e430bacac2bc6f10b20f5/roles/443225368889431081c14f46ae6afbda used request id req-6d9d5c79-257c-4997-b1f7-93a24c6afb72 2018-07-15 21:21:43,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.149389028549s 2018-07-15 21:21:43,307 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0/users/0c6403029f8e430bacac2bc6f10b20f5/roles/443225368889431081c14f46ae6afbda used request id req-6d9d5c79-257c-4997-b1f7-93a24c6afb72 2018-07-15 21:21:43,307 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 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'842799233cea4303bcbee69b0caa31e0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '715eb5df-8aac-45ec-bb9c-e3e57e1f3670', 'username': u'cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-15 21:21:43,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:21:43,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:21:43,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:21:43,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:21:43,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:21:43,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:21:43,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:21:43,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:21:43,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:21:43,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:21:43,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:21:43,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:21:43,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:21:43,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:21:43,312 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'password': '715eb5df-8aac-45ec-bb9c-e3e57e1f3670', 'project_name': 'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '842799233cea4303bcbee69b0caa31e0', 'project_domain_name': 'Default'} 2018-07-15 21:21:43,313 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-15 21:21:43,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:21:43,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652f109b-c1b6-4bfb-8489-e391caca9752 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:21:43,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-652f109b-c1b6-4bfb-8489-e391caca9752 2018-07-15 21:21:43,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:21:43,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}], "expires_at": "2018-07-15T22:21:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "842799233cea4303bcbee69b0caa31e0", "name": "cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/842799233cea4303bcbee69b0caa31e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/842799233cea4303bcbee69b0caa31e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/842799233cea4303bcbee69b0caa31e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/842799233cea4303bcbee69b0caa31e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/842799233cea4303bcbee69b0caa31e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/842799233cea4303bcbee69b0caa31e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_842799233cea4303bcbee69b0caa31e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_842799233cea4303bcbee69b0caa31e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/842799233cea4303bcbee69b0caa31e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/842799233cea4303bcbee69b0caa31e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/842799233cea4303bcbee69b0caa31e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/842799233cea4303bcbee69b0caa31e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/842799233cea4303bcbee69b0caa31e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "id": "0c6403029f8e430bacac2bc6f10b20f5"}, "audit_ids": ["Uxu2cVOBQvyGMu7NbSi5Vg"], "issued_at": "2018-07-15T21:21:43.000000Z"}} 2018-07-15 21:21:43,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-15 21:21:43,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"network": {"name": "cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "admin_state_up": true}}' 2018-07-15 21:21:44,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-2acf9781-084c-47cc-937c-d8006d98a254 Date: Sun, 15 Jul 2018 21:21:44 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-15T21:21:44Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}} 2018-07-15 21:21:44,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2acf9781-084c-47cc-937c-d8006d98a254 2018-07-15 21:21:44,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.632719039917s 2018-07-15 21:21:44,349 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2acf9781-084c-47cc-937c-d8006d98a254 2018-07-15 21:21:44,350 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:21:44Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205', u'admin_state_up': True, u'tenant_id': u'842799233cea4303bcbee69b0caa31e0', u'created_at': u'2018-07-15T21:21:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'842799233cea4303bcbee69b0caa31e0'}) 2018-07-15 21:21:44,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:44,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:44,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-930c8974-b77e-4f84-9919-76830ca1668e Date: Sun, 15 Jul 2018 21:21:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:21:44Z","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:21:44,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-930c8974-b77e-4f84-9919-76830ca1668e 2018-07-15 21:21:44,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.178364038467s 2018-07-15 21:21:44,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-930c8974-b77e-4f84-9919-76830ca1668e 2018-07-15 21:21:44,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-15 21:21:44,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"subnet": {"name": "cinder_test-subnet_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "enable_dhcp": true, "network_id": "970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-15 21:21:45,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-687664f6-b201-47a0-afc3-e32dbff14338 Date: Sun, 15 Jul 2018 21:21:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:21:44Z","gateway_ip":"192.168.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.0.0/24","project_id":"842799233cea4303bcbee69b0caa31e0","id":"50250a9e-357d-41ed-af2d-ea39133772e0","subnetpool_id":null,"name":"cinder_test-subnet_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}} 2018-07-15 21:21:45,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-687664f6-b201-47a0-afc3-e32dbff14338 2018-07-15 21:21:45,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.609226942062s 2018-07-15 21:21:45,140 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-687664f6-b201-47a0-afc3-e32dbff14338 2018-07-15 21:21:45,141 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-15T21:21:44Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'50250a9e-357d-41ed-af2d-ea39133772e0', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_2537ea36-0f95-43e8-9552-bdbdf8e8c205', u'enable_dhcp': True, u'network_id': u'970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6', u'tenant_id': u'842799233cea4303bcbee69b0caa31e0', u'created_at': u'2018-07-15T21:21:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'842799233cea4303bcbee69b0caa31e0'}) 2018-07-15 21:21:45,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-15 21:21:45,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"router": {"external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec"}, "name": "cinder_test-router_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "admin_state_up": true}}' 2018-07-15 21:21:46,387 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-84a496fc-ad27-47fe-8e9d-8fcd3e02d34b Date: Sun, 15 Jul 2018 21:21:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:45Z", "admin_state_up": true, "updated_at": "2018-07-15T21:21:46Z", "revision_number": 2, "routes": [], "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "8e04c458-cd14-4d39-9bda-83df5f4330fd", "name": "cinder_test-router_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}} 2018-07-15 21:21:46,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-84a496fc-ad27-47fe-8e9d-8fcd3e02d34b 2018-07-15 21:21:46,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24561595917s 2018-07-15 21:21:46,387 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-84a496fc-ad27-47fe-8e9d-8fcd3e02d34b 2018-07-15 21:21:46,388 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f6de302e-e276-4137-86b7-ad08fbabf76d', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'842799233cea4303bcbee69b0caa31e0', u'created_at': u'2018-07-15T21:21:45Z', u'admin_state_up': True, u'updated_at': u'2018-07-15T21:21:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'842799233cea4303bcbee69b0caa31e0', u'id': u'8e04c458-cd14-4d39-9bda-83df5f4330fd', u'name': u'cinder_test-router_2537ea36-0f95-43e8-9552-bdbdf8e8c205'}) 2018-07-15 21:21:46,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-15 21:21:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"subnet_id": "50250a9e-357d-41ed-af2d-ea39133772e0"}' 2018-07-15 21:21:48,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-56f7c6e4-2138-41a2-8b19-ce50d8f3901f Date: Sun, 15 Jul 2018 21:21:48 GMT RESP BODY: {"network_id": "970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "subnet_id": "50250a9e-357d-41ed-af2d-ea39133772e0", "subnet_ids": ["50250a9e-357d-41ed-af2d-ea39133772e0"], "port_id": "2667e145-dc6c-4e90-aa26-9d11d76290dd", "id": "8e04c458-cd14-4d39-9bda-83df5f4330fd"} 2018-07-15 21:21:48,284 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd/add_router_interface.json used request id req-56f7c6e4-2138-41a2-8b19-ce50d8f3901f 2018-07-15 21:21:48,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89565300941s 2018-07-15 21:21:48,285 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd/add_router_interface.json used request id req-56f7c6e4-2138-41a2-8b19-ce50d8f3901f returning object 8e04c458-cd14-4d39-9bda-83df5f4330fd 2018-07-15 21:21:48,285 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-15 21:21:48,417 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-15 21:21:48,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:21:48,423 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 15 Jul 2018 21:21:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-07-15 21:21:48,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:21:48,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:49,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-767f2fde-1332-4010-91c7-7a8d7aa02e08 Date: Sun, 15 Jul 2018 21:21:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:21:49,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-767f2fde-1332-4010-91c7-7a8d7aa02e08 2018-07-15 21:21:49,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.669782161713s 2018-07-15 21:21:49,096 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-767f2fde-1332-4010-91c7-7a8d7aa02e08 2018-07-15 21:21:49,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-15 21:21:49,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}' 2018-07-15 21:21:49,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-01dca4d2-11ec-4162-a402-d8c36051da8b Date: Sun, 15 Jul 2018 21:21:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file", "owner": "842799233cea4303bcbee69b0caa31e0", "id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "size": null, "self": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:49Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "checksum": null, "created_at": "2018-07-15T21:21:49Z", "protected": false} 2018-07-15 21:21:49,168 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-01dca4d2-11ec-4162-a402-d8c36051da8b 2018-07-15 21:21:49,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.064227104187s 2018-07-15 21:21:49,168 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-01dca4d2-11ec-4162-a402-d8c36051da8b returning object 618f33b5-cba7-4a39-b590-a91b77d5ddd8 2018-07-15 21:21:49,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-15 21:21:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '' 2018-07-15 21:21:49,954 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-834a6628-8570-453b-8fcc-843da7d32bb3 Date: Sun, 15 Jul 2018 21:21:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:21:49,954 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file used request id req-834a6628-8570-453b-8fcc-843da7d32bb3 2018-07-15 21:21:49,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.785721063614s 2018-07-15 21:21:49,955 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file used request id req-834a6628-8570-453b-8fcc-843da7d32bb3 2018-07-15 21:21:49,955 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-15T21:21:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file', u'owner': u'842799233cea4303bcbee69b0caa31e0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'618f33b5-cba7-4a39-b590-a91b77d5ddd8', u'size': None, u'name': u'cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205', u'checksum': None, u'self': u'/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-15T21:21:49Z', u'schema': u'/v2/schemas/image'}) 2018-07-15 21:21:49,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-15 21:21:49,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-15 21:21:50,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0a7f907-0a72-4442-9096-68994d3625f0 x-compute-request-id: req-b0a7f907-0a72-4442-9096-68994d3625f0 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "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": "333fa6f6-efb3-4916-980c-35ae0b3813ac"}} 2018-07-15 21:21:50,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b0a7f907-0a72-4442-9096-68994d3625f0 2018-07-15 21:21:50,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.172418832779s 2018-07-15 21:21:50,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-b0a7f907-0a72-4442-9096-68994d3625f0 2018-07-15 21:21:50,130 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_2537ea36-0f95-43e8-9552-bdbdf8e8c205', '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'52690990a52243adb7d5a696f81b986e', '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'333fa6f6-efb3-4916-980c-35ae0b3813ac', 'swap': 0}) 2018-07-15 21:21:50,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-15 21:21:50,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" -d '{"extra_specs": {}}' 2018-07-15 21:21:50,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93f3168c-bdad-4b50-a5e1-391508c2f8bd x-compute-request-id: req-93f3168c-bdad-4b50-a5e1-391508c2f8bd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-15 21:21:50,152 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac/os-extra_specs used request id req-93f3168c-bdad-4b50-a5e1-391508c2f8bd 2018-07-15 21:21:50,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0214850902557s 2018-07-15 21:21:50,152 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac/os-extra_specs used request id req-93f3168c-bdad-4b50-a5e1-391508c2f8bd 2018-07-15 21:21:50,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-15 21:21:50,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"keypair": {"name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}}' 2018-07-15 21:21:50,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-7eddf537-2f6c-4039-a793-df653d8cd39d x-compute-request-id: req-7eddf537-2f6c-4039-a793-df653d8cd39d Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsoXyVh0FrtZLmVTfTDFJIOLU9OC0e4wYvX3DwS8soMMItJVSJdxTO/gawKIgqrSsgxyN0GF7AISyAHDVH395KqTchoc3Y3WKXYnKqt4hNACWtLwwtpFX0RrBXlTkhvX8nzumwe3ND8H+fsHrYakWZZFUH9BVir2SUuYTA/EgcIGPCGNKjDbyolZDMnv+dOPmJvnJfKEnn/yr3yqGe4AX9CpIbIrA820udmUlF98GFEBRSUAXul+k2GuxyrkKn9FYfCzooHoKbl+pGs2wJ7X98//haZrpAcYCfa5/gXsVc9xgCxSlS66J6D1v5cGU2VTOKOs8wQfFyMHbR+rVUa3OH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArKF8lYdBa7WS5lU30wxSSDi1PTgtHuMGL19w8EvLKDDCLSVU\niXcUzv4GsCiIKq0rIMcjdBhewCEsgBw1R9/eSqk3IaHN2N1il2JyqreITQAlrS8M\nLaRV9EawV5U5Ib1/J87psHtzQ/B/n7B62GpFmWRVB/QVYq9klLmEwPxIHCBjwhjS\now28qJWQzJ7/nTj5ib5yXyhJ5/8q98qhnuAF/QqSGyKwPNtLnZlJRffBhRAUUlAF\n7pfpNhrscq5Cp/RWHws6KB6Cm5fqRrNsCe1/fP/4Wma6QHGAn2uf4F7FXPcYAsUp\nUuuieg9b+XBlNlUzijrPMEHxcjB20fq1VGtzhwIDAQABAoIBABBKDJ9va9TmBT6G\nvAXGG92EvFVSf69ybJr7voRuInVgZHIuG5P9EJGXlrn4mSCtxmwJXmcOBaLLfo94\nGe72SNtyrCkYQ3w7J5pxR7CkMNBTOzrkPZnw78tlAC7DfeiZIO54r8RfYbj/cIt4\n856IKJkYxo1BkuME+dCu0MAFDijZHdlYX6ZrCADPqFVDIWIxg5XnbxZ5W+ItIhlh\nOej7to3hiUoUoIRM9CDP0UHfreU4Kpm+5/ICP9ykLxlN0KS8+6TUfD6q80NvaCYr\nhnLGvtjZ6oo2NrvGDweDLNJTkLBjE0Pzjw6aM/cmtHnEUbRMDq7O1JXt9Tu6g0u5\nct9BSoECgYEA3DaN1SiT/MvNlhfD+axmrWtN7EMjwDoedrhvMYGWQD1OLK5sVEPf\nl0uFsOFQm6H0sEWMjhqARQK/iPBSR6uOvBkkzVSHvx4h2OtwdUb8IC8Gvf1k8Xip\nkL1CydoxzBRQVa6nT76ZId6jTIMpeC+18aaeCmUnKlrDwrEGBizkKXkCgYEAyK9i\nNtJ1Lad5xi1CvNx/7RhadaMemmxDN8lSB171rC6tMkYNBSpu77GfmPxLFxzP484b\n0oh+OpnavLMrjERcUBhw0AyVsK4IoYTWek8loY6FgboJXLv9zYqjMTOH7DRLM/Zx\nLpo7NrLTPNBTCSaB/YxI1yRqyqolinkvB4yyRP8CgYAqOg/Sexh9ljsS9/Wtb8C0\nqmnjzzAQ0VQ8Ibu4u4erQ9Y0vTGqquU6JtI5C8ugPFsmXf/I1A4arZ86zBKLCbuy\nGAQ1l2r8W/PTm7oR0w3PwhTB49AyeZfSWGhxOnToFFEfTQFqSjslAoM/zbrrAAMc\nln2hsqni9kqpj7Z/AqaxyQKBgEPFlrFU2WWVjTYzyrnk7P6wnrvjXk5gCUMppZ3/\nn4+KI8s6hOMdtWEU5wTPDry7ailQTW0H0zkPBCN9jlNMMrCJ0G8yEMsduqRxK80a\nNWcdrlBk9wxuIAPtsbbH5DsMXekqbIaEZ0LNmTCMWb5ZVsS9P0wIbFgMpajhy9QM\n25cZAoGAQ8FuHP/O9KugnHLRbQwlN6AQWlWDDkV41DyNgV0uw/DJjWkrow4NHElq\nfXmB/ge3tuZlTQjboTSXsEhypHsyaNrceQTQMMwdIIZG+O8wAX4PJXuDnUlAH0L1\nDs3recNySFjGxrHnHXD2w/OxQc1R6VbHfBOJFGzj2WHwTV4+mrY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "fingerprint": "6c:c7:d9:0c:b8:e9:71:e2:da:06:31:33:5d:ab:4d:35"}} 2018-07-15 21:21:50,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-7eddf537-2f6c-4039-a793-df653d8cd39d 2018-07-15 21:21:50,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.403814077377s 2018-07-15 21:21:50,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-7eddf537-2f6c-4039-a793-df653d8cd39d 2018-07-15 21:21:50,557 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsoXyVh0FrtZLmVTfTDFJIOLU9OC0e4wYvX3DwS8soMMItJVSJdxTO/gawKIgqrSsgxyN0GF7AISyAHDVH395KqTchoc3Y3WKXYnKqt4hNACWtLwwtpFX0RrBXlTkhvX8nzumwe3ND8H+fsHrYakWZZFUH9BVir2SUuYTA/EgcIGPCGNKjDbyolZDMnv+dOPmJvnJfKEnn/yr3yqGe4AX9CpIbIrA820udmUlF98GFEBRSUAXul+k2GuxyrkKn9FYfCzooHoKbl+pGs2wJ7X98//haZrpAcYCfa5/gXsVc9xgCxSlS66J6D1v5cGU2VTOKOs8wQfFyMHbR+rVUa3OH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArKF8lYdBa7WS5lU30wxSSDi1PTgtHuMGL19w8EvLKDDCLSVU\niXcUzv4GsCiIKq0rIMcjdBhewCEsgBw1R9/eSqk3IaHN2N1il2JyqreITQAlrS8M\nLaRV9EawV5U5Ib1/J87psHtzQ/B/n7B62GpFmWRVB/QVYq9klLmEwPxIHCBjwhjS\now28qJWQzJ7/nTj5ib5yXyhJ5/8q98qhnuAF/QqSGyKwPNtLnZlJRffBhRAUUlAF\n7pfpNhrscq5Cp/RWHws6KB6Cm5fqRrNsCe1/fP/4Wma6QHGAn2uf4F7FXPcYAsUp\nUuuieg9b+XBlNlUzijrPMEHxcjB20fq1VGtzhwIDAQABAoIBABBKDJ9va9TmBT6G\nvAXGG92EvFVSf69ybJr7voRuInVgZHIuG5P9EJGXlrn4mSCtxmwJXmcOBaLLfo94\nGe72SNtyrCkYQ3w7J5pxR7CkMNBTOzrkPZnw78tlAC7DfeiZIO54r8RfYbj/cIt4\n856IKJkYxo1BkuME+dCu0MAFDijZHdlYX6ZrCADPqFVDIWIxg5XnbxZ5W+ItIhlh\nOej7to3hiUoUoIRM9CDP0UHfreU4Kpm+5/ICP9ykLxlN0KS8+6TUfD6q80NvaCYr\nhnLGvtjZ6oo2NrvGDweDLNJTkLBjE0Pzjw6aM/cmtHnEUbRMDq7O1JXt9Tu6g0u5\nct9BSoECgYEA3DaN1SiT/MvNlhfD+axmrWtN7EMjwDoedrhvMYGWQD1OLK5sVEPf\nl0uFsOFQm6H0sEWMjhqARQK/iPBSR6uOvBkkzVSHvx4h2OtwdUb8IC8Gvf1k8Xip\nkL1CydoxzBRQVa6nT76ZId6jTIMpeC+18aaeCmUnKlrDwrEGBizkKXkCgYEAyK9i\nNtJ1Lad5xi1CvNx/7RhadaMemmxDN8lSB171rC6tMkYNBSpu77GfmPxLFxzP484b\n0oh+OpnavLMrjERcUBhw0AyVsK4IoYTWek8loY6FgboJXLv9zYqjMTOH7DRLM/Zx\nLpo7NrLTPNBTCSaB/YxI1yRqyqolinkvB4yyRP8CgYAqOg/Sexh9ljsS9/Wtb8C0\nqmnjzzAQ0VQ8Ibu4u4erQ9Y0vTGqquU6JtI5C8ugPFsmXf/I1A4arZ86zBKLCbuy\nGAQ1l2r8W/PTm7oR0w3PwhTB49AyeZfSWGhxOnToFFEfTQFqSjslAoM/zbrrAAMc\nln2hsqni9kqpj7Z/AqaxyQKBgEPFlrFU2WWVjTYzyrnk7P6wnrvjXk5gCUMppZ3/\nn4+KI8s6hOMdtWEU5wTPDry7ailQTW0H0zkPBCN9jlNMMrCJ0G8yEMsduqRxK80a\nNWcdrlBk9wxuIAPtsbbH5DsMXekqbIaEZ0LNmTCMWb5ZVsS9P0wIbFgMpajhy9QM\n25cZAoGAQ8FuHP/O9KugnHLRbQwlN6AQWlWDDkV41DyNgV0uw/DJjWkrow4NHElq\nfXmB/ge3tuZlTQjboTSXsEhypHsyaNrceQTQMMwdIIZG+O8wAX4PJXuDnUlAH0L1\nDs3recNySFjGxrHnHXD2w/OxQc1R6VbHfBOJFGzj2WHwTV4+mrY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0c6403029f8e430bacac2bc6f10b20f5', 'name': u'cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'created_at': '2018-07-15T21:21:50.557921', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'842799233cea4303bcbee69b0caa31e0', 'name': 'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6c:c7:d9:0c:b8:e9:71:e2:da:06:31:33:5d:ab:4d:35', 'type': 'ssh', 'id': u'cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205'}) 2018-07-15 21:21:50,558 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEArKF8lYdBa7WS5lU30wxSSDi1PTgtHuMGL19w8EvLKDDCLSVU iXcUzv4GsCiIKq0rIMcjdBhewCEsgBw1R9/eSqk3IaHN2N1il2JyqreITQAlrS8M LaRV9EawV5U5Ib1/J87psHtzQ/B/n7B62GpFmWRVB/QVYq9klLmEwPxIHCBjwhjS ow28qJWQzJ7/nTj5ib5yXyhJ5/8q98qhnuAF/QqSGyKwPNtLnZlJRffBhRAUUlAF 7pfpNhrscq5Cp/RWHws6KB6Cm5fqRrNsCe1/fP/4Wma6QHGAn2uf4F7FXPcYAsUp Uuuieg9b+XBlNlUzijrPMEHxcjB20fq1VGtzhwIDAQABAoIBABBKDJ9va9TmBT6G vAXGG92EvFVSf69ybJr7voRuInVgZHIuG5P9EJGXlrn4mSCtxmwJXmcOBaLLfo94 Ge72SNtyrCkYQ3w7J5pxR7CkMNBTOzrkPZnw78tlAC7DfeiZIO54r8RfYbj/cIt4 856IKJkYxo1BkuME+dCu0MAFDijZHdlYX6ZrCADPqFVDIWIxg5XnbxZ5W+ItIhlh Oej7to3hiUoUoIRM9CDP0UHfreU4Kpm+5/ICP9ykLxlN0KS8+6TUfD6q80NvaCYr hnLGvtjZ6oo2NrvGDweDLNJTkLBjE0Pzjw6aM/cmtHnEUbRMDq7O1JXt9Tu6g0u5 ct9BSoECgYEA3DaN1SiT/MvNlhfD+axmrWtN7EMjwDoedrhvMYGWQD1OLK5sVEPf l0uFsOFQm6H0sEWMjhqARQK/iPBSR6uOvBkkzVSHvx4h2OtwdUb8IC8Gvf1k8Xip kL1CydoxzBRQVa6nT76ZId6jTIMpeC+18aaeCmUnKlrDwrEGBizkKXkCgYEAyK9i NtJ1Lad5xi1CvNx/7RhadaMemmxDN8lSB171rC6tMkYNBSpu77GfmPxLFxzP484b 0oh+OpnavLMrjERcUBhw0AyVsK4IoYTWek8loY6FgboJXLv9zYqjMTOH7DRLM/Zx Lpo7NrLTPNBTCSaB/YxI1yRqyqolinkvB4yyRP8CgYAqOg/Sexh9ljsS9/Wtb8C0 qmnjzzAQ0VQ8Ibu4u4erQ9Y0vTGqquU6JtI5C8ugPFsmXf/I1A4arZ86zBKLCbuy GAQ1l2r8W/PTm7oR0w3PwhTB49AyeZfSWGhxOnToFFEfTQFqSjslAoM/zbrrAAMc ln2hsqni9kqpj7Z/AqaxyQKBgEPFlrFU2WWVjTYzyrnk7P6wnrvjXk5gCUMppZ3/ n4+KI8s6hOMdtWEU5wTPDry7ailQTW0H0zkPBCN9jlNMMrCJ0G8yEMsduqRxK80a NWcdrlBk9wxuIAPtsbbH5DsMXekqbIaEZ0LNmTCMWb5ZVsS9P0wIbFgMpajhy9QM 25cZAoGAQ8FuHP/O9KugnHLRbQwlN6AQWlWDDkV41DyNgV0uw/DJjWkrow4NHElq fXmB/ge3tuZlTQjboTSXsEhypHsyaNrceQTQMMwdIIZG+O8wAX4PJXuDnUlAH0L1 Ds3recNySFjGxrHnHXD2w/OxQc1R6VbHfBOJFGzj2WHwTV4+mrY= -----END RSA PRIVATE KEY----- 2018-07-15 21:21:50,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-15 21:21:50,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"security_group": {"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-15 21:21:50,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-58a369d0-ac03-418c-9181-adcc8740d60d Date: Sun, 15 Jul 2018 21:21:50 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:50Z", "updated_at": "2018-07-15T21:21:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "a9229576-b715-4a44-9951-f5c0e614f204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "be3dada8-6eb1-4c89-b525-4483a6b9a5ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}], "revision_number": 1, "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}} 2018-07-15 21:21:50,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-58a369d0-ac03-418c-9181-adcc8740d60d 2018-07-15 21:21:50,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.15770483017s 2018-07-15 21:21:50,719 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-58a369d0-ac03-418c-9181-adcc8740d60d 2018-07-15 21:21:50,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:21:50,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:50,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-8dbcdc37-36f2-4951-8930-67d3dde192a5 Date: Sun, 15 Jul 2018 21:21:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:43Z", "updated_at": "2018-07-15T21:21:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "4ea85960-7b5e-47f2-97cf-2ce7f9617079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "6ba6c576-9e3d-497c-84b2-2d9bef6ef320", "remote_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "9702f6f6-c160-49b3-b215-236f9e068307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "afe1a0a6-e244-412f-a0d2-8f6e59a7bd3a", "remote_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}], "revision_number": 1, "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "201322b7-37d6-48a2-be75-06350fb38746", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:50Z", "updated_at": "2018-07-15T21:21:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "a9229576-b715-4a44-9951-f5c0e614f204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "be3dada8-6eb1-4c89-b525-4483a6b9a5ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}], "revision_number": 1, "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:21:50,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8dbcdc37-36f2-4951-8930-67d3dde192a5 2018-07-15 21:21:50,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0838460922241s 2018-07-15 21:21:50,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-8dbcdc37-36f2-4951-8930-67d3dde192a5 2018-07-15 21:21:50,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:21:50,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -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": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"}}' 2018-07-15 21:21:51,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-4a66bc8d-a6a2-4493-aae4-a30359c44e3b Date: Sun, 15 Jul 2018 21:21:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "port_range_min": 22, "revision_number": 0, "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:50Z", "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "df8b7bd4-f33c-4b48-b7b6-169652e39f33"}} 2018-07-15 21:21:51,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4a66bc8d-a6a2-4493-aae4-a30359c44e3b 2018-07-15 21:21:51,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.206614017487s 2018-07-15 21:21:51,019 - 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-4a66bc8d-a6a2-4493-aae4-a30359c44e3b 2018-07-15 21:21:51,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:21:51,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:51,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-57ae53f9-45d3-4cd8-b769-07e4822849cf Date: Sun, 15 Jul 2018 21:21:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:43Z", "updated_at": "2018-07-15T21:21:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "4ea85960-7b5e-47f2-97cf-2ce7f9617079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "6ba6c576-9e3d-497c-84b2-2d9bef6ef320", "remote_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "9702f6f6-c160-49b3-b215-236f9e068307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "afe1a0a6-e244-412f-a0d2-8f6e59a7bd3a", "remote_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}], "revision_number": 1, "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "201322b7-37d6-48a2-be75-06350fb38746", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:50Z", "updated_at": "2018-07-15T21:21:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "a9229576-b715-4a44-9951-f5c0e614f204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "be3dada8-6eb1-4c89-b525-4483a6b9a5ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "df8b7bd4-f33c-4b48-b7b6-169652e39f33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}], "revision_number": 2, "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:21:51,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-57ae53f9-45d3-4cd8-b769-07e4822849cf 2018-07-15 21:21:51,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0567228794098s 2018-07-15 21:21:51,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-57ae53f9-45d3-4cd8-b769-07e4822849cf 2018-07-15 21:21:51,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-15 21:21:51,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -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": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"}}' 2018-07-15 21:21:51,270 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-4a0050e9-cc4e-40e9-b7d1-0f85b16117ba Date: Sun, 15 Jul 2018 21:21:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-15T21:21:51Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "port_range_min": null, "revision_number": 0, "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:51Z", "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "0387d553-0ac6-4e85-aaf4-a34d97dfb53c"}} 2018-07-15 21:21:51,270 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-4a0050e9-cc4e-40e9-b7d1-0f85b16117ba 2018-07-15 21:21:51,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.187587022781s 2018-07-15 21:21:51,270 - 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-4a0050e9-cc4e-40e9-b7d1-0f85b16117ba 2018-07-15 21:21:51,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:51,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:51,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-5de05a09-dbdd-4ecb-8012-15e417370153 Date: Sun, 15 Jul 2018 21:21:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["50250a9e-357d-41ed-af2d-ea39133772e0"],"updated_at":"2018-07-15T21:21:44Z","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:21:51,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5de05a09-dbdd-4ecb-8012-15e417370153 2018-07-15 21:21:51,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119922876358s 2018-07-15 21:21:51,392 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5de05a09-dbdd-4ecb-8012-15e417370153 2018-07-15 21:21:51,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:21:51,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:51,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-19021c4b-a486-4686-80a5-985fdae1291e Date: Sun, 15 Jul 2018 21:21:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/snap", "metadata": {}}], "file": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file", "owner": "842799233cea4303bcbee69b0caa31e0", "id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "size": 12716032, "self": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:49Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:21:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:21:51,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-19021c4b-a486-4686-80a5-985fdae1291e 2018-07-15 21:21:51,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0813930034637s 2018-07-15 21:21:51,478 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-19021c4b-a486-4686-80a5-985fdae1291e 2018-07-15 21:21:51,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:21:51,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:51,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-56b1008f-adc8-481e-a710-a8faaa8e078c x-compute-request-id: req-56b1008f-adc8-481e-a710-a8faaa8e078c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "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": "333fa6f6-efb3-4916-980c-35ae0b3813ac"}]} 2018-07-15 21:21:51,508 - 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-56b1008f-adc8-481e-a710-a8faaa8e078c 2018-07-15 21:21:51,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0282649993896s 2018-07-15 21:21:51,509 - 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-56b1008f-adc8-481e-a710-a8faaa8e078c 2018-07-15 21:21:51,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:21:51,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"server": {"name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "imageRef": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "flavorRef": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6"}], "security_groups": [{"name": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"}]}}' 2018-07-15 21:21:52,468 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:21:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da97c98f-669b-4e49-95b8-60746661e21a x-compute-request-id: req-da97c98f-669b-4e49-95b8-60746661e21a Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"}], "OS-DCF:diskConfig": "MANUAL", "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "adminPass": "mWj7Nnxusyv4"}} 2018-07-15 21:21:52,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-da97c98f-669b-4e49-95b8-60746661e21a 2018-07-15 21:21:52,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.958259105682s 2018-07-15 21:21:52,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-da97c98f-669b-4e49-95b8-60746661e21a 2018-07-15 21:21:52,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:52,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:52,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d483ff0-a3a4-417f-acd0-02776d523f5e x-compute-request-id: req-3d483ff0-a3a4-417f-acd0-02776d523f5e Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:52,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3d483ff0-a3a4-417f-acd0-02776d523f5e 2018-07-15 21:21:52,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.115283966064s 2018-07-15 21:21:52,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3d483ff0-a3a4-417f-acd0-02776d523f5e 2018-07-15 21:21:52,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:21:52,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:52,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-0b44f209-d387-4950-afb0-6a729c4fef17 Date: Sun, 15 Jul 2018 21:21: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":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["50250a9e-357d-41ed-af2d-ea39133772e0"],"updated_at":"2018-07-15T21:21:44Z","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:21:52,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0b44f209-d387-4950-afb0-6a729c4fef17 2018-07-15 21:21:52,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108379840851s 2018-07-15 21:21:52,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0b44f209-d387-4950-afb0-6a729c4fef17 2018-07-15 21:21:52,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:21:52,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:52,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ecb6f31b-294f-4bbe-9a52-4f1e417e8cca Date: Sun, 15 Jul 2018 21:21:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:21:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"842799233cea4303bcbee69b0caa31e0","id":"50250a9e-357d-41ed-af2d-ea39133772e0","subnetpool_id":null,"name":"cinder_test-subnet_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:21:52,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ecb6f31b-294f-4bbe-9a52-4f1e417e8cca 2018-07-15 21:21:52,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0798990726471s 2018-07-15 21:21:52,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ecb6f31b-294f-4bbe-9a52-4f1e417e8cca 2018-07-15 21:21:52,782 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:54,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:54,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:55,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-10901c0b-0463-4654-81d9-73c3f9eff8e8 x-compute-request-id: req-10901c0b-0463-4654-81d9-73c3f9eff8e8 Content-Encoding: gzip Content-Length: 641 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/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:54Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:55,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-10901c0b-0463-4654-81d9-73c3f9eff8e8 2018-07-15 21:21:55,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510391950607s 2018-07-15 21:21:55,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-10901c0b-0463-4654-81d9-73c3f9eff8e8 2018-07-15 21:21:55,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:57,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:57,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:21:57,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21: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-f0a61372-f131-471d-aeac-02dbb019081c x-compute-request-id: req-f0a61372-f131-471d-aeac-02dbb019081c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:21:55Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:21:57,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0a61372-f131-471d-aeac-02dbb019081c 2018-07-15 21:21:57,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.562757968903s 2018-07-15 21:21:57,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f0a61372-f131-471d-aeac-02dbb019081c 2018-07-15 21:21:57,869 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:21:59,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:21:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:21:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eca66ae5-ea7a-4701-9b63-f8188fb36f45 x-compute-request-id: req-eca66ae5-ea7a-4701-9b63-f8188fb36f45 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:59Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:00,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eca66ae5-ea7a-4701-9b63-f8188fb36f45 2018-07-15 21:22:00,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.235742092133s 2018-07-15 21:22:00,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-eca66ae5-ea7a-4701-9b63-f8188fb36f45 2018-07-15 21:22:00,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:22:00,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-951dd89f-4000-4eb0-9716-e794e814ea36 Date: Sun, 15 Jul 2018 21:22:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:55Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:59Z","binding:vnic_type":"normal","device_id":"045dd7a8-a79a-4936-98c3-d8346fce2a5d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:72:ac:c3","id":"a9605ded-2c15-48d7-9afb-b3090e4dc221","port_security_enabled":true,"project_id":"842799233cea4303bcbee69b0caa31e0","fixed_ips":[{"subnet_id":"50250a9e-357d-41ed-af2d-ea39133772e0","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"],"name":""}]} 2018-07-15 21:22:00,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-951dd89f-4000-4eb0-9716-e794e814ea36 2018-07-15 21:22:00,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0542659759521s 2018-07-15 21:22:00,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-951dd89f-4000-4eb0-9716-e794e814ea36 2018-07-15 21:22:00,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:22:00,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a9605ded-2c15-48d7-9afb-b3090e4dc221" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-89112f95-9f1c-4a2d-b287-996c5907d2c6 Date: Sun, 15 Jul 2018 21:22:00 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:22:00,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a9605ded-2c15-48d7-9afb-b3090e4dc221 used request id req-89112f95-9f1c-4a2d-b287-996c5907d2c6 2018-07-15 21:22:00,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0443179607391s 2018-07-15 21:22:00,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a9605ded-2c15-48d7-9afb-b3090e4dc221 used request id req-89112f95-9f1c-4a2d-b287-996c5907d2c6 2018-07-15 21:22:00,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:00,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.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4649cb5a-dfbc-4346-bffd-152d6223bf3d x-compute-request-id: req-4649cb5a-dfbc-4346-bffd-152d6223bf3d Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:59Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:00,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4649cb5a-dfbc-4346-bffd-152d6223bf3d 2018-07-15 21:22:00,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193197011948s 2018-07-15 21:22:00,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4649cb5a-dfbc-4346-bffd-152d6223bf3d 2018-07-15 21:22:00,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:22:00,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-e3260511-d9cc-475f-87ec-208462ad3648 Date: Sun, 15 Jul 2018 21:22:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:55Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:59Z","binding:vnic_type":"normal","device_id":"045dd7a8-a79a-4936-98c3-d8346fce2a5d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:72:ac:c3","id":"a9605ded-2c15-48d7-9afb-b3090e4dc221","port_security_enabled":true,"project_id":"842799233cea4303bcbee69b0caa31e0","fixed_ips":[{"subnet_id":"50250a9e-357d-41ed-af2d-ea39133772e0","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"],"name":""}]} 2018-07-15 21:22:00,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-e3260511-d9cc-475f-87ec-208462ad3648 2018-07-15 21:22:00,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0551600456238s 2018-07-15 21:22:00,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-e3260511-d9cc-475f-87ec-208462ad3648 2018-07-15 21:22:00,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:22:00,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a9605ded-2c15-48d7-9afb-b3090e4dc221" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a9d6f548-c2c9-4da9-8462-aa20ed9f4e31 Date: Sun, 15 Jul 2018 21:22:00 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:22:00,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a9605ded-2c15-48d7-9afb-b3090e4dc221 used request id req-a9d6f548-c2c9-4da9-8462-aa20ed9f4e31 2018-07-15 21:22:00,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0427079200745s 2018-07-15 21:22:00,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a9605ded-2c15-48d7-9afb-b3090e4dc221 used request id req-a9d6f548-c2c9-4da9-8462-aa20ed9f4e31 2018-07-15 21:22:00,520 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:72:ac:c3', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'618f33b5-cba7-4a39-b590-a91b77d5ddd8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:21:59.000000', 'flavor': Munch({u'id': u'333fa6f6-efb3-4916-980c-35ae0b3813ac'}), 'az': u'nova', 'id': u'045dd7a8-a79a-4936-98c3-d8346fce2a5d', 'security_groups': [Munch({u'name': u'cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0c6403029f8e430bacac2bc6f10b20f5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'842799233cea4303bcbee69b0caa31e0', 'name': 'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:21:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:21:59Z', 'hostId': u'fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:21:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'842799233cea4303bcbee69b0caa31e0', 'name': u'cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'adminPass': None, 'tenant_id': u'842799233cea4303bcbee69b0caa31e0', 'created_at': u'2018-07-15T21:21:52Z', 'created': u'2018-07-15T21:21:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:22:00,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:22:00,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-127a5749-217d-42d5-9b40-03bb0963ff4d Date: Sun, 15 Jul 2018 21:22:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["50250a9e-357d-41ed-af2d-ea39133772e0"],"updated_at":"2018-07-15T21:21:44Z","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:22:00,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-127a5749-217d-42d5-9b40-03bb0963ff4d 2018-07-15 21:22:00,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106760025024s 2018-07-15 21:22:00,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-127a5749-217d-42d5-9b40-03bb0963ff4d 2018-07-15 21:22:00,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:22:00,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:00,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-1716e602-58d0-4d73-aef5-dfa47ce85980 Date: Sun, 15 Jul 2018 21:22:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:55Z","admin_state_up":true,"updated_at":"2018-07-15T21:21:59Z","binding:vnic_type":"normal","device_id":"045dd7a8-a79a-4936-98c3-d8346fce2a5d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:72:ac:c3","id":"a9605ded-2c15-48d7-9afb-b3090e4dc221","port_security_enabled":true,"project_id":"842799233cea4303bcbee69b0caa31e0","fixed_ips":[{"subnet_id":"50250a9e-357d-41ed-af2d-ea39133772e0","ip_address":"192.168.0.7"}],"extra_dhcp_opts":[],"security_groups":["8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"],"name":""}]} 2018-07-15 21:22:00,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-1716e602-58d0-4d73-aef5-dfa47ce85980 2018-07-15 21:22:00,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0537040233612s 2018-07-15 21:22:00,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-1716e602-58d0-4d73-aef5-dfa47ce85980 2018-07-15 21:22:00,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 21:22:00,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"floatingip": {"floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.7", "port_id": "a9605ded-2c15-48d7-9afb-b3090e4dc221"}}' 2018-07-15 21:22:02,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-61b6eb83-9402-4e62-a99d-4557bed085c9 Date: Sun, 15 Jul 2018 21:22:02 GMT RESP BODY: {"floatingip": {"router_id": "8e04c458-cd14-4d39-9bda-83df5f4330fd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T21:22:01Z", "floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.7", "floating_ip_address": "172.30.9.210", "revision_number": 0, "port_id": "a9605ded-2c15-48d7-9afb-b3090e4dc221", "id": "c37ce3ec-ecd7-4a2d-bae3-1988c71e6fdd", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:22:01Z", "project_id": "842799233cea4303bcbee69b0caa31e0"}} 2018-07-15 21:22:02,586 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-61b6eb83-9402-4e62-a99d-4557bed085c9 2018-07-15 21:22:02,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.90003108978s 2018-07-15 21:22:02,586 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-61b6eb83-9402-4e62-a99d-4557bed085c9 2018-07-15 21:22:02,590 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8e04c458-cd14-4d39-9bda-83df5f4330fd', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'842799233cea4303bcbee69b0caa31e0', 'created_at': u'2018-07-15T21:22:01Z', 'attached': True, 'updated_at': u'2018-07-15T21:22:01Z', 'id': u'c37ce3ec-ecd7-4a2d-bae3-1988c71e6fdd', 'floating_network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', 'fixed_ip_address': u'192.168.0.7', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'842799233cea4303bcbee69b0caa31e0', 'name': 'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8e04c458-cd14-4d39-9bda-83df5f4330fd', 'project_id': u'842799233cea4303bcbee69b0caa31e0', 'port_id': u'a9605ded-2c15-48d7-9afb-b3090e4dc221', 'port': u'a9605ded-2c15-48d7-9afb-b3090e4dc221', 'network': u'595732ea-191d-4af2-b2a6-99674c968eec'}) 2018-07-15 21:22:02,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 21:22:02,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 21:22:02,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7edf7b9-74c3-4f9c-a14e-34832a980c3f x-compute-request-id: req-e7edf7b9-74c3-4f9c-a14e-34832a980c3f Content-Encoding: gzip Content-Length: 7918 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 457102546 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.908 MHz processor\n[ 0.152109] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632)\n[ 0.153767] pid_max: default: 32768 minimum: 301\n[ 0.154660] ACPI: Core revision 20150930\n[ 0.156264] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157589] Security Framework initialized\n[ 0.158407] Yama: becoming mindful.\n[ 0.159156] AppArmor: AppArmor initialized\n[ 0.160026] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161355] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162638] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165299] Initializing cgroup subsys io\n[ 0.166118] Initializing cgroup subsys memory\n[ 0.166978] Initializing cgroup subsys devices\n[ 0.167861] Initializing cgroup subsys freezer\n[ 0.168732] Initializing cgroup subsys net_cls\n[ 0.169601] Initializing cgroup subsys perf_event\n[ 0.170514] Initializing cgroup subsys net_prio\n[ 0.171418] Initializing cgroup subsys hugetlb\n[ 0.172294] Initializing cgroup subsys pids\n[ 0.173171] CPU: Physical Processor ID: 0\n[ 0.174675] mce: CPU supports 10 MCE banks\n[ 0.175544] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176556] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.191381] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.197714] ftrace: allocating 31920 entries in 125 pages\n[ 0.223887] smpboot: Max logical packages: 1\n[ 0.224761] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226118] x2apic enabled\n[ 0.226924] Switched APIC routing to physical x2apic.\n[ 0.228665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229794] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231886] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233905] KVM setup paravirtual spinlock\n[ 0.235253] x86: Booted up 1 node, 1 CPUs\n[ 0.236067] smpboot: Total of 1 processors activated (6983.81 BogoMIPS)\n[ 0.237471] devtmpfs: initialized\n[ 0.239200] evm: security.selinux\n[ 0.239905] evm: security.SMACK64\n[ 0.240593] evm: security.SMACK64EXEC\n[ 0.241339] evm: security.SMACK64TRANSMUTE\n[ 0.242148] evm: security.SMACK64MMAP\n[ 0.242894] evm: security.ima\n[ 0.243535] evm: security.capability\n[ 0.244353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246216] pinctrl core: initialized pinctrl subsystem\n[ 0.247326] RTC time: 21:21:59, date: 07/15/18\n[ 0.248302] NET: Registered protocol family 16\n[ 0.249302] cpuidle: using governor ladder\n[ 0.250125] cpuidle: using governor menu\n[ 0.250915] PCCT header not found.\n[ 0.251672] ACPI: bus type PCI registered\n[ 0.252482] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253730] PCI: Using configuration type 1 for base access\n[ 0.255598] ACPI: Added _OSI(Module Device)\n[ 0.256587] ACPI: Added _OSI(Processor Device)\n[ 0.257454] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.258355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260129] ACPI: Interpreter enabled\n[ 0.260909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268312] ACPI: (supports S0 S5)\n[ 0.269033] ACPI: Using IOAPIC for interrupt routing\n[ 0.269986] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273123] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274277] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.275519] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277108] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279344] acpiphp: Slot [3] registered\n[ 0.280152] acpiphp: Slot [4] registered\n[ 0.280954] acpiphp: Slot [5] registered\n[ 0.281755] acpiphp: Slot [6] registered\n[ 0.282551] acpiphp: Slot [7] registered\n[ 0.283598] acpiphp: Slot [8] registered\n[ 0.284413] acpiphp: Slot [9] registered\n[ 0.285225] acpiphp: Slot [10] registered\n[ 0.286041] acpiphp: Slot [11] registered\n[ 0.286852] acpiphp: Slot [12] registered\n[ 0.287665] acpiphp: Slot [13] registered\n[ 0.288476] acpiphp: Slot [14] registered\n[ 0.289289] acpiphp: Slot [15] registered\n[ 0.299977] acpiphp: Slot [16] registered\n[ 0.300795] acpiphp: Slot [17] registered\n[ 0.301603] acpiphp: Slot [18] registered\n[ 0.302414] acpiphp: Slot [19] registered\n[ 0.303227] acpiphp: Slot [20] registered\n[ 0.304048] acpiphp: Slot [21] registered\n[ 0.304862] acpiphp: Slot [22] registered\n[ 0.305825] acpiphp: Slot [23] registered\n[ 0.306697] acpiphp: Slot [24] registered\n[ 0.307519] acpiphp: Slot [25] registered\n[ 0.308338] acpiphp: Slot [26] registered\n[ 0.309155] acpiphp: Slot [27] registered\n[ 0.309969] acpiphp: Slot [28] registered\n[ 0.310818] acpiphp: Slot [29] registered\n[ 0.311630] acpiphp: Slot [30] registered\n[ 0.312448] acpiphp: Slot [31] registered\n[ 0.313261] PCI host bridge to bus 0000:00\n[ 0.314080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315295] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317972] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.319420] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.320897] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324165] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325440] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326614] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327875] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331459] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333223] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352031] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353507] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359631] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363587] vgaarb: loaded\n[ 0.364188] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365436] SCSI subsystem initialized\n[ 0.366367] ACPI: bus type USB registered\n[ 0.367206] usbcore: registered new interface driver usbfs\n[ 0.368239] usbcore: registered new interface driver hub\n[ 0.369253] usbcore: registered new device driver usb\n[ 0.370390] PCI: Using ACPI for IRQ routing\n[ 0.371524] NetLabel: Initializing\n[ 0.372256] NetLabel: domain hash size = 128\n[ 0.373105] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374074] NetLabel: unlabeled traffic allowed by default\n[ 0.375250] clocksource: Switched to clocksource kvm-clock\n[ 0.384005] AppArmor: AppArmor Filesystem Enabled\n[ 0.384978] pnp: PnP ACPI init\n[ 0.385926] pnp: PnP ACPI: found 5 devices\n[ 0.392290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394017] NET: Registered protocol family 2\n[ 0.395090] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396392] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397614] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398827] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399922] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401119] NET: Registered protocol family 1\n[ 0.402006] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403107] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418497] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432629] Trying to unpack rootfs image as initramfs...\n[ 0.490022] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.491761] Scanning for low memory corruption every 60 seconds\n[ 0.493160] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.494339] audit: initializing netlink subsys (disabled)\n[ 0.495417] audit: type=2000 audit(1531689720.412:1): initialized\n[ 0.496793] Initialise system trusted keyring\n[ 0.497763] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.498929] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501099] zbud: loaded\n[ 0.501843] VFS: Disk quotas dquot_6.6.0\n[ 0.502679] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504327] fuse init (API version 7.23)\n[ 0.505247] Key type big_key registered\n[ 0.506296] Allocating IMA MOK and blacklist keyrings.\n[ 0.507552] Key type asymmetric registered\n[ 0.508387] Asymmetric key parser 'x509' registered\n[ 0.509358] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510865] io scheduler noop registered\n[ 0.511664] io scheduler deadline registered (default)\n[ 0.512672] io scheduler cfq registered\n[ 0.513531] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514579] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515873] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517331] ACPI: Power Button [PWRF]\n[ 0.518221] GHES: HEST is not enabled!\n[ 0.531832] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559853] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561992] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585935] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.588270] Linux agpgart interface v0.103\n[ 0.591259] brd: module loaded\n[ 0.592978] loop: module loaded\n[ 0.596757] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598224] GPT:90111 != 2097151\n[ 0.598903] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600037] GPT:90111 != 2097151\n[ 0.600721] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601694] vda: vda1 vda15\n[ 0.602936] scsi host0: ata_piix\n[ 0.603729] scsi host1: ata_piix\n[ 0.604463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605872] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.607481] libphy: Fixed MDIO Bus: probed\n[ 0.608311] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609270] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611743] PPP generic driver version 2.4.2\n[ 0.613127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618405] ehci-pci: EHCI PCI platform driver\n[ 0.619892] ehci-platform: EHCI generic platform driver\n[ 0.620997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622179] ohci-pci: OHCI PCI platform driver\n[ 0.623077] ohci-platform: OHCI generic platform driver\n[ 0.624107] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639647] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640724] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642243] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643365] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645904] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647345] usb usb1: Product: UHCI Host Controller\n[ 0.648298] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649457] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650724] hub 1-0:1.0: USB hub found\n[ 0.651533] hub 1-0:1.0: 2 ports detected\n[ 0.652662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655155] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656369] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657543] mousedev: PS/2 mouse device common for all mice\n[ 0.659144] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661092] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662289] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663523] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664740] i2c /dev entries driver\n[ 0.665601] device-mapper: uevent: version 1.0.3\n[ 0.666639] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668409] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670549] NET: Registered protocol family 10\n[ 0.672084] NET: Registered protocol family 17\n[ 0.673042] Key type dns_resolver registered\n[ 0.674343] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675484] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677440] registered taskstats version 1\n[ 0.678346] Loading compiled-in X.509 certificates\n[ 0.679977] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681906] zswap: loaded using pool lzo/zbud\n[ 0.684398] Key type trusted registered\n[ 0.686240] Key type encrypted registered\n[ 0.687094] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688182] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689266] evm: HMAC attrs: 0x1\n[ 0.690370] Magic number: 10:185:399\n[ 0.691334] rtc_cmos 00:00: setting system clock to 2018-07-15 21:22:00 UTC (1531689720)\n[ 0.693042] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694169] EDD information not available.\n[ 0.765831] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777373] Write protecting the kernel read-only data: 14336k\n[ 0.780994] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783005] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.939788] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.7...\nLease of 192.168.0.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-07-15 21:22:02,703 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/action used request id req-e7edf7b9-74c3-4f9c-a14e-34832a980c3f 2018-07-15 21:22:02,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112560987473s 2018-07-15 21:22:02,704 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/action used request id req-e7edf7b9-74c3-4f9c-a14e-34832a980c3f 2018-07-15 21:22:02,704 - 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 457102546 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.908 MHz processor [ 0.152109] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.153767] pid_max: default: 32768 minimum: 301 [ 0.154660] ACPI: Core revision 20150930 [ 0.156264] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.157589] Security Framework initialized [ 0.158407] Yama: becoming mindful. [ 0.159156] AppArmor: AppArmor initialized [ 0.160026] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.161355] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.162638] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163858] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165299] Initializing cgroup subsys io [ 0.166118] Initializing cgroup subsys memory [ 0.166978] Initializing cgroup subsys devices [ 0.167861] Initializing cgroup subsys freezer [ 0.168732] Initializing cgroup subsys net_cls [ 0.169601] Initializing cgroup subsys perf_event [ 0.170514] Initializing cgroup subsys net_prio [ 0.171418] Initializing cgroup subsys hugetlb [ 0.172294] Initializing cgroup subsys pids [ 0.173171] CPU: Physical Processor ID: 0 [ 0.174675] mce: CPU supports 10 MCE banks [ 0.175544] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176556] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.191381] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.197714] ftrace: allocating 31920 entries in 125 pages [ 0.223887] smpboot: Max logical packages: 1 [ 0.224761] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226118] x2apic enabled [ 0.226924] Switched APIC routing to physical x2apic. [ 0.228665] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229794] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231886] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233905] KVM setup paravirtual spinlock [ 0.235253] x86: Booted up 1 node, 1 CPUs [ 0.236067] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.237471] devtmpfs: initialized [ 0.239200] evm: security.selinux [ 0.239905] evm: security.SMACK64 [ 0.240593] evm: security.SMACK64EXEC [ 0.241339] evm: security.SMACK64TRANSMUTE [ 0.242148] evm: security.SMACK64MMAP [ 0.242894] evm: security.ima [ 0.243535] evm: security.capability [ 0.244353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246216] pinctrl core: initialized pinctrl subsystem [ 0.247326] RTC time: 21:21:59, date: 07/15/18 [ 0.248302] NET: Registered protocol family 16 [ 0.249302] cpuidle: using governor ladder [ 0.250125] cpuidle: using governor menu [ 0.250915] PCCT header not found. [ 0.251672] ACPI: bus type PCI registered [ 0.252482] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.253730] PCI: Using configuration type 1 for base access [ 0.255598] ACPI: Added _OSI(Module Device) [ 0.256587] ACPI: Added _OSI(Processor Device) [ 0.257454] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.258355] ACPI: Added _OSI(Processor Aggregator Device) [ 0.260129] ACPI: Interpreter enabled [ 0.260909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.262762] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.264601] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.266458] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.268312] ACPI: (supports S0 S5) [ 0.269033] ACPI: Using IOAPIC for interrupt routing [ 0.269986] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273123] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274277] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.275519] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277108] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279344] acpiphp: Slot [3] registered [ 0.280152] acpiphp: Slot [4] registered [ 0.280954] acpiphp: Slot [5] registered [ 0.281755] acpiphp: Slot [6] registered [ 0.282551] acpiphp: Slot [7] registered [ 0.283598] acpiphp: Slot [8] registered [ 0.284413] acpiphp: Slot [9] registered [ 0.285225] acpiphp: Slot [10] registered [ 0.286041] acpiphp: Slot [11] registered [ 0.286852] acpiphp: Slot [12] registered [ 0.287665] acpiphp: Slot [13] registered [ 0.288476] acpiphp: Slot [14] registered [ 0.289289] acpiphp: Slot [15] registered [ 0.299977] acpiphp: Slot [16] registered [ 0.300795] acpiphp: Slot [17] registered [ 0.301603] acpiphp: Slot [18] registered [ 0.302414] acpiphp: Slot [19] registered [ 0.303227] acpiphp: Slot [20] registered [ 0.304048] acpiphp: Slot [21] registered [ 0.304862] acpiphp: Slot [22] registered [ 0.305825] acpiphp: Slot [23] registered [ 0.306697] acpiphp: Slot [24] registered [ 0.307519] acpiphp: Slot [25] registered [ 0.308338] acpiphp: Slot [26] registered [ 0.309155] acpiphp: Slot [27] registered [ 0.309969] acpiphp: Slot [28] registered [ 0.310818] acpiphp: Slot [29] registered [ 0.311630] acpiphp: Slot [30] registered [ 0.312448] acpiphp: Slot [31] registered [ 0.313261] PCI host bridge to bus 0000:00 [ 0.314080] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.315295] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.316517] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.317972] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.319420] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.320897] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.324165] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325440] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326614] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327875] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.331459] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.333223] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352031] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.353507] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355287] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356963] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359631] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362038] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363587] vgaarb: loaded [ 0.364188] vgaarb: bridge control possible 0000:00:02.0 [ 0.365436] SCSI subsystem initialized [ 0.366367] ACPI: bus type USB registered [ 0.367206] usbcore: registered new interface driver usbfs [ 0.368239] usbcore: registered new interface driver hub [ 0.369253] usbcore: registered new device driver usb [ 0.370390] PCI: Using ACPI for IRQ routing [ 0.371524] NetLabel: Initializing [ 0.372256] NetLabel: domain hash size = 128 [ 0.373105] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374074] NetLabel: unlabeled traffic allowed by default [ 0.375250] clocksource: Switched to clocksource kvm-clock [ 0.384005] AppArmor: AppArmor Filesystem Enabled [ 0.384978] pnp: PnP ACPI init [ 0.385926] pnp: PnP ACPI: found 5 devices [ 0.392290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394017] NET: Registered protocol family 2 [ 0.395090] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396392] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397614] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398827] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399922] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.401119] NET: Registered protocol family 1 [ 0.402006] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403107] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418497] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432629] Trying to unpack rootfs image as initramfs... [ 0.490022] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.491761] Scanning for low memory corruption every 60 seconds [ 0.493160] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.494339] audit: initializing netlink subsys (disabled) [ 0.495417] audit: type=2000 audit(1531689720.412:1): initialized [ 0.496793] Initialise system trusted keyring [ 0.497763] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.498929] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501099] zbud: loaded [ 0.501843] VFS: Disk quotas dquot_6.6.0 [ 0.502679] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504327] fuse init (API version 7.23) [ 0.505247] Key type big_key registered [ 0.506296] Allocating IMA MOK and blacklist keyrings. [ 0.507552] Key type asymmetric registered [ 0.508387] Asymmetric key parser 'x509' registered [ 0.509358] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.510865] io scheduler noop registered [ 0.511664] io scheduler deadline registered (default) [ 0.512672] io scheduler cfq registered [ 0.513531] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514579] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.515873] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517331] ACPI: Power Button [PWRF] [ 0.518221] GHES: HEST is not enabled! [ 0.531832] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559853] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.561992] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585935] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.588270] Linux agpgart interface v0.103 [ 0.591259] brd: module loaded [ 0.592978] loop: module loaded [ 0.596757] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.598224] GPT:90111 != 2097151 [ 0.598903] GPT:Alternate GPT header not at the end of the disk. [ 0.600037] GPT:90111 != 2097151 [ 0.600721] GPT: Use GNU Parted to correct GPT errors. [ 0.601694] vda: vda1 vda15 [ 0.602936] scsi host0: ata_piix [ 0.603729] scsi host1: ata_piix [ 0.604463] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.605872] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.607481] libphy: Fixed MDIO Bus: probed [ 0.608311] tun: Universal TUN/TAP device driver, 1.6 [ 0.609270] tun: (C) 1999-2004 Max Krasnyansky [ 0.611743] PPP generic driver version 2.4.2 [ 0.613127] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618405] ehci-pci: EHCI PCI platform driver [ 0.619892] ehci-platform: EHCI generic platform driver [ 0.620997] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622179] ohci-pci: OHCI PCI platform driver [ 0.623077] ohci-platform: OHCI generic platform driver [ 0.624107] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639647] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640724] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642243] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643365] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.644641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645904] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647345] usb usb1: Product: UHCI Host Controller [ 0.648298] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649457] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650724] hub 1-0:1.0: USB hub found [ 0.651533] hub 1-0:1.0: 2 ports detected [ 0.652662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.655155] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.656369] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.657543] mousedev: PS/2 mouse device common for all mice [ 0.659144] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661092] rtc_cmos 00:00: RTC can wake from S4 [ 0.662289] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663523] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.664740] i2c /dev entries driver [ 0.665601] device-mapper: uevent: version 1.0.3 [ 0.666639] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.668409] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670549] NET: Registered protocol family 10 [ 0.672084] NET: Registered protocol family 17 [ 0.673042] Key type dns_resolver registered [ 0.674343] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675484] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677440] registered taskstats version 1 [ 0.678346] Loading compiled-in X.509 certificates [ 0.679977] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681906] zswap: loaded using pool lzo/zbud [ 0.684398] Key type trusted registered [ 0.686240] Key type encrypted registered [ 0.687094] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688182] ima: No TPM chip found, activating TPM-bypass! [ 0.689266] evm: HMAC attrs: 0x1 [ 0.690370] Magic number: 10:185:399 [ 0.691334] rtc_cmos 00:00: setting system clock to 2018-07-15 21:22:00 UTC (1531689720) [ 0.693042] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.694169] EDD information not available. [ 0.765831] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777373] Write protecting the kernel read-only data: 14336k [ 0.780994] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783005] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.939788] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.7... Lease of 192.168.0.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-07-15 21:22:03,709 - paramiko.transport - DEBUG - starting thread (client mode): 0xd417be10L 2018-07-15 21:22:03,710 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 21:22:03,710 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 21:22:03,710 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 21:22:03,711 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-15 21:22:03,711 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 21:22:03,712 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 21:22:03,712 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 21:22:03,712 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 21:22:03,712 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 21:22:03,729 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 21:22:03,729 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 21:22:03,742 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.210: 0fc3b444866ffec1cac73faefb9e9db2 2018-07-15 21:22:03,743 - paramiko.transport - DEBUG - Trying discovered key 6cc7d90cb8e971e2da0631335dab4d35 in /tmp/tmpsCf5dT 2018-07-15 21:22:03,766 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 21:22:03,771 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 21:22:03,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-15 21:22:03,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"volume": {"display_name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "size": "2"}}' 2018-07-15 21:22:04,906 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:22:03 GMT Server: Apache x-compute-request-id: req-a7289f5c-7075-48ae-afe6-6f3229e1f9ae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a7289f5c-7075-48ae-afe6-6f3229e1f9ae Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}} 2018-07-15 21:22:04,906 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes used request id req-a7289f5c-7075-48ae-afe6-6f3229e1f9ae 2018-07-15 21:22:04,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.12879514694s 2018-07-15 21:22:04,906 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes used request id req-a7289f5c-7075-48ae-afe6-6f3229e1f9ae 2018-07-15 21:22:04,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:04,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:05,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:04 GMT Server: Apache x-compute-request-id: req-7f304388-cc0f-4261-933a-11d5837ac252 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7f304388-cc0f-4261-933a-11d5837ac252 Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:04.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:05,793 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-7f304388-cc0f-4261-933a-11d5837ac252 2018-07-15 21:22:05,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.886334896088s 2018-07-15 21:22:05,794 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-7f304388-cc0f-4261-933a-11d5837ac252 2018-07-15 21:22:05,795 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:07,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:07,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:08,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:07 GMT Server: Apache x-compute-request-id: req-0491f1da-aad9-4c98-8050-1bd21981fa00 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0491f1da-aad9-4c98-8050-1bd21981fa00 Content-Encoding: gzip Content-Length: 448 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:06.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:08,699 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-0491f1da-aad9-4c98-8050-1bd21981fa00 2018-07-15 21:22:08,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.901662826538s 2018-07-15 21:22:08,700 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-0491f1da-aad9-4c98-8050-1bd21981fa00 2018-07-15 21:22:08,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:22:08,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:08,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a1f1660e-3eac-4597-bc42-89701d3f7f1c Date: Sun, 15 Jul 2018 21:22:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["50250a9e-357d-41ed-af2d-ea39133772e0"],"updated_at":"2018-07-15T21:21:44Z","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:22:08,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a1f1660e-3eac-4597-bc42-89701d3f7f1c 2018-07-15 21:22:08,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105166912079s 2018-07-15 21:22:08,807 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a1f1660e-3eac-4597-bc42-89701d3f7f1c 2018-07-15 21:22:08,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:22:08,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:09,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-013c47c7-a995-40e2-9293-43bc89117ac9 Date: Sun, 15 Jul 2018 21:22:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/snap", "metadata": {}}], "file": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file", "owner": "842799233cea4303bcbee69b0caa31e0", "id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "size": 12716032, "self": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:49Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:21:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:22:09,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-013c47c7-a995-40e2-9293-43bc89117ac9 2018-07-15 21:22:09,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278299093246s 2018-07-15 21:22:09,090 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-013c47c7-a995-40e2-9293-43bc89117ac9 2018-07-15 21:22:09,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:22:09,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:09,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1da61e97-3472-4576-b25d-d27b2a366bd9 x-compute-request-id: req-1da61e97-3472-4576-b25d-d27b2a366bd9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "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": "333fa6f6-efb3-4916-980c-35ae0b3813ac"}]} 2018-07-15 21:22:09,119 - 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-1da61e97-3472-4576-b25d-d27b2a366bd9 2018-07-15 21:22:09,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.02751994133s 2018-07-15 21:22:09,119 - 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-1da61e97-3472-4576-b25d-d27b2a366bd9 2018-07-15 21:22:09,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-15 21:22:09,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"server": {"name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "imageRef": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "flavorRef": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "max_count": 1, "min_count": 1, "networks": [{"uuid": "970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6"}], "security_groups": [{"name": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"}]}}' 2018-07-15 21:22:10,156 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:22:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36f8b0c9-8c66-49fb-a17c-a987a8ebde09 x-compute-request-id: req-36f8b0c9-8c66-49fb-a17c-a987a8ebde09 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"}], "OS-DCF:diskConfig": "MANUAL", "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "adminPass": "mC9QfPU2qS7v"}} 2018-07-15 21:22:10,157 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-36f8b0c9-8c66-49fb-a17c-a987a8ebde09 2018-07-15 21:22:10,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.03610515594s 2018-07-15 21:22:10,157 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-36f8b0c9-8c66-49fb-a17c-a987a8ebde09 2018-07-15 21:22:10,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:10,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:10,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc4c907f-732f-4ac4-bcd2-f2cb88845e27 x-compute-request-id: req-dc4c907f-732f-4ac4-bcd2-f2cb88845e27 Content-Encoding: gzip Content-Length: 866 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/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:22:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:59Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:10,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dc4c907f-732f-4ac4-bcd2-f2cb88845e27 2018-07-15 21:22:10,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53292298317s 2018-07-15 21:22:10,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dc4c907f-732f-4ac4-bcd2-f2cb88845e27 2018-07-15 21:22:10,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:12,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:12,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:12,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3adedc2-d537-46ff-a923-9d63bb74c993 x-compute-request-id: req-b3adedc2-d537-46ff-a923-9d63bb74c993 Content-Encoding: gzip Content-Length: 913 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/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:22:12Z", "hostId": "c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:59Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:12,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3adedc2-d537-46ff-a923-9d63bb74c993 2018-07-15 21:22:12,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.252924919128s 2018-07-15 21:22:12,953 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3adedc2-d537-46ff-a923-9d63bb74c993 2018-07-15 21:22:12,958 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:14,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:14,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:15,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af77cd35-dc18-4213-be6b-1f18ff757be5 x-compute-request-id: req-af77cd35-dc18-4213-be6b-1f18ff757be5 Content-Encoding: gzip Content-Length: 906 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/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-15T21:22:12Z", "hostId": "c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:59Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:15,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-af77cd35-dc18-4213-be6b-1f18ff757be5 2018-07-15 21:22:15,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377859830856s 2018-07-15 21:22:15,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-af77cd35-dc18-4213-be6b-1f18ff757be5 2018-07-15 21:22:15,343 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:17,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:17,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:17,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-beaeecfd-555f-494e-a715-37191342c21a x-compute-request-id: req-beaeecfd-555f-494e-a715-37191342c21a Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:22:16.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:22:16Z", "hostId": "c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:59Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:17,580 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-beaeecfd-555f-494e-a715-37191342c21a 2018-07-15 21:22:17,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233807086945s 2018-07-15 21:22:17,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-beaeecfd-555f-494e-a715-37191342c21a 2018-07-15 21:22:17,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:22:17,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:17,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-52a4979a-d708-49fa-b324-cee078354798 Date: Sun, 15 Jul 2018 21:22:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:22:13Z","admin_state_up":true,"updated_at":"2018-07-15T21:22:16Z","binding:vnic_type":"normal","device_id":"a5049f48-da0f-4551-92b6-efe70a82d1ae","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d5:cd:ec","id":"e8724b05-0c9e-48a8-955f-325e1fa88674","port_security_enabled":true,"project_id":"842799233cea4303bcbee69b0caa31e0","fixed_ips":[{"subnet_id":"50250a9e-357d-41ed-af2d-ea39133772e0","ip_address":"192.168.0.12"}],"extra_dhcp_opts":[],"security_groups":["8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"],"name":""}]} 2018-07-15 21:22:17,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-52a4979a-d708-49fa-b324-cee078354798 2018-07-15 21:22:17,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0613250732422s 2018-07-15 21:22:17,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-52a4979a-d708-49fa-b324-cee078354798 2018-07-15 21:22:17,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:22:17,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e8724b05-0c9e-48a8-955f-325e1fa88674" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:17,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3da55e18-9e1e-447c-915f-2c414ef4bfa0 Date: Sun, 15 Jul 2018 21:22:17 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:22:17,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e8724b05-0c9e-48a8-955f-325e1fa88674 used request id req-3da55e18-9e1e-447c-915f-2c414ef4bfa0 2018-07-15 21:22:17,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0415451526642s 2018-07-15 21:22:17,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e8724b05-0c9e-48a8-955f-325e1fa88674 used request id req-3da55e18-9e1e-447c-915f-2c414ef4bfa0 2018-07-15 21:22:17,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:17,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:18,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9a6028d-c71d-48c3-9340-cb79af449ecb x-compute-request-id: req-d9a6028d-c71d-48c3-9340-cb79af449ecb Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:22:16.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:22:16Z", "hostId": "c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:21:59Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:18,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d9a6028d-c71d-48c3-9340-cb79af449ecb 2018-07-15 21:22:18,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549520969391s 2018-07-15 21:22:18,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d9a6028d-c71d-48c3-9340-cb79af449ecb 2018-07-15 21:22:18,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:22:18,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:18,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-876fa9bc-788a-4611-9d4a-fb839fe806e3 Date: Sun, 15 Jul 2018 21:22:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:22:13Z","admin_state_up":true,"updated_at":"2018-07-15T21:22:16Z","binding:vnic_type":"normal","device_id":"a5049f48-da0f-4551-92b6-efe70a82d1ae","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d5:cd:ec","id":"e8724b05-0c9e-48a8-955f-325e1fa88674","port_security_enabled":true,"project_id":"842799233cea4303bcbee69b0caa31e0","fixed_ips":[{"subnet_id":"50250a9e-357d-41ed-af2d-ea39133772e0","ip_address":"192.168.0.12"}],"extra_dhcp_opts":[],"security_groups":["8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"],"name":""}]} 2018-07-15 21:22:18,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-876fa9bc-788a-4611-9d4a-fb839fe806e3 2018-07-15 21:22:18,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0595870018005s 2018-07-15 21:22:18,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-876fa9bc-788a-4611-9d4a-fb839fe806e3 2018-07-15 21:22:18,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:22:18,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e8724b05-0c9e-48a8-955f-325e1fa88674" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:18,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8f548371-79e8-400e-b521-e8d556ac26f4 Date: Sun, 15 Jul 2018 21:22:18 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:22:18,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e8724b05-0c9e-48a8-955f-325e1fa88674 used request id req-8f548371-79e8-400e-b521-e8d556ac26f4 2018-07-15 21:22:18,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0439870357513s 2018-07-15 21:22:18,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e8724b05-0c9e-48a8-955f-325e1fa88674 used request id req-8f548371-79e8-400e-b521-e8d556ac26f4 2018-07-15 21:22:18,359 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d5:cd:ec', u'version': 4, u'addr': u'192.168.0.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'618f33b5-cba7-4a39-b590-a91b77d5ddd8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:22:16.000000', 'flavor': Munch({u'id': u'333fa6f6-efb3-4916-980c-35ae0b3813ac'}), 'az': u'nova', 'id': u'a5049f48-da0f-4551-92b6-efe70a82d1ae', 'security_groups': [Munch({u'name': u'cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0c6403029f8e430bacac2bc6f10b20f5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'842799233cea4303bcbee69b0caa31e0', 'name': 'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-15T21:22:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-15T21:22:16Z', 'hostId': u'c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'public_v6': '', 'private_v4': u'192.168.0.12', 'cloud': 'envvars', 'host_id': u'c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-15T21:22:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'842799233cea4303bcbee69b0caa31e0', 'name': u'cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'adminPass': None, 'tenant_id': u'842799233cea4303bcbee69b0caa31e0', 'created_at': u'2018-07-15T21:22:10Z', 'created': u'2018-07-15T21:22:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-15 21:22:18,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:22:18,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:18,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b78be058-ede7-435b-8ea2-9523c8f98f3c Date: Sun, 15 Jul 2018 21:22:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["50250a9e-357d-41ed-af2d-ea39133772e0"],"updated_at":"2018-07-15T21:21:44Z","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:22:18,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b78be058-ede7-435b-8ea2-9523c8f98f3c 2018-07-15 21:22:18,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108635902405s 2018-07-15 21:22:18,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b78be058-ede7-435b-8ea2-9523c8f98f3c 2018-07-15 21:22:18,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-15 21:22:18,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:18,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-6f5a34b7-b382-4eab-9242-cd5fe2d3454f Date: Sun, 15 Jul 2018 21:22:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:22:13Z","admin_state_up":true,"updated_at":"2018-07-15T21:22:16Z","binding:vnic_type":"normal","device_id":"a5049f48-da0f-4551-92b6-efe70a82d1ae","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d5:cd:ec","id":"e8724b05-0c9e-48a8-955f-325e1fa88674","port_security_enabled":true,"project_id":"842799233cea4303bcbee69b0caa31e0","fixed_ips":[{"subnet_id":"50250a9e-357d-41ed-af2d-ea39133772e0","ip_address":"192.168.0.12"}],"extra_dhcp_opts":[],"security_groups":["8c2e4281-21cb-4870-b29d-c8f8f5bc8d42"],"name":""}]} 2018-07-15 21:22:18,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-6f5a34b7-b382-4eab-9242-cd5fe2d3454f 2018-07-15 21:22:18,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0577170848846s 2018-07-15 21:22:18,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-6f5a34b7-b382-4eab-9242-cd5fe2d3454f 2018-07-15 21:22:18,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-15 21:22:18,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"floatingip": {"floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.12", "port_id": "e8724b05-0c9e-48a8-955f-325e1fa88674"}}' 2018-07-15 21:22:20,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-214a6cc3-001c-4155-bcd2-86828ab2505b Date: Sun, 15 Jul 2018 21:22:20 GMT RESP BODY: {"floatingip": {"router_id": "8e04c458-cd14-4d39-9bda-83df5f4330fd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T21:22:19Z", "floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.12", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "e8724b05-0c9e-48a8-955f-325e1fa88674", "id": "0d51acb4-bfe1-4129-8eaf-02acf12234c3", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:22:19Z", "project_id": "842799233cea4303bcbee69b0caa31e0"}} 2018-07-15 21:22:20,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-214a6cc3-001c-4155-bcd2-86828ab2505b 2018-07-15 21:22:20,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.69900298119s 2018-07-15 21:22:20,231 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-214a6cc3-001c-4155-bcd2-86828ab2505b 2018-07-15 21:22:20,234 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8e04c458-cd14-4d39-9bda-83df5f4330fd', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'842799233cea4303bcbee69b0caa31e0', 'created_at': u'2018-07-15T21:22:19Z', 'attached': True, 'updated_at': u'2018-07-15T21:22:19Z', 'id': u'0d51acb4-bfe1-4129-8eaf-02acf12234c3', 'floating_network_id': u'595732ea-191d-4af2-b2a6-99674c968eec', 'fixed_ip_address': u'192.168.0.12', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'842799233cea4303bcbee69b0caa31e0', 'name': 'cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8e04c458-cd14-4d39-9bda-83df5f4330fd', 'project_id': u'842799233cea4303bcbee69b0caa31e0', 'port_id': u'e8724b05-0c9e-48a8-955f-325e1fa88674', 'port': u'e8724b05-0c9e-48a8-955f-325e1fa88674', 'network': u'595732ea-191d-4af2-b2a6-99674c968eec'}) 2018-07-15 21:22:20,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-15 21:22:20,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-15 21:22:20,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ade53f65-a839-4d09-80a2-f9a08952324a x-compute-request-id: req-ade53f65-a839-4d09-80a2-f9a08952324a Content-Encoding: gzip Content-Length: 9176 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 466595495 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.137103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138795] pid_max: default: 32768 minimum: 301\n[ 0.139703] ACPI: Core revision 20150930\n[ 0.141101] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142449] Security Framework initialized\n[ 0.143279] Yama: becoming mindful.\n[ 0.144035] AppArmor: AppArmor initialized\n[ 0.144922] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146276] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147583] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148823] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150259] Initializing cgroup subsys io\n[ 0.151094] Initializing cgroup subsys memory\n[ 0.151975] Initializing cgroup subsys devices\n[ 0.152883] Initializing cgroup subsys freezer\n[ 0.153777] Initializing cgroup subsys net_cls\n[ 0.154659] Initializing cgroup subsys perf_event\n[ 0.155584] Initializing cgroup subsys net_prio\n[ 0.156500] Initializing cgroup subsys hugetlb\n[ 0.157388] Initializing cgroup subsys pids\n[ 0.158272] CPU: Physical Processor ID: 0\n[ 0.159780] mce: CPU supports 10 MCE banks\n[ 0.160658] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161688] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183631] ftrace: allocating 31920 entries in 125 pages\n[ 0.208530] smpboot: Max logical packages: 1\n[ 0.209412] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210780] x2apic enabled\n[ 0.211600] Switched APIC routing to physical x2apic.\n[ 0.213360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214510] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216641] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218473] KVM setup paravirtual spinlock\n[ 0.219790] x86: Booted up 1 node, 1 CPUs\n[ 0.220618] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222028] devtmpfs: initialized\n[ 0.223759] evm: security.selinux\n[ 0.224473] evm: security.SMACK64\n[ 0.225171] evm: security.SMACK64EXEC\n[ 0.225928] evm: security.SMACK64TRANSMUTE\n[ 0.226753] evm: security.SMACK64MMAP\n[ 0.227513] evm: security.ima\n[ 0.228164] evm: security.capability\n[ 0.228982] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230855] pinctrl core: initialized pinctrl subsystem\n[ 0.231972] RTC time: 21:22:17, date: 07/15/18\n[ 0.232959] NET: Registered protocol family 16\n[ 0.233957] cpuidle: using governor ladder\n[ 0.234792] cpuidle: using governor menu\n[ 0.235589] PCCT header not found.\n[ 0.236359] ACPI: bus type PCI registered\n[ 0.237174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238439] PCI: Using configuration type 1 for base access\n[ 0.240218] ACPI: Added _OSI(Module Device)\n[ 0.241073] ACPI: Added _OSI(Processor Device)\n[ 0.241948] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242857] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.244611] ACPI: Interpreter enabled\n[ 0.245398] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249148] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252903] ACPI: (supports S0 S5)\n[ 0.253625] ACPI: Using IOAPIC for interrupt routing\n[ 0.254583] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.257752] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.258916] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.263645] acpiphp: Slot [3] registered\n[ 0.264466] acpiphp: Slot [4] registered\n[ 0.265279] acpiphp: Slot [5] registered\n[ 0.266096] acpiphp: Slot [6] registered\n[ 0.266915] acpiphp: Slot [7] registered\n[ 0.267736] acpiphp: Slot [8] registered\n[ 0.268553] acpiphp: Slot [9] registered\n[ 0.269365] acpiphp: Slot [10] registered\n[ 0.270200] acpiphp: Slot [11] registered\n[ 0.271031] acpiphp: Slot [12] registered\n[ 0.271867] acpiphp: Slot [13] registered\n[ 0.272697] acpiphp: Slot [14] registered\n[ 0.273524] acpiphp: Slot [15] registered\n[ 0.284191] acpiphp: Slot [16] registered\n[ 0.285028] acpiphp: Slot [17] registered\n[ 0.285859] acpiphp: Slot [18] registered\n[ 0.286686] acpiphp: Slot [19] registered\n[ 0.287511] acpiphp: Slot [20] registered\n[ 0.288341] acpiphp: Slot [21] registered\n[ 0.289169] acpiphp: Slot [22] registered\n[ 0.290002] acpiphp: Slot [23] registered\n[ 0.290830] acpiphp: Slot [24] registered\n[ 0.291658] acpiphp: Slot [25] registered\n[ 0.292487] acpiphp: Slot [26] registered\n[ 0.293312] acpiphp: Slot [27] registered\n[ 0.294145] acpiphp: Slot [28] registered\n[ 0.294969] acpiphp: Slot [29] registered\n[ 0.295797] acpiphp: Slot [30] registered\n[ 0.296631] acpiphp: Slot [31] registered\n[ 0.297457] PCI host bridge to bus 0000:00\n[ 0.298281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300768] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302241] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303721] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305225] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308487] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310988] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315871] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317387] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335704] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337219] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339001] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340451] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341858] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343139] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344457] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347087] vgaarb: loaded\n[ 0.347694] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348934] SCSI subsystem initialized\n[ 0.349854] ACPI: bus type USB registered\n[ 0.350696] usbcore: registered new interface driver usbfs\n[ 0.351741] usbcore: registered new interface driver hub\n[ 0.352765] usbcore: registered new device driver usb\n[ 0.353881] PCI: Using ACPI for IRQ routing\n[ 0.355003] NetLabel: Initializing\n[ 0.355736] NetLabel: domain hash size = 128\n[ 0.356598] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357580] NetLabel: unlabeled traffic allowed by default\n[ 0.358757] clocksource: Switched to clocksource kvm-clock\n[ 0.366858] AppArmor: AppArmor Filesystem Enabled\n[ 0.367850] pnp: PnP ACPI init\n[ 0.368802] pnp: PnP ACPI: found 5 devices\n[ 0.375140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376881] NET: Registered protocol family 2\n[ 0.377934] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379255] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380480] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381695] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382802] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384003] NET: Registered protocol family 1\n[ 0.384906] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386017] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387110] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401200] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415358] Trying to unpack rootfs image as initramfs...\n[ 0.472018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.473688] Scanning for low memory corruption every 60 seconds\n[ 0.475068] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.476250] audit: initializing netlink subsys (disabled)\n[ 0.477296] audit: type=2000 audit(1531689737.679:1): initialized\n[ 0.478660] Initialise system trusted keyring\n[ 0.479641] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.480828] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.482990] zbud: loaded\n[ 0.483729] VFS: Disk quotas dquot_6.6.0\n[ 0.484565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486178] fuse init (API version 7.23)\n[ 0.487107] Key type big_key registered\n[ 0.487926] Allocating IMA MOK and blacklist keyrings.\n[ 0.489176] Key type asymmetric registered\n[ 0.490014] Asymmetric key parser 'x509' registered\n[ 0.491004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.492500] io scheduler noop registered\n[ 0.493303] io scheduler deadline registered (default)\n[ 0.494316] io scheduler cfq registered\n[ 0.495189] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496254] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.497542] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499026] ACPI: Power Button [PWRF]\n[ 0.499892] GHES: HEST is not enabled!\n[ 0.513574] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543542] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569808] Linux agpgart interface v0.103\n[ 0.572421] brd: module loaded\n[ 0.574088] loop: module loaded\n[ 0.577541] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579027] GPT:90111 != 2097151\n[ 0.579723] GPT:Alternate GPT header not at the end of the disk.\n[ 0.580840] GPT:90111 != 2097151\n[ 0.581534] GPT: Use GNU Parted to correct GPT errors.\n[ 0.582525] vda: vda1 vda15\n[ 0.583755] scsi host0: ata_piix\n[ 0.584553] scsi host1: ata_piix\n[ 0.585288] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.586532] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588081] libphy: Fixed MDIO Bus: probed\n[ 0.589016] tun: Universal TUN/TAP device driver, 1.6\n[ 0.589982] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592145] PPP generic driver version 2.4.2\n[ 0.595207] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596440] ehci-pci: EHCI PCI platform driver\n[ 0.597323] ehci-platform: EHCI generic platform driver\n[ 0.598334] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599494] ohci-pci: OHCI PCI platform driver\n[ 0.600387] ohci-platform: OHCI generic platform driver\n[ 0.601402] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615780] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616827] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618323] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621816] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623263] usb usb1: Product: UHCI Host Controller\n[ 0.624217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625385] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626402] hub 1-0:1.0: USB hub found\n[ 0.627206] hub 1-0:1.0: 2 ports detected\n[ 0.628188] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630383] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631371] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632450] mousedev: PS/2 mouse device common for all mice\n[ 0.633748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635737] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639321] i2c /dev entries driver\n[ 0.640127] device-mapper: uevent: version 1.0.3\n[ 0.641121] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642815] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644358] NET: Registered protocol family 10\n[ 0.645539] NET: Registered protocol family 17\n[ 0.646465] Key type dns_resolver registered\n[ 0.647514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648638] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650477] registered taskstats version 1\n[ 0.651352] Loading compiled-in X.509 certificates\n[ 0.652853] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654784] zswap: loaded using pool lzo/zbud\n[ 0.656461] Key type trusted registered\n[ 0.658225] Key type encrypted registered\n[ 0.659074] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.660137] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661218] evm: HMAC attrs: 0x1\n[ 0.662228] Magic number: 10:185:399\n[ 0.663146] rtc_cmos 00:00: setting system clock to 2018-07-15 21:22:17 UTC (1531689737)\n[ 0.664834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665986] EDD information not available.\n[ 0.748107] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.759841] Write protecting the kernel read-only data: 14336k\n[ 0.762007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.763902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.808347] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.0.12...\nLease of 192.168.0.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-00000008\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMkcqtV4zWYh+RYqvjQKUkxNjzMSczA7fnpQoOEXyJ82q2ahaWQmtfXc/VrLt+iTWes4HBukskJw7TcbRRcfQ8NgLl3S5YkYxfeWH0kjN3qtuumGigfkl0LxgfXTSmCag1f1KXiJSki+DhUWjXhUp9xDW6g58JQiJt8Fwuz4IRzwtJf3CNMD+85lkkuRzNsi9owsCu6UJxwgjzd0QEMkTg5xXVt3+EvOtv11fg2g5h0SaZQ2k9oWpcNdsvazJDG2O/pIi54rRpi1Z9O0gj8KOwy7zdVs5CgLTp/9qcMlIl6ZtFF4exEWsT3meB5Wdhsy0B/r63OJkobhGMyHqAMjz root@cinder-test-vm-2537ea36-0f95-43e8-9552-bdbdf8e8c205\nssh-dss AAAAB3NzaC1kc3MAAACBANhazbgsaP/FXZBprrKkaV3Rhl8ns3qA0gd7mM2HXV94cKK2GKDgkVSCgP/z6hxrJfq3f6nwQcGfJSIfb+I/Fl/HVPaXb7jh2AUlSUC3KVJuULDXRA7LRq8BVp+FNjnh+V36EkDIgcjkileN6Q5oEm2KETrRJWep0sQVCudUKeeLAAAAFQD2ac3ptxfsHFMjLikbpcEK8Y58+wAAAIEAxEnZCKFQd13ZRm7eGHFSWad4/O7zE42polafywSAyQGuIG69Xc29+OGqf7mE8Mp2khpEI/T4QE56wzGAah/EZV1Gf9XeoVuseOXsBFt3iyv8b3HIUVxE0KmwxZNUS2fPJ+gQs7IeAcf8yDRw+lbPFggB++Krd7liFhyOJ3jPWiwAAACAClc1h5cNHLhpv7+gv5jXy0NawDZLG0wf25/HPv4zlsnqE0S7RKY2eX6ij9h+48M8pQUoJsAbpcZBL7/g+73v6CtZmmi/8d7l33+wSx+EB/7utYncnDcCf6J63cUA1MyZgwsfSvpBJ+tFILFFj+dyauEr+nRrFK+Wyc0YCl4+hdY= root@cinder-test-vm-2537ea36-0f95-43e8-9552-bdbdf8e8c205\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n"} 2018-07-15 21:22:20,309 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/action used request id req-ade53f65-a839-4d09-80a2-f9a08952324a 2018-07-15 21:22:20,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0744190216064s 2018-07-15 21:22:20,310 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/action used request id req-ade53f65-a839-4d09-80a2-f9a08952324a 2018-07-15 21:22:20,310 - 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 466595495 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.137103] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138795] pid_max: default: 32768 minimum: 301 [ 0.139703] ACPI: Core revision 20150930 [ 0.141101] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142449] Security Framework initialized [ 0.143279] Yama: becoming mindful. [ 0.144035] AppArmor: AppArmor initialized [ 0.144922] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146276] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147583] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148823] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150259] Initializing cgroup subsys io [ 0.151094] Initializing cgroup subsys memory [ 0.151975] Initializing cgroup subsys devices [ 0.152883] Initializing cgroup subsys freezer [ 0.153777] Initializing cgroup subsys net_cls [ 0.154659] Initializing cgroup subsys perf_event [ 0.155584] Initializing cgroup subsys net_prio [ 0.156500] Initializing cgroup subsys hugetlb [ 0.157388] Initializing cgroup subsys pids [ 0.158272] CPU: Physical Processor ID: 0 [ 0.159780] mce: CPU supports 10 MCE banks [ 0.160658] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161688] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183631] ftrace: allocating 31920 entries in 125 pages [ 0.208530] smpboot: Max logical packages: 1 [ 0.209412] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.210780] x2apic enabled [ 0.211600] Switched APIC routing to physical x2apic. [ 0.213360] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.214510] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.216641] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.218473] KVM setup paravirtual spinlock [ 0.219790] x86: Booted up 1 node, 1 CPUs [ 0.220618] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222028] devtmpfs: initialized [ 0.223759] evm: security.selinux [ 0.224473] evm: security.SMACK64 [ 0.225171] evm: security.SMACK64EXEC [ 0.225928] evm: security.SMACK64TRANSMUTE [ 0.226753] evm: security.SMACK64MMAP [ 0.227513] evm: security.ima [ 0.228164] evm: security.capability [ 0.228982] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.230855] pinctrl core: initialized pinctrl subsystem [ 0.231972] RTC time: 21:22:17, date: 07/15/18 [ 0.232959] NET: Registered protocol family 16 [ 0.233957] cpuidle: using governor ladder [ 0.234792] cpuidle: using governor menu [ 0.235589] PCCT header not found. [ 0.236359] ACPI: bus type PCI registered [ 0.237174] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.238439] PCI: Using configuration type 1 for base access [ 0.240218] ACPI: Added _OSI(Module Device) [ 0.241073] ACPI: Added _OSI(Processor Device) [ 0.241948] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.242857] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244611] ACPI: Interpreter enabled [ 0.245398] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.247274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249148] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.252903] ACPI: (supports S0 S5) [ 0.253625] ACPI: Using IOAPIC for interrupt routing [ 0.254583] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257752] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258916] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260171] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263645] acpiphp: Slot [3] registered [ 0.264466] acpiphp: Slot [4] registered [ 0.265279] acpiphp: Slot [5] registered [ 0.266096] acpiphp: Slot [6] registered [ 0.266915] acpiphp: Slot [7] registered [ 0.267736] acpiphp: Slot [8] registered [ 0.268553] acpiphp: Slot [9] registered [ 0.269365] acpiphp: Slot [10] registered [ 0.270200] acpiphp: Slot [11] registered [ 0.271031] acpiphp: Slot [12] registered [ 0.271867] acpiphp: Slot [13] registered [ 0.272697] acpiphp: Slot [14] registered [ 0.273524] acpiphp: Slot [15] registered [ 0.284191] acpiphp: Slot [16] registered [ 0.285028] acpiphp: Slot [17] registered [ 0.285859] acpiphp: Slot [18] registered [ 0.286686] acpiphp: Slot [19] registered [ 0.287511] acpiphp: Slot [20] registered [ 0.288341] acpiphp: Slot [21] registered [ 0.289169] acpiphp: Slot [22] registered [ 0.290002] acpiphp: Slot [23] registered [ 0.290830] acpiphp: Slot [24] registered [ 0.291658] acpiphp: Slot [25] registered [ 0.292487] acpiphp: Slot [26] registered [ 0.293312] acpiphp: Slot [27] registered [ 0.294145] acpiphp: Slot [28] registered [ 0.294969] acpiphp: Slot [29] registered [ 0.295797] acpiphp: Slot [30] registered [ 0.296631] acpiphp: Slot [31] registered [ 0.297457] PCI host bridge to bus 0000:00 [ 0.298281] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300768] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302241] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303721] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305225] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308487] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.309792] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.310988] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.315871] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317387] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335704] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337219] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339001] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340451] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.341858] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343139] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344457] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345527] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347087] vgaarb: loaded [ 0.347694] vgaarb: bridge control possible 0000:00:02.0 [ 0.348934] SCSI subsystem initialized [ 0.349854] ACPI: bus type USB registered [ 0.350696] usbcore: registered new interface driver usbfs [ 0.351741] usbcore: registered new interface driver hub [ 0.352765] usbcore: registered new device driver usb [ 0.353881] PCI: Using ACPI for IRQ routing [ 0.355003] NetLabel: Initializing [ 0.355736] NetLabel: domain hash size = 128 [ 0.356598] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.357580] NetLabel: unlabeled traffic allowed by default [ 0.358757] clocksource: Switched to clocksource kvm-clock [ 0.366858] AppArmor: AppArmor Filesystem Enabled [ 0.367850] pnp: PnP ACPI init [ 0.368802] pnp: PnP ACPI: found 5 devices [ 0.375140] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.376881] NET: Registered protocol family 2 [ 0.377934] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.379255] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.380480] TCP: Hash tables configured (established 4096 bind 4096) [ 0.381695] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.382802] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384003] NET: Registered protocol family 1 [ 0.384906] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386017] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387110] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401200] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.415358] Trying to unpack rootfs image as initramfs... [ 0.472018] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.473688] Scanning for low memory corruption every 60 seconds [ 0.475068] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.476250] audit: initializing netlink subsys (disabled) [ 0.477296] audit: type=2000 audit(1531689737.679:1): initialized [ 0.478660] Initialise system trusted keyring [ 0.479641] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.480828] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.482990] zbud: loaded [ 0.483729] VFS: Disk quotas dquot_6.6.0 [ 0.484565] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.486178] fuse init (API version 7.23) [ 0.487107] Key type big_key registered [ 0.487926] Allocating IMA MOK and blacklist keyrings. [ 0.489176] Key type asymmetric registered [ 0.490014] Asymmetric key parser 'x509' registered [ 0.491004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.492500] io scheduler noop registered [ 0.493303] io scheduler deadline registered (default) [ 0.494316] io scheduler cfq registered [ 0.495189] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.496254] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.497542] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.499026] ACPI: Power Button [PWRF] [ 0.499892] GHES: HEST is not enabled! [ 0.513574] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541404] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543542] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569808] Linux agpgart interface v0.103 [ 0.572421] brd: module loaded [ 0.574088] loop: module loaded [ 0.577541] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.579027] GPT:90111 != 2097151 [ 0.579723] GPT:Alternate GPT header not at the end of the disk. [ 0.580840] GPT:90111 != 2097151 [ 0.581534] GPT: Use GNU Parted to correct GPT errors. [ 0.582525] vda: vda1 vda15 [ 0.583755] scsi host0: ata_piix [ 0.584553] scsi host1: ata_piix [ 0.585288] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.586532] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.588081] libphy: Fixed MDIO Bus: probed [ 0.589016] tun: Universal TUN/TAP device driver, 1.6 [ 0.589982] tun: (C) 1999-2004 Max Krasnyansky [ 0.592145] PPP generic driver version 2.4.2 [ 0.595207] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596440] ehci-pci: EHCI PCI platform driver [ 0.597323] ehci-platform: EHCI generic platform driver [ 0.598334] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599494] ohci-pci: OHCI PCI platform driver [ 0.600387] ohci-platform: OHCI generic platform driver [ 0.601402] uhci_hcd: USB Universal Host Controller Interface driver [ 0.615780] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.616827] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618323] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619372] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.621816] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623263] usb usb1: Product: UHCI Host Controller [ 0.624217] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.625385] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626402] hub 1-0:1.0: USB hub found [ 0.627206] hub 1-0:1.0: 2 ports detected [ 0.628188] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630383] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631371] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632450] mousedev: PS/2 mouse device common for all mice [ 0.633748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.635737] rtc_cmos 00:00: RTC can wake from S4 [ 0.636878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639321] i2c /dev entries driver [ 0.640127] device-mapper: uevent: version 1.0.3 [ 0.641121] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.642815] ledtrig-cpu: registered to indicate activity on CPUs [ 0.644358] NET: Registered protocol family 10 [ 0.645539] NET: Registered protocol family 17 [ 0.646465] Key type dns_resolver registered [ 0.647514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.648638] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.650477] registered taskstats version 1 [ 0.651352] Loading compiled-in X.509 certificates [ 0.652853] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.654784] zswap: loaded using pool lzo/zbud [ 0.656461] Key type trusted registered [ 0.658225] Key type encrypted registered [ 0.659074] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660137] ima: No TPM chip found, activating TPM-bypass! [ 0.661218] evm: HMAC attrs: 0x1 [ 0.662228] Magic number: 10:185:399 [ 0.663146] rtc_cmos 00:00: setting system clock to 2018-07-15 21:22:17 UTC (1531689737) [ 0.664834] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665986] EDD information not available. [ 0.748107] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.759841] Write protecting the kernel read-only data: 14336k [ 0.762007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.763902] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.808347] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.0.12... Lease of 192.168.0.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-00000008 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCHMkcqtV4zWYh+RYqvjQKUkxNjzMSczA7fnpQoOEXyJ82q2ahaWQmtfXc/VrLt+iTWes4HBukskJw7TcbRRcfQ8NgLl3S5YkYxfeWH0kjN3qtuumGigfkl0LxgfXTSmCag1f1KXiJSki+DhUWjXhUp9xDW6g58JQiJt8Fwuz4IRzwtJf3CNMD+85lkkuRzNsi9owsCu6UJxwgjzd0QEMkTg5xXVt3+EvOtv11fg2g5h0SaZQ2k9oWpcNdsvazJDG2O/pIi54rRpi1Z9O0gj8KOwy7zdVs5CgLTp/9qcMlIl6ZtFF4exEWsT3meB5Wdhsy0B/r63OJkobhGMyHqAMjz root@cinder-test-vm-2537ea36-0f95-43e8-9552-bdbdf8e8c205 ssh-dss AAAAB3NzaC1kc3MAAACBANhazbgsaP/FXZBprrKkaV3Rhl8ns3qA0gd7mM2HXV94cKK2GKDgkVSCgP/z6hxrJfq3f6nwQcGfJSIfb+I/Fl/HVPaXb7jh2AUlSUC3KVJuULDXRA7LRq8BVp+FNjnh+V36EkDIgcjkileN6Q5oEm2KETrRJWep0sQVCudUKeeLAAAAFQD2ac3ptxfsHFMjLikbpcEK8Y58+wAAAIEAxEnZCKFQd13ZRm7eGHFSWad4/O7zE42polafywSAyQGuIG69Xc29+OGqf7mE8Mp2khpEI/T4QE56wzGAah/EZV1Gf9XeoVuseOXsBFt3iyv8b3HIUVxE0KmwxZNUS2fPJ+gQs7IeAcf8yDRw+lbPFggB++Krd7liFhyOJ3jPWiwAAACAClc1h5cNHLhpv7+gv5jXy0NawDZLG0wf25/HPv4zlsnqE0S7RKY2eX6ij9h+48M8pQUoJsAbpcZBL7/g+73v6CtZmmi/8d7l33+wSx+EB/7utYncnDcCf6J63cUA1MyZgwsfSvpBJ+tFILFFj+dyauEr+nRrFK+Wyc0YCl4+hdY= root@cinder-test-vm-2537ea36-0f95-43e8-9552-bdbdf8e8c205 -----END SSH HOST KEY KEYS----- === network info === 2018-07-15 21:22:20,314 - paramiko.transport - DEBUG - starting thread (client mode): 0xd417b9d0L 2018-07-15 21:22:20,314 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-15 21:22:20,315 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-15 21:22:20,315 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-15 21:22:20,316 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-15 21:22:20,316 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-15 21:22:20,316 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-15 21:22:20,317 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-15 21:22:20,317 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-15 21:22:20,317 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-15 21:22:20,338 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-15 21:22:20,339 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-15 21:22:20,346 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: 07764f2d580f49a59273f5c25a6d31d0 2018-07-15 21:22:20,347 - paramiko.transport - DEBUG - Trying discovered key 6cc7d90cb8e971e2da0631335dab4d35 in /tmp/tmpsCf5dT 2018-07-15 21:22:20,377 - paramiko.transport - DEBUG - userauth is OK 2018-07-15 21:22:20,382 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-15 21:22:20,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-15 21:22:20,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"volumeAttachment": {"volumeId": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}}' 2018-07-15 21:22:22,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f951ce6-08f4-4734-996b-83cf992acca8 x-compute-request-id: req-3f951ce6-08f4-4734-996b-83cf992acca8 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "volumeId": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}} 2018-07-15 21:22:22,255 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/os-volume_attachments used request id req-3f951ce6-08f4-4734-996b-83cf992acca8 2018-07-15 21:22:22,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.84308695793s 2018-07-15 21:22:22,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/os-volume_attachments used request id req-3f951ce6-08f4-4734-996b-83cf992acca8 2018-07-15 21:22:22,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:22,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:23,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:22 GMT Server: Apache x-compute-request-id: req-ce70eb39-2005-42dc-b6d2-5e30eb33d34e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ce70eb39-2005-42dc-b6d2-5e30eb33d34e Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:21.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:23,189 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-ce70eb39-2005-42dc-b6d2-5e30eb33d34e 2018-07-15 21:22:23,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.933423995972s 2018-07-15 21:22:23,189 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-ce70eb39-2005-42dc-b6d2-5e30eb33d34e 2018-07-15 21:22:23,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:25,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:25,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:26,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:25 GMT Server: Apache x-compute-request-id: req-ccae303d-a8f1-496b-ade8-e4f344e76956 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ccae303d-a8f1-496b-ade8-e4f344e76956 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [{"server_id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "attachment_id": "b0655e7c-add0-4320-a18e-f261a6e1fc2b", "attached_at": "2018-07-15T21:22:24.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "device": "/dev/vdb", "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:25.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:26,206 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-ccae303d-a8f1-496b-ade8-e4f344e76956 2018-07-15 21:22:26,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.0131380558s 2018-07-15 21:22:26,207 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-ccae303d-a8f1-496b-ade8-e4f344e76956 2018-07-15 21:22:26,209 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 21:22:26,210 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 21:22:26,210 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 21:22:26,211 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 21:22:26,278 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 21:22:26,279 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-15 21:22:26,280 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 21:22:26,280 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-15 21:22:26,317 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-15 21:22:26,317 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-15 21:22:26,345 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-15 21:22:27,058 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-15 21:22:27,058 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: bd32854d-9cf2-46de-91dd-3705310d16f3 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-07-15 21:22:27,059 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-15 21:22:27,059 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-15 21:22:27,059 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-15 21:22:27,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-15 21:22:27,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/os-volume_attachments/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:28,422 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:22:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9697cc88-cb82-4406-9a6d-c3b7d86c0fe8 x-compute-request-id: req-9697cc88-cb82-4406-9a6d-c3b7d86c0fe8 Content-Length: 0 Content-Type: application/json 2018-07-15 21:22:28,422 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/os-volume_attachments/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d used request id req-9697cc88-cb82-4406-9a6d-c3b7d86c0fe8 2018-07-15 21:22:28,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.36158919334s 2018-07-15 21:22:28,422 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae/os-volume_attachments/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d used request id req-9697cc88-cb82-4406-9a6d-c3b7d86c0fe8 2018-07-15 21:22:28,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:28,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:28,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:28 GMT Server: Apache x-compute-request-id: req-01336aa8-fdb0-42df-a07c-5c98affe10dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-01336aa8-fdb0-42df-a07c-5c98affe10dd Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [{"server_id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "attachment_id": "b0655e7c-add0-4320-a18e-f261a6e1fc2b", "attached_at": "2018-07-15T21:22:24.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "device": "/dev/vdb", "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:28.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:28,489 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-01336aa8-fdb0-42df-a07c-5c98affe10dd 2018-07-15 21:22:28,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0665249824524s 2018-07-15 21:22:28,490 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-01336aa8-fdb0-42df-a07c-5c98affe10dd 2018-07-15 21:22:28,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:30,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:30,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:31,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:30 GMT Server: Apache x-compute-request-id: req-fa2f8f2e-2cbe-4394-8476-abdae9a9395d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fa2f8f2e-2cbe-4394-8476-abdae9a9395d Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:29.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:31,416 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-fa2f8f2e-2cbe-4394-8476-abdae9a9395d 2018-07-15 21:22:31,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.922112941742s 2018-07-15 21:22:31,417 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-fa2f8f2e-2cbe-4394-8476-abdae9a9395d 2018-07-15 21:22:31,418 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-15 21:22:31,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-15 21:22:31,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"volumeAttachment": {"volumeId": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}}' 2018-07-15 21:22:32,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0df4cf90-f984-4c74-88c6-bca5d34f9567 x-compute-request-id: req-0df4cf90-f984-4c74-88c6-bca5d34f9567 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "volumeId": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}} 2018-07-15 21:22:32,223 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/os-volume_attachments used request id req-0df4cf90-f984-4c74-88c6-bca5d34f9567 2018-07-15 21:22:32,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.804610013962s 2018-07-15 21:22:32,224 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/os-volume_attachments used request id req-0df4cf90-f984-4c74-88c6-bca5d34f9567 2018-07-15 21:22:32,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:32,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:33,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:32 GMT Server: Apache x-compute-request-id: req-3d02cbd0-9fa2-457d-bef8-264654e41272 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d02cbd0-9fa2-457d-bef8-264654e41272 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:32.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:33,188 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-3d02cbd0-9fa2-457d-bef8-264654e41272 2018-07-15 21:22:33,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.964267015457s 2018-07-15 21:22:33,189 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-3d02cbd0-9fa2-457d-bef8-264654e41272 2018-07-15 21:22:33,190 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:35,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:35,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:35,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:35 GMT Server: Apache x-compute-request-id: req-bab0456d-ffdd-4362-b2f4-979db2a77743 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bab0456d-ffdd-4362-b2f4-979db2a77743 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [{"server_id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "attachment_id": "ee7f6a3e-9e4e-4ffb-aa47-7418776ff451", "attached_at": "2018-07-15T21:22:33.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "device": "/dev/vdb", "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:33.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:35,261 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-bab0456d-ffdd-4362-b2f4-979db2a77743 2018-07-15 21:22:35,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0684731006622s 2018-07-15 21:22:35,262 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-bab0456d-ffdd-4362-b2f4-979db2a77743 2018-07-15 21:22:35,263 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-15 21:22:35,266 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-15 21:22:35,266 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-15 21:22:35,268 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-15 21:22:35,337 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-15 21:22:35,338 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-15 21:22:35,339 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-15 21:22:35,339 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-15 21:22:35,379 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-15 21:22:35,379 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-15 21:22:35,404 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-15 21:22:35,423 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-15 21:22:35,423 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-15 21:22:35,424 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-15 21:22:35,425 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-15 21:22:35,424 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-15 21:22:35,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-15 21:22:35,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/os-volume_attachments/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:35,968 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:22:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e88362bf-f3f6-4b51-b24e-7a295b93f230 x-compute-request-id: req-e88362bf-f3f6-4b51-b24e-7a295b93f230 Content-Length: 0 Content-Type: application/json 2018-07-15 21:22:35,969 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/os-volume_attachments/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d used request id req-e88362bf-f3f6-4b51-b24e-7a295b93f230 2018-07-15 21:22:35,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.543030977249s 2018-07-15 21:22:35,969 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d/os-volume_attachments/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d used request id req-e88362bf-f3f6-4b51-b24e-7a295b93f230 2018-07-15 21:22:35,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:35,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:36,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:35 GMT Server: Apache x-compute-request-id: req-77a97e5a-27a9-4bb8-9113-796862c6c979 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77a97e5a-27a9-4bb8-9113-796862c6c979 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [{"server_id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "attachment_id": "ee7f6a3e-9e4e-4ffb-aa47-7418776ff451", "attached_at": "2018-07-15T21:22:33.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "device": "/dev/vdb", "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d"}], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:35.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:36,061 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-77a97e5a-27a9-4bb8-9113-796862c6c979 2018-07-15 21:22:36,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0917098522186s 2018-07-15 21:22:36,062 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-77a97e5a-27a9-4bb8-9113-796862c6c979 2018-07-15 21:22:36,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:38,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:38,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:38 GMT Server: Apache x-compute-request-id: req-3da0461f-af42-4297-bc29-ad2fa4cfa7cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3da0461f-af42-4297-bc29-ad2fa4cfa7cf Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:36.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:38,131 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-3da0461f-af42-4297-bc29-ad2fa4cfa7cf 2018-07-15 21:22:38,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0659861564636s 2018-07-15 21:22:38,132 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-3da0461f-af42-4297-bc29-ad2fa4cfa7cf 2018-07-15 21:22:38,249 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:22:38,250 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:55 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-15 21:22:38,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:22:38,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:38,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:22:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4f16902-12c0-4441-a90d-42d04c81de0f x-compute-request-id: req-d4f16902-12c0-4441-a90d-42d04c81de0f Content-Type: application/json 2018-07-15 21:22:38,370 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-d4f16902-12c0-4441-a90d-42d04c81de0f 2018-07-15 21:22:38,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.116234064102s 2018-07-15 21:22:38,371 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d used request id req-d4f16902-12c0-4441-a90d-42d04c81de0f 2018-07-15 21:22:38,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:38,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:38,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cdc0b17f-76bc-4e43-b9d1-634eab122795 x-compute-request-id: req-cdc0b17f-76bc-4e43-b9d1-634eab122795 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:22:16.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:22:16Z", "hostId": "c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:ac:c3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/045dd7a8-a79a-4936-98c3-d8346fce2a5d", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:21:59.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "045dd7a8-a79a-4936-98c3-d8346fce2a5d", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:22:38Z", "hostId": "fb57c3aa8bad9bdcdc4aa6e7a7cbaf312b3095eb84eccd37aae5ea3e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm2_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:21:52Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:38,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cdc0b17f-76bc-4e43-b9d1-634eab122795 2018-07-15 21:22:38,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426301002502s 2018-07-15 21:22:38,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cdc0b17f-76bc-4e43-b9d1-634eab122795 2018-07-15 21:22:38,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:40,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:40,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:41,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a8f4cc7-5518-4e30-9e70-17a67ef34169 x-compute-request-id: req-7a8f4cc7-5518-4e30-9e70-17a67ef34169 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:22:16.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:22:16Z", "hostId": "c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:41,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7a8f4cc7-5518-4e30-9e70-17a67ef34169 2018-07-15 21:22:41,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365003108978s 2018-07-15 21:22:41,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7a8f4cc7-5518-4e30-9e70-17a67ef34169 2018-07-15 21:22:41,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 21:22:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/c37ce3ec-ecd7-4a2d-bae3-1988c71e6fdd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:41,913 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf2cee25-3773-4c90-94cc-46a83e3ac676 Content-Length: 0 Date: Sun, 15 Jul 2018 21:22:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:22:41,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/c37ce3ec-ecd7-4a2d-bae3-1988c71e6fdd.json used request id req-bf2cee25-3773-4c90-94cc-46a83e3ac676 2018-07-15 21:22:41,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.740548849106s 2018-07-15 21:22:41,914 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/c37ce3ec-ecd7-4a2d-bae3-1988c71e6fdd.json used request id req-bf2cee25-3773-4c90-94cc-46a83e3ac676 2018-07-15 21:22:41,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:22:41,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:41,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-366bcc81-b825-4b40-a4b3-2bbdf12325e1 Date: Sun, 15 Jul 2018 21:22:41 GMT RESP BODY: {"floatingips": [{"router_id": "8e04c458-cd14-4d39-9bda-83df5f4330fd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-15T21:22:19Z", "floating_network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "fixed_ip_address": "192.168.0.12", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "e8724b05-0c9e-48a8-955f-325e1fa88674", "id": "0d51acb4-bfe1-4129-8eaf-02acf12234c3", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:22:19Z", "project_id": "842799233cea4303bcbee69b0caa31e0"}]} 2018-07-15 21:22:41,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-366bcc81-b825-4b40-a4b3-2bbdf12325e1 2018-07-15 21:22:41,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0636508464813s 2018-07-15 21:22:41,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-366bcc81-b825-4b40-a4b3-2bbdf12325e1 2018-07-15 21:22:41,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:41,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:42,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:41 GMT Server: Apache x-compute-request-id: req-928e830a-d17d-42dc-bed4-257cdfa7ffd5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-928e830a-d17d-42dc-bed4-257cdfa7ffd5 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:36.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:42,044 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-928e830a-d17d-42dc-bed4-257cdfa7ffd5 2018-07-15 21:22:42,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.059700012207s 2018-07-15 21:22:42,045 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-928e830a-d17d-42dc-bed4-257cdfa7ffd5 2018-07-15 21:22:42,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-15 21:22:42,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:42,137 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:22:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a166cea-4529-4be0-b3ec-d12a4df58959 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:22:42,137 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d used request id req-2a166cea-4529-4be0-b3ec-d12a4df58959 2018-07-15 21:22:42,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.09006690979s 2018-07-15 21:22:42,137 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d used request id req-2a166cea-4529-4be0-b3ec-d12a4df58959 2018-07-15 21:22:42,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:42,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:42,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:42 GMT Server: Apache x-compute-request-id: req-ad3ef3c1-338c-4251-8111-714e0b9f1b7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ad3ef3c1-338c-4251-8111-714e0b9f1b7a Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "self"}, {"href": "http://172.30.9.27:8776/842799233cea4303bcbee69b0caa31e0/volumes/7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-15T21:22:04.000000", "description": null, "os-vol-tenant-attr:tenant_id": "842799233cea4303bcbee69b0caa31e0", "updated_at": "2018-07-15T21:22:42.000000", "volume_type": null, "name": "cinder_test-volume_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "7cf640e9-0d4c-40f3-8be9-a5bbed5fa69d", "size": 2}]} 2018-07-15 21:22:42,195 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-ad3ef3c1-338c-4251-8111-714e0b9f1b7a 2018-07-15 21:22:42,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0575129985809s 2018-07-15 21:22:42,195 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-ad3ef3c1-338c-4251-8111-714e0b9f1b7a 2018-07-15 21:22:42,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:44,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-15 21:22:44,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:44,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:44 GMT Server: Apache x-compute-request-id: req-f9587759-bfb4-43fd-b4e6-74ee446b24b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f9587759-bfb4-43fd-b4e6-74ee446b24b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-15 21:22:44,248 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-f9587759-bfb4-43fd-b4e6-74ee446b24b8 2018-07-15 21:22:44,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0487780570984s 2018-07-15 21:22:44,248 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/842799233cea4303bcbee69b0caa31e0/volumes/detail used request id req-f9587759-bfb4-43fd-b4e6-74ee446b24b8 2018-07-15 21:22:44,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-15 21:22:44,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/0d51acb4-bfe1-4129-8eaf-02acf12234c3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:45,206 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5809c1af-2f55-45c5-9869-2e952b18a7f8 Content-Length: 0 Date: Sun, 15 Jul 2018 21:22:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:22:45,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/0d51acb4-bfe1-4129-8eaf-02acf12234c3.json used request id req-5809c1af-2f55-45c5-9869-2e952b18a7f8 2018-07-15 21:22:45,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.9547560215s 2018-07-15 21:22:45,207 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/0d51acb4-bfe1-4129-8eaf-02acf12234c3.json used request id req-5809c1af-2f55-45c5-9869-2e952b18a7f8 2018-07-15 21:22:45,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-15 21:22:45,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:45,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c7937c77-67f9-4ced-a65f-f124875481ff Date: Sun, 15 Jul 2018 21:22:45 GMT RESP BODY: {"floatingips": []} 2018-07-15 21:22:45,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c7937c77-67f9-4ced-a65f-f124875481ff 2018-07-15 21:22:45,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0470809936523s 2018-07-15 21:22:45,259 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c7937c77-67f9-4ced-a65f-f124875481ff 2018-07-15 21:22:45,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-15 21:22:45,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:45,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:22:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7c408689-1107-4f47-8f2d-3a1f6b34e7c5 x-compute-request-id: req-7c408689-1107-4f47-8f2d-3a1f6b34e7c5 Content-Type: application/json 2018-07-15 21:22:45,414 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-7c408689-1107-4f47-8f2d-3a1f6b34e7c5 2018-07-15 21:22:45,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.153738021851s 2018-07-15 21:22:45,415 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae used request id req-7c408689-1107-4f47-8f2d-3a1f6b34e7c5 2018-07-15 21:22:45,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:45,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:45,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5f68e27-19ba-4ebc-8fa2-ac9a359b442b x-compute-request-id: req-a5f68e27-19ba-4ebc-8fa2-ac9a359b442b Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d5:cd:ec", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a5049f48-da0f-4551-92b6-efe70a82d1ae", "rel": "bookmark"}], "image": {"id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "links": [{"href": "http://172.30.9.27:8774/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-15T21:22:16.000000", "flavor": {"id": "333fa6f6-efb3-4916-980c-35ae0b3813ac", "links": [{"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "bookmark"}]}, "id": "a5049f48-da0f-4551-92b6-efe70a82d1ae", "security_groups": [{"name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}], "user_id": "0c6403029f8e430bacac2bc6f10b20f5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-15T21:22:45Z", "hostId": "c533ca4a143ee87810724c29112db9f3ddf63b2d9de9fc1947db730a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "name": "cinder_test-vm_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "created": "2018-07-15T21:22:10Z", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-15 21:22:45,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5f68e27-19ba-4ebc-8fa2-ac9a359b442b 2018-07-15 21:22:45,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430536985397s 2018-07-15 21:22:45,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5f68e27-19ba-4ebc-8fa2-ac9a359b442b 2018-07-15 21:22:45,848 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-15 21:22:47,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-15 21:22:47,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:47,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6dd8483-a720-41b9-967f-576f3c90b582 x-compute-request-id: req-a6dd8483-a720-41b9-967f-576f3c90b582 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-15 21:22:47,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6dd8483-a720-41b9-967f-576f3c90b582 2018-07-15 21:22:47,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.075670003891s 2018-07-15 21:22:47,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6dd8483-a720-41b9-967f-576f3c90b582 2018-07-15 21:22:47,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-15 21:22:47,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:47,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-80a926fe-2940-430f-96b1-25b2d92986eb Date: Sun, 15 Jul 2018 21:22:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:43Z", "updated_at": "2018-07-15T21:21:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "4ea85960-7b5e-47f2-97cf-2ce7f9617079", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "6ba6c576-9e3d-497c-84b2-2d9bef6ef320", "remote_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "9702f6f6-c160-49b3-b215-236f9e068307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:43Z", "revision_number": 0, "id": "afe1a0a6-e244-412f-a0d2-8f6e59a7bd3a", "remote_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:43Z", "security_group_id": "201322b7-37d6-48a2-be75-06350fb38746", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}], "revision_number": 1, "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "201322b7-37d6-48a2-be75-06350fb38746", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:50Z", "updated_at": "2018-07-15T21:21:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:51Z", "revision_number": 0, "id": "0387d553-0ac6-4e85-aaf4-a34d97dfb53c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:51Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "a9229576-b715-4a44-9951-f5c0e614f204", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "be3dada8-6eb1-4c89-b525-4483a6b9a5ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "842799233cea4303bcbee69b0caa31e0"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-15T21:21:50Z", "revision_number": 0, "id": "df8b7bd4-f33c-4b48-b7b6-169652e39f33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-15T21:21:50Z", "security_group_id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "842799233cea4303bcbee69b0caa31e0"}], "revision_number": 3, "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "8c2e4281-21cb-4870-b29d-c8f8f5bc8d42", "name": "cinder_test-sg_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:22:47,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-80a926fe-2940-430f-96b1-25b2d92986eb 2018-07-15 21:22:47,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0518598556519s 2018-07-15 21:22:47,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-80a926fe-2940-430f-96b1-25b2d92986eb 2018-07-15 21:22:47,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-15 21:22:47,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/8c2e4281-21cb-4870-b29d-c8f8f5bc8d42.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:48,205 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a8ec349-cf37-4d8a-8f1d-04c5536fb110 Content-Length: 0 Date: Sun, 15 Jul 2018 21:22:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:22:48,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/8c2e4281-21cb-4870-b29d-c8f8f5bc8d42.json used request id req-9a8ec349-cf37-4d8a-8f1d-04c5536fb110 2018-07-15 21:22:48,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.218375921249s 2018-07-15 21:22:48,205 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/8c2e4281-21cb-4870-b29d-c8f8f5bc8d42.json used request id req-9a8ec349-cf37-4d8a-8f1d-04c5536fb110 2018-07-15 21:22:48,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-15 21:22:48,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:48,246 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:22:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4cfd1e8-4ac8-45c7-8035-1e21036fd4e3 x-compute-request-id: req-b4cfd1e8-4ac8-45c7-8035-1e21036fd4e3 Content-Length: 0 Content-Type: application/json 2018-07-15 21:22:48,246 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205 used request id req-b4cfd1e8-4ac8-45c7-8035-1e21036fd4e3 2018-07-15 21:22:48,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0402910709381s 2018-07-15 21:22:48,246 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_2537ea36-0f95-43e8-9552-bdbdf8e8c205 used request id req-b4cfd1e8-4ac8-45c7-8035-1e21036fd4e3 2018-07-15 21:22:48,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-15 21:22:48,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" -d '{"subnet_id": "50250a9e-357d-41ed-af2d-ea39133772e0"}' 2018-07-15 21:22:49,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2a14cf84-7caa-424e-8348-644014b05c5d Date: Sun, 15 Jul 2018 21:22:49 GMT RESP BODY: {"network_id": "970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6", "tenant_id": "842799233cea4303bcbee69b0caa31e0", "subnet_id": "50250a9e-357d-41ed-af2d-ea39133772e0", "subnet_ids": ["50250a9e-357d-41ed-af2d-ea39133772e0"], "port_id": "2667e145-dc6c-4e90-aa26-9d11d76290dd", "id": "8e04c458-cd14-4d39-9bda-83df5f4330fd"} 2018-07-15 21:22:49,754 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd/remove_router_interface.json used request id req-2a14cf84-7caa-424e-8348-644014b05c5d 2018-07-15 21:22:49,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50688409805s 2018-07-15 21:22:49,754 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd/remove_router_interface.json used request id req-2a14cf84-7caa-424e-8348-644014b05c5d returning object 8e04c458-cd14-4d39-9bda-83df5f4330fd 2018-07-15 21:22:49,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-15 21:22:49,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:49,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-7acb6857-725f-4fef-a64d-9e7a50590919 Date: Sun, 15 Jul 2018 21:22:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "595732ea-191d-4af2-b2a6-99674c968eec", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f6de302e-e276-4137-86b7-ad08fbabf76d", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "842799233cea4303bcbee69b0caa31e0", "created_at": "2018-07-15T21:21:45Z", "admin_state_up": true, "updated_at": "2018-07-15T21:22:48Z", "revision_number": 4, "routes": [], "project_id": "842799233cea4303bcbee69b0caa31e0", "id": "8e04c458-cd14-4d39-9bda-83df5f4330fd", "name": "cinder_test-router_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:22:49,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7acb6857-725f-4fef-a64d-9e7a50590919 2018-07-15 21:22:49,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.108858108521s 2018-07-15 21:22:49,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7acb6857-725f-4fef-a64d-9e7a50590919 2018-07-15 21:22:49,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-15 21:22:49,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:51,103 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9250a24b-1757-4221-b676-f470d2bf3854 Content-Length: 0 Date: Sun, 15 Jul 2018 21:22:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:22:51,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd.json used request id req-9250a24b-1757-4221-b676-f470d2bf3854 2018-07-15 21:22:51,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.23751211166s 2018-07-15 21:22:51,103 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/8e04c458-cd14-4d39-9bda-83df5f4330fd.json used request id req-9250a24b-1757-4221-b676-f470d2bf3854 2018-07-15 21:22:51,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-15 21:22:51,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:51,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c0151638-550b-4738-a73b-7d5bf135a4c7 Date: Sun, 15 Jul 2018 21:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-15T21:21:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"gateway_ip":"192.168.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"842799233cea4303bcbee69b0caa31e0","id":"50250a9e-357d-41ed-af2d-ea39133772e0","subnetpool_id":null,"name":"cinder_test-subnet_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:22:51,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c0151638-550b-4738-a73b-7d5bf135a4c7 2018-07-15 21:22:51,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.225724935532s 2018-07-15 21:22:51,330 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c0151638-550b-4738-a73b-7d5bf135a4c7 2018-07-15 21:22:51,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-15 21:22:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/50250a9e-357d-41ed-af2d-ea39133772e0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:52,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f81f76ac-72b4-4b49-b294-10f2e59c8dec Date: Sun, 15 Jul 2018 21:22:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:22:52,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/50250a9e-357d-41ed-af2d-ea39133772e0.json used request id req-f81f76ac-72b4-4b49-b294-10f2e59c8dec 2018-07-15 21:22:52,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.944103956223s 2018-07-15 21:22:52,276 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/50250a9e-357d-41ed-af2d-ea39133772e0.json used request id req-f81f76ac-72b4-4b49-b294-10f2e59c8dec 2018-07-15 21:22:52,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-15 21:22:52,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:52,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-35ec40f0-ba9f-49d2-9e68-e7ad5b1f4456 Date: Sun, 15 Jul 2018 21:22: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":["f6de302e-e276-4137-86b7-ad08fbabf76d"],"updated_at":"2018-07-15T21:15:22Z","tenant_id":"91c5c8c8213547dfb1e30af42577026b","created_at":"2018-07-15T21:15:17Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"91c5c8c8213547dfb1e30af42577026b","id":"595732ea-191d-4af2-b2a6-99674c968eec","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-15T21:22:52Z","tenant_id":"842799233cea4303bcbee69b0caa31e0","created_at":"2018-07-15T21:21:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"842799233cea4303bcbee69b0caa31e0","id":"970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6","name":"cinder_test-net_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}]} 2018-07-15 21:22:52,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-35ec40f0-ba9f-49d2-9e68-e7ad5b1f4456 2018-07-15 21:22:52,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123527050018s 2018-07-15 21:22:52,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-35ec40f0-ba9f-49d2-9e68-e7ad5b1f4456 2018-07-15 21:22:52,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-15 21:22:52,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:53,590 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1616283c-6a9c-4e17-be2e-b56eb6898dc5 Date: Sun, 15 Jul 2018 21:22:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-15 21:22:53,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6.json used request id req-1616283c-6a9c-4e17-be2e-b56eb6898dc5 2018-07-15 21:22:53,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18844294548s 2018-07-15 21:22:53,590 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/970f2a35-bda3-4ae4-a976-8d0d6ea0f6d6.json used request id req-1616283c-6a9c-4e17-be2e-b56eb6898dc5 2018-07-15 21:22:53,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-15 21:22:53,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:53,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-9b472deb-9a6a-4179-bbbf-d778eb67ccf7 Date: Sun, 15 Jul 2018 21:22:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/snap", "metadata": {}}], "file": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/file", "owner": "842799233cea4303bcbee69b0caa31e0", "id": "618f33b5-cba7-4a39-b590-a91b77d5ddd8", "size": 12716032, "self": "/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8", "disk_format": "qcow2", "direct_url": "rbd://4363ec85-1831-47f5-83ae-09fb52a64626/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-15T21:21:49Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-15T21:21:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-15 21:22:53,825 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9b472deb-9a6a-4179-bbbf-d778eb67ccf7 2018-07-15 21:22:53,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.230697870255s 2018-07-15 21:22:53,826 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9b472deb-9a6a-4179-bbbf-d778eb67ccf7 2018-07-15 21:22:53,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-15 21:22:53,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e61c1be9419566d9408f27a5a007ee73dafc44be" 2018-07-15 21:22:54,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-663d1013-4585-414c-8658-7c33d0aef676 Date: Sun, 15 Jul 2018 21:22:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-15 21:22:54,179 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8 used request id req-663d1013-4585-414c-8658-7c33d0aef676 2018-07-15 21:22:54,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.351355075836s 2018-07-15 21:22:54,179 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/618f33b5-cba7-4a39-b590-a91b77d5ddd8 used request id req-663d1013-4585-414c-8658-7c33d0aef676 2018-07-15 21:22:54,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-15 21:22:54,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:22:54,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22: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-a552647c-78a7-41a9-b3e3-93b54a417f04 x-compute-request-id: req-a552647c-78a7-41a9-b3e3-93b54a417f04 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac", "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": "333fa6f6-efb3-4916-980c-35ae0b3813ac"}]} 2018-07-15 21:22:54,208 - 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-a552647c-78a7-41a9-b3e3-93b54a417f04 2018-07-15 21:22:54,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0282678604126s 2018-07-15 21:22:54,208 - 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-a552647c-78a7-41a9-b3e3-93b54a417f04 2018-07-15 21:22:54,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-15 21:22:54,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:22:54,244 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 15 Jul 2018 21:22: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-fcec138c-1822-44c6-84db-973dc14fd299 x-compute-request-id: req-fcec138c-1822-44c6-84db-973dc14fd299 Content-Length: 0 Content-Type: application/json 2018-07-15 21:22:54,244 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac used request id req-fcec138c-1822-44c6-84db-973dc14fd299 2018-07-15 21:22:54,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0337371826172s 2018-07-15 21:22:54,244 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/333fa6f6-efb3-4916-980c-35ae0b3813ac used request id req-fcec138c-1822-44c6-84db-973dc14fd299 2018-07-15 21:22:54,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:22:54,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:22:54,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21b51dd0-01dc-4b53-a30f-931424c0e5c5 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": {"self": "http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0c6403029f8e430bacac2bc6f10b20f5", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/11283c7a2cd54d0db39c9a3e0eb1df3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11283c7a2cd54d0db39c9a3e0eb1df3f", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/4d1e6f1adc6e4a7da454f271ee8f789f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4d1e6f1adc6e4a7da454f271ee8f789f", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/50c41d38c01246de8c9fb6d968dbb20c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c41d38c01246de8c9fb6d968dbb20c", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/5f2adcee57f642b7811deb3cff562853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5f2adcee57f642b7811deb3cff562853", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/770ea69a0d6c4dffbd0b6f0409fd160c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "770ea69a0d6c4dffbd0b6f0409fd160c", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/7f5984c3696f4341b95fb451a988f93b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f5984c3696f4341b95fb451a988f93b", "email": "placement@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/902f74d548a34965967908a1d304daa1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "902f74d548a34965967908a1d304daa1", "email": "swift@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/9352976f59a54fbd837628305389a94f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9352976f59a54fbd837628305389a94f", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/c342784a3e934ebda24f88341b75d9bb"}, "domain_id": "23b03187afd34255bfe3a645488a7c75", "enabled": true, "options": {}, "id": "c342784a3e934ebda24f88341b75d9bb", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/c9e3ae4af3be409fbd71a9d360281296"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e3ae4af3be409fbd71a9d360281296", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/e099472ce4d64acb8063e0e32c246108"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e099472ce4d64acb8063e0e32c246108", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/ea75ac5b19ef4ff1826cfe2a205825e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea75ac5b19ef4ff1826cfe2a205825e9", "email": "neutron@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ef4e2ec489b4407ba1449f1152d94238"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef4e2ec489b4407ba1449f1152d94238", "email": "panko@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/f617b4a557cf4b178f6ef3a26d78a2b2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f617b4a557cf4b178f6ef3a26d78a2b2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-07-15 21:22:54,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-21b51dd0-01dc-4b53-a30f-931424c0e5c5 2018-07-15 21:22:54,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117086172104s 2018-07-15 21:22:54,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-21b51dd0-01dc-4b53-a30f-931424c0e5c5 2018-07-15 21:22:54,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-15 21:22:54,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:22:54,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf9c33d-1df1-4bdf-8fce-51dd4b93ed3f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_2537ea36-0f95-43e8-9552-bdbdf8e8c205", "links": {"self": "http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0c6403029f8e430bacac2bc6f10b20f5", "description": null}} 2018-07-15 21:22:54,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5 used request id req-3bf9c33d-1df1-4bdf-8fce-51dd4b93ed3f 2018-07-15 21:22:54,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971388816833s 2018-07-15 21:22:54,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5 used request id req-3bf9c33d-1df1-4bdf-8fce-51dd4b93ed3f 2018-07-15 21:22:54,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-15 21:22:54,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:22:54,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:22:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71d50620-99e6-4321-9862-8d981ddcdc66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:22:54,685 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5 used request id req-71d50620-99e6-4321-9862-8d981ddcdc66 2018-07-15 21:22:54,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.217705965042s 2018-07-15 21:22:54,685 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0c6403029f8e430bacac2bc6f10b20f5 used request id req-71d50620-99e6-4321-9862-8d981ddcdc66 2018-07-15 21:22:54,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-15 21:22:54,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:22:54,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f6a755-f3da-4280-aa45-8693fabfbe44 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/52690990a52243adb7d5a696f81b986e"}, "tags": [], "enabled": true, "id": "52690990a52243adb7d5a696f81b986e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0"}, "tags": [], "enabled": true, "id": "842799233cea4303bcbee69b0caa31e0", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_2537ea36-0f95-43e8-9552-bdbdf8e8c205"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/91c5c8c8213547dfb1e30af42577026b"}, "tags": [], "enabled": true, "id": "91c5c8c8213547dfb1e30af42577026b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-15 21:22:54,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-41f6a755-f3da-4280-aa45-8693fabfbe44 2018-07-15 21:22:54,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112643957138s 2018-07-15 21:22:54,804 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-41f6a755-f3da-4280-aa45-8693fabfbe44 2018-07-15 21:22:54,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-15 21:22:54,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}be96bd60783e1c383cb4176357ec39a200c15c7c" 2018-07-15 21:22:55,017 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 15 Jul 2018 21:22:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c144a037-78a2-4a29-930e-fa8ba8636b4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-15 21:22:55,017 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0 used request id req-c144a037-78a2-4a29-930e-fa8ba8636b4d 2018-07-15 21:22:55,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.208942890167s 2018-07-15 21:22:55,018 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/842799233cea4303bcbee69b0caa31e0 used request id req-c144a037-78a2-4a29-930e-fa8ba8636b4d 2018-07-15 21:22:55,080 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-07-15 21:22:55,233 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-15 21:22:55,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-15 21:22:55,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-15 21:22:55,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:22:55,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa2663bc-ed63-4650-aead-82b70e7cbdde Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}} 2018-07-15 21:22:55,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fa2663bc-ed63-4650-aead-82b70e7cbdde 2018-07-15 21:22:55,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-07-15 21:22:55,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "443225368889431081c14f46ae6afbda", "name": "member"}, {"id": "ce660ab2bbc04dee8e2443a94d5b8d34", "name": "reader"}, {"id": "77b1f07fb8094df4ba8d2de65f5e3512", "name": "admin"}], "expires_at": "2018-07-15T22:22:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "52690990a52243adb7d5a696f81b986e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f4b0d5b854664cb78c8cabbe927009f2"}], "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"url": "http://172.30.9.27:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"url": "http://192.30.9.8:8004/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d0373286e94d4eea919ea13a74f5455d"}], "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}], "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"url": "http://192.30.9.8:8776/v2/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}], "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f14cb12f99e4415b9202cc654e5f2df0"}], "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}], "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3b92c45976543508ed8b823d872f93d"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35c92f720b94340bed802d649b3ac86"}], "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.26:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "49a8143932b4466eb17ddead63d7e403"}, {"url": "http://172.30.9.27:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"url": "http://12.0.0.26:8080/v1/AUTH_52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b95ea3dbcc8f48928f0953703b8aef96"}], "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"url": "http://172.30.9.27:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"url": "http://192.30.9.8:8776/v3/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}], "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d27607f470c543c18c68839d385e347c"}], "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a6e15eb2af949e9bc583182750eb617"}], "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a60f75ae178348ccac2b6919cac7f1c3"}], "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"url": "http://192.30.9.8:8776/v1/52690990a52243adb7d5a696f81b986e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efd3b229fc1441eebb4732d10f3ca007"}], "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "f617b4a557cf4b178f6ef3a26d78a2b2"}, "audit_ids": ["gOslmm0USdSMgmOApuqmJw"], "issued_at": "2018-07-15T21:22:55.000000Z"}} 2018-07-15 21:22:55,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:22:55,641 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9f9e2fd-6c6c-4c2b-97dd-d508565bea4c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.27:5000/v3/", "rel": "self"}]}]}} 2018-07-15 21:22:55,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-d9f9e2fd-6c6c-4c2b-97dd-d508565bea4c 2018-07-15 21:22:55,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-15 21:22:55,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-15 21:22:55,654 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 15 Jul 2018 21:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b89bf51b-d68e-4eb8-9d2b-98449be95158 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.8:35357/v3/", "rel": "self"}]}]}} 2018-07-15 21:22:55,654 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.8:35357/ used request id req-b89bf51b-d68e-4eb8-9d2b-98449be95158 2018-07-15 21:22:55,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd56f754ce5e9a97dc849c9d34f30149d453f62d" 2018-07-15 21:22:55,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00b6f5dc-a028-43d6-a5dc-999c4485b6ac Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/3998c23e46f74f2086916099ae67f64e"}, "enabled": true, "type": "identity", "id": "3998c23e46f74f2086916099ae67f64e", "name": "keystone"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6d1556737a2044b78b1a8fc3ccbd33df"}, "enabled": true, "type": "orchestration", "id": "6d1556737a2044b78b1a8fc3ccbd33df", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6e9e3b57cd964ef2ba0e4b086ebcbbc8"}, "enabled": true, "type": "event", "id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "name": "panko"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/82b2c218f202455bbe0b47c3c0d32ff6"}, "enabled": true, "type": "volumev2", "id": "82b2c218f202455bbe0b47c3c0d32ff6", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a6bb4c3ba6e341f5b54ca23719269e04"}, "enabled": true, "type": "image", "id": "a6bb4c3ba6e341f5b54ca23719269e04", "name": "glance"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/b689e7d4be504cf4bc118f83e55c7b56"}, "enabled": true, "type": "alarming", "id": "b689e7d4be504cf4bc118f83e55c7b56", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/cf87d8de3eac4fa29592be2d7c3375d9"}, "enabled": true, "type": "placement", "id": "cf87d8de3eac4fa29592be2d7c3375d9", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/daead1a4618d4f058529901e25d51d85"}, "enabled": true, "type": "object-store", "id": "daead1a4618d4f058529901e25d51d85", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/ddcc631b499f48089deb4ad3efa62b03"}, "enabled": true, "type": "metering", "id": "ddcc631b499f48089deb4ad3efa62b03", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/e19ac03a913e4948951169389323c0e6"}, "enabled": true, "type": "volumev3", "id": "e19ac03a913e4948951169389323c0e6", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e19f75b0b2b646ff9b4b229d9e1b244b"}, "enabled": true, "type": "cloudformation", "id": "e19f75b0b2b646ff9b4b229d9e1b244b", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e1d603b118554b9e9da69358cd6e6f93"}, "enabled": true, "type": "compute", "id": "e1d603b118554b9e9da69358cd6e6f93", "name": "nova"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e7eff5c59d7c401594f71e283789b544"}, "enabled": true, "type": "metric", "id": "e7eff5c59d7c401594f71e283789b544", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/eeff72e2354a4d1a9f5ad2a567a72223"}, "enabled": true, "type": "network", "id": "eeff72e2354a4d1a9f5ad2a567a72223", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/f86f7d8833a54e96b0e2da2af15669c4"}, "enabled": true, "type": "volume", "id": "f86f7d8833a54e96b0e2da2af15669c4", "name": "cinder"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-07-15 21:22:55,741 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-00b6f5dc-a028-43d6-a5dc-999c4485b6ac 2018-07-15 21:22:55,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0967919826508s 2018-07-15 21:22:55,742 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-00b6f5dc-a028-43d6-a5dc-999c4485b6ac 2018-07-15 21:22:55,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-15 21:22:55,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fd56f754ce5e9a97dc849c9d34f30149d453f62d" 2018-07-15 21:22:55,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 15 Jul 2018 21:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44df0420-2a7c-455c-a494-f51b43b5b8a6 Content-Encoding: gzip Content-Length: 1971 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0c62544fd50c4ba5ade816cd7781fff7"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "id": "0c62544fd50c4ba5ade816cd7781fff7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0f13f4aa5e8f438785ce53b8d2ca826f"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e19ac03a913e4948951169389323c0e6", "id": "0f13f4aa5e8f438785ce53b8d2ca826f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/180f852443cc44898ab3b7cc1bbcbd40"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b689e7d4be504cf4bc118f83e55c7b56", "id": "180f852443cc44898ab3b7cc1bbcbd40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/19618ae7067a44e080ed15d3f6a9536b"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e19f75b0b2b646ff9b4b229d9e1b244b", "id": "19618ae7067a44e080ed15d3f6a9536b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2e9303fb82c54f3f8a7562b473211be4"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b689e7d4be504cf4bc118f83e55c7b56", "id": "2e9303fb82c54f3f8a7562b473211be4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32a20c51ddd14160a476b2e97d4ae595"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e7eff5c59d7c401594f71e283789b544", "id": "32a20c51ddd14160a476b2e97d4ae595"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/32ea4b9fdf8c4484ac0fe35486d8736c"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "82b2c218f202455bbe0b47c3c0d32ff6", "id": "32ea4b9fdf8c4484ac0fe35486d8736c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/34758e6c9be84a07a9a14ea3c7394481"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "82b2c218f202455bbe0b47c3c0d32ff6", "id": "34758e6c9be84a07a9a14ea3c7394481"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/37d129f1e14f4f9fa447179187ff6b9d"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e19f75b0b2b646ff9b4b229d9e1b244b", "id": "37d129f1e14f4f9fa447179187ff6b9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/49a8143932b4466eb17ddead63d7e403"}, "url": "http://12.0.0.26:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "daead1a4618d4f058529901e25d51d85", "id": "49a8143932b4466eb17ddead63d7e403"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4ce96c4d335141ab95557553a9cc7c79"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eeff72e2354a4d1a9f5ad2a567a72223", "id": "4ce96c4d335141ab95557553a9cc7c79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5401b5516f774dde88c9bec7cbdd843f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1d603b118554b9e9da69358cd6e6f93", "id": "5401b5516f774dde88c9bec7cbdd843f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5fbb41c5b5fc4f1fbba479d8eddd0be5"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1d603b118554b9e9da69358cd6e6f93", "id": "5fbb41c5b5fc4f1fbba479d8eddd0be5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/604d3cebc6e04d0c84d04518a34a85ad"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e7eff5c59d7c401594f71e283789b544", "id": "604d3cebc6e04d0c84d04518a34a85ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/63c02bdc4ef04dc8a100b22a434baa2a"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6d1556737a2044b78b1a8fc3ccbd33df", "id": "63c02bdc4ef04dc8a100b22a434baa2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/668e91bb8c0b4f2996546d7a2bf49781"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3998c23e46f74f2086916099ae67f64e", "id": "668e91bb8c0b4f2996546d7a2bf49781"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6a6e15eb2af949e9bc583182750eb617"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1d603b118554b9e9da69358cd6e6f93", "id": "6a6e15eb2af949e9bc583182750eb617"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/76e07b5085a1400cbc6c13db2c0f5035"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6d1556737a2044b78b1a8fc3ccbd33df", "id": "76e07b5085a1400cbc6c13db2c0f5035"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/77731bc4f41c4d6ab8c4c8f23d6596e0"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eeff72e2354a4d1a9f5ad2a567a72223", "id": "77731bc4f41c4d6ab8c4c8f23d6596e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/782649f691fd4525bc93cf1dffa99efd"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f86f7d8833a54e96b0e2da2af15669c4", "id": "782649f691fd4525bc93cf1dffa99efd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7db7bcf1b799484a98cd2bf7764452b9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3998c23e46f74f2086916099ae67f64e", "id": "7db7bcf1b799484a98cd2bf7764452b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/83b1e8029eda4701b50c08af85acea1e"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6bb4c3ba6e341f5b54ca23719269e04", "id": "83b1e8029eda4701b50c08af85acea1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/852ba8fe5bd3476f936e5fc431e0046b"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e19ac03a913e4948951169389323c0e6", "id": "852ba8fe5bd3476f936e5fc431e0046b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/95c82387a1f740c9b54e883ecdc419ab"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "daead1a4618d4f058529901e25d51d85", "id": "95c82387a1f740c9b54e883ecdc419ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a08e8fae016e40a484531b1a506a5bd3"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf87d8de3eac4fa29592be2d7c3375d9", "id": "a08e8fae016e40a484531b1a506a5bd3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a3b92c45976543508ed8b823d872f93d"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf87d8de3eac4fa29592be2d7c3375d9", "id": "a3b92c45976543508ed8b823d872f93d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a504acfaf9ac43348e720e7a70bf2a56"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f86f7d8833a54e96b0e2da2af15669c4", "id": "a504acfaf9ac43348e720e7a70bf2a56"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a60f75ae178348ccac2b6919cac7f1c3"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e7eff5c59d7c401594f71e283789b544", "id": "a60f75ae178348ccac2b6919cac7f1c3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "id": "afb5b5d8b28a4d3c90ba9c7efa4a9a67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b1d7dc09dae14db3bcf2229d6f3c1ef1"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "82b2c218f202455bbe0b47c3c0d32ff6", "id": "b1d7dc09dae14db3bcf2229d6f3c1ef1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b95ea3dbcc8f48928f0953703b8aef96"}, "url": "http://12.0.0.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "daead1a4618d4f058529901e25d51d85", "id": "b95ea3dbcc8f48928f0953703b8aef96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bfbafc7501bd4638bd8f4654b199fb4e"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b689e7d4be504cf4bc118f83e55c7b56", "id": "bfbafc7501bd4638bd8f4654b199fb4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c35c92f720b94340bed802d649b3ac86"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf87d8de3eac4fa29592be2d7c3375d9", "id": "c35c92f720b94340bed802d649b3ac86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d0373286e94d4eea919ea13a74f5455d"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6d1556737a2044b78b1a8fc3ccbd33df", "id": "d0373286e94d4eea919ea13a74f5455d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d27607f470c543c18c68839d385e347c"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e19f75b0b2b646ff9b4b229d9e1b244b", "id": "d27607f470c543c18c68839d385e347c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e80828aaf4d84b49b8df880fdd079de2"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6bb4c3ba6e341f5b54ca23719269e04", "id": "e80828aaf4d84b49b8df880fdd079de2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/efd3b229fc1441eebb4732d10f3ca007"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f86f7d8833a54e96b0e2da2af15669c4", "id": "efd3b229fc1441eebb4732d10f3ca007"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f14cb12f99e4415b9202cc654e5f2df0"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6bb4c3ba6e341f5b54ca23719269e04", "id": "f14cb12f99e4415b9202cc654e5f2df0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f4b0d5b854664cb78c8cabbe927009f2"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3998c23e46f74f2086916099ae67f64e", "id": "f4b0d5b854664cb78c8cabbe927009f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/fe41db14d2b74c45bd1b0f34acd8bfee"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e9e3b57cd964ef2ba0e4b086ebcbbc8", "id": "fe41db14d2b74c45bd1b0f34acd8bfee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/fe6eaca3a8654c7089e2e0b58cd54137"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e19ac03a913e4948951169389323c0e6", "id": "fe6eaca3a8654c7089e2e0b58cd54137"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ff6c4c88a53e4dde8a632f3718080d3e"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eeff72e2354a4d1a9f5ad2a567a72223", "id": "ff6c4c88a53e4dde8a632f3718080d3e"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-15 21:22:55,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-44df0420-2a7c-455c-a494-f51b43b5b8a6 2018-07-15 21:22:55,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0867190361023s 2018-07-15 21:22:55,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-44df0420-2a7c-455c-a494-f51b43b5b8a6 2018-07-15 21:23:05,364 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Basic | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | 401 != 200 ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | FAIL | 3 critical tests, 0 passed, 3 failed 3 tests total, 0 passed, 3 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | FAIL | 401 != 200 ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: 401 != 200 ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: 401 != 200 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | FAIL | 21 critical tests, 6 passed, 15 failed 21 tests total, 6 passed, 15 failed ============================================================================== Basic & Neutron | FAIL | 22 critical tests, 6 passed, 16 failed 22 tests total, 6 passed, 16 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-07-15 21:23:05,365 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-07-15 21:23:05,379 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-07-15 21:23:05,495 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-15 21:23:05,496 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-15 21:23:05,501 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-07-15 21:23:05,502 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:08 | PASS | | vmready2 | functest | healthcheck | 00:08 | PASS | | singlevm1 | functest | healthcheck | 00:25 | PASS | | singlevm2 | functest | healthcheck | 00:24 | PASS | | vping_ssh | functest | healthcheck | 00:32 | PASS | | vping_userdata | functest | healthcheck | 00:29 | PASS | | cinder_test | functest | healthcheck | 00:55 | PASS | | odl | functest | healthcheck | 00:09 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-15 21:23:05,516 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR