2018-09-01 12:27:34,529 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-270 | | 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-sfc-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-01 12:27:34,532 - 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.30,192.30.9.10 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=dFnJEQiHynmaeGtYKFasGG4Yb 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=dfc461ef79e94bbc95d56eabe475cd04 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.10 export SDN_CONTROLLER_PASSWORD=Vra0hfEO4MZGL58OmLMMFD4BF export OS_REGION_NAME=regionOne 2018-09-01 12:27:34,532 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-01 12:27:34,533 - 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-09-01 12:27:34,556 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:27:34,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:27:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:27:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:27:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:27:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:27:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:27:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:27:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:27:34,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:27:34,842 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-01 12:27:34,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-01 12:27:34,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:27:34,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d43c6d-3456-409e-8966-738427f524f8 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:27:34,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-77d43c6d-3456-409e-8966-738427f524f8 2018-09-01 12:27:34,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:27:35,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["dMFBo9jFQ5ey4oNa_8RgHg"], "issued_at": "2018-09-01T12:27:35.000000Z"}} 2018-09-01 12:27:35,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:36,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27: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-b05f72ad-df3a-426b-8656-26046271fdc5 x-compute-request-id: req-b05f72ad-df3a-426b-8656-26046271fdc5 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-01 12:27:36,318 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-b05f72ad-df3a-426b-8656-26046271fdc5 2018-09-01 12:27:36,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.475233078s 2018-09-01 12:27:36,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-b05f72ad-df3a-426b-8656-26046271fdc5 2018-09-01 12:27:36,318 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-01 12:27:36,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:27:36,326 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:27:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26dc62bc-4bc1-4db6-9a20-1c6300c12e42 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:27:36,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-26dc62bc-4bc1-4db6-9a20-1c6300c12e42 2018-09-01 12:27:36,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:27:36,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:36,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef675b96-4085-4e81-b535-42e05f370fe5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43"}, "tags": [], "enabled": true, "id": "59570a9a89bf4471b19676bc072ecc43", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 12:27:36,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-ef675b96-4085-4e81-b535-42e05f370fe5 2018-09-01 12:27:36,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191262960434s 2018-09-01 12:27:36,519 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-ef675b96-4085-4e81-b535-42e05f370fe5 2018-09-01 12:27:36,520 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'59570a9a89bf4471b19676bc072ecc43', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-01 12:27:36,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 12:27:36,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:36,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1e3da0-e0b9-400f-8788-a8a80635cbee Content-Encoding: gzip Content-Length: 1971 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0130761161ac494eae43ff9be56c1b37"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "91b942510f8e47e3b4167e366f1ad170", "id": "0130761161ac494eae43ff9be56c1b37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/05236b2d482c4b0185b250ff0c0ce26d"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8a59c2259a87406dab348d29821e1b91", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0a4402d71efe4cf195bca3b7347eb419"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05499fdefdea4b8187f79278b91b4a4d", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0b38a2ced3e3436c874c0f8f7be12f6f"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "81035a739e36486b93c3594f80b4a3ae", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0d0069677d8e44e18cf158facbcf39d7"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0f45d24912444a11a2f1991f1bc098b1"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b2ef68e85617441ab253dba7b387f9ec", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/18e0bc9a9f4c436ea329ee5a0cf56f19"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1bfdbf96884f455f9d6642a5e89369fb"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/253a3604597d4914b69a6c3fa211d611"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "91b942510f8e47e3b4167e366f1ad170", "id": "253a3604597d4914b69a6c3fa211d611"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2786d6661302438db2479cd455d102d3"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51e5e7e76d934560b43287cd7e73a89e", "id": "2786d6661302438db2479cd455d102d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2a39535d77e447b3b6276b8e6a21b488"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f06daa47956f4aa6b74f58683eb1de78", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/391397822beb463e8a51e0883af27ec9"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f06daa47956f4aa6b74f58683eb1de78", "id": "391397822beb463e8a51e0883af27ec9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3ea7a1a7308f4fe683c3ae7fc774e436"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8a59c2259a87406dab348d29821e1b91", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/40d124ce837441648d7170232a63ac72"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b2ef68e85617441ab253dba7b387f9ec", "id": "40d124ce837441648d7170232a63ac72"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/432fe128abc246758a14bcd6904a7cfe"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "df4bdff55129472a83df7ac1269f3dbe", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/55387bbf64374a40a3712840408e254c"}, "url": "http://172.30.9.30:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f06daa47956f4aa6b74f58683eb1de78", "id": "55387bbf64374a40a3712840408e254c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5673f26197c84143ae637f7b12c67775"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9a1100f3f55440db84ca5f24f850d218", "id": "5673f26197c84143ae637f7b12c67775"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/635a620815064bb4928624ea0e0e0cb0"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05499fdefdea4b8187f79278b91b4a4d", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6367a5a78c70469ba6d5761b0d897adf"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "46f28c7dc1394395bb4ff9904e44fcfe", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/666907f1a93e4d2195e30f55db406969"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c30d522309e84808aa71f16ee9c12692", "id": "666907f1a93e4d2195e30f55db406969"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/689f9874b457400db708739d64656d43"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "91b942510f8e47e3b4167e366f1ad170", "id": "689f9874b457400db708739d64656d43"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6992b995f07c4287acc744f2a6968ed3"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51e5e7e76d934560b43287cd7e73a89e", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/70a652522ee24f6c991f3506c1d9a6dc"}, "url": "http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9a1100f3f55440db84ca5f24f850d218", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/758f6fd1002240f8af96934a5adecfea"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8a59c2259a87406dab348d29821e1b91", "id": "758f6fd1002240f8af96934a5adecfea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7d88124866f245d2885bc3d196916f0d"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "id": "7d88124866f245d2885bc3d196916f0d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/91afd1bc150644189a716ce34cdb49d7"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9a1100f3f55440db84ca5f24f850d218", "id": "91afd1bc150644189a716ce34cdb49d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/92e98c963403462e87c0a38a36194669"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "46f28c7dc1394395bb4ff9904e44fcfe", "id": "92e98c963403462e87c0a38a36194669"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ae64ca9e892f494cb130cdb202fa2618"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15788598c8c04d5b829b73a02dfc8408", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b9bf4030465249e094c9dd935fbfb0cd"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c30d522309e84808aa71f16ee9c12692", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c4f37296641046e8ae9d913f0febaeac"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b2ef68e85617441ab253dba7b387f9ec", "id": "c4f37296641046e8ae9d913f0febaeac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ca253fa5fb7d4fd4a6e7fe43ff5a088f"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51e5e7e76d934560b43287cd7e73a89e", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/caf9414afd6840968d7c69dfece31f1e"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "df4bdff55129472a83df7ac1269f3dbe", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/cc0b733d32ae4736a3f0c26db17d5bf2"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "46f28c7dc1394395bb4ff9904e44fcfe", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ddc2eb3fd567447491261a58602f323a"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15788598c8c04d5b829b73a02dfc8408", "id": "ddc2eb3fd567447491261a58602f323a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e0e397fd52bd44fbaf018504c67e2959"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "id": "e0e397fd52bd44fbaf018504c67e2959"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e190d9d0398c4e3c8628e8c4b8ae59bd"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "81035a739e36486b93c3594f80b4a3ae", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e2001b0035a642269f5ce608f295266e"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "df4bdff55129472a83df7ac1269f3dbe", "id": "e2001b0035a642269f5ce608f295266e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ea2be13e866145f9a58e6aa26e856dec"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c30d522309e84808aa71f16ee9c12692", "id": "ea2be13e866145f9a58e6aa26e856dec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ecec35c00a1e43c89ce6d45c601c5899"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "id": "ecec35c00a1e43c89ce6d45c601c5899"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f23916aa79ac48aab30355bc9a0be0b1"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05499fdefdea4b8187f79278b91b4a4d", "id": "f23916aa79ac48aab30355bc9a0be0b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f705d0853eb2476c8380433fa257dbe6"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "81035a739e36486b93c3594f80b4a3ae", "id": "f705d0853eb2476c8380433fa257dbe6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f933128511ad432c8603611d4a2af49e"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15788598c8c04d5b829b73a02dfc8408", "id": "f933128511ad432c8603611d4a2af49e"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 12:27:36,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-5a1e3da0-e0b9-400f-8788-a8a80635cbee 2018-09-01 12:27:36,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.26681303978s 2018-09-01 12:27:36,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-5a1e3da0-e0b9-400f-8788-a8a80635cbee 2018-09-01 12:27:36,797 - 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.30:5000/v3/endpoints/0130761161ac494eae43ff9be56c1b37'}, u'url': u'http://192.30.9.10:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'91b942510f8e47e3b4167e366f1ad170', u'id': u'0130761161ac494eae43ff9be56c1b37'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/05236b2d482c4b0185b250ff0c0ce26d'}, u'url': u'http://192.30.9.10:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8a59c2259a87406dab348d29821e1b91', u'id': u'05236b2d482c4b0185b250ff0c0ce26d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/0a4402d71efe4cf195bca3b7347eb419'}, u'url': u'http://172.30.9.30:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'05499fdefdea4b8187f79278b91b4a4d', u'id': u'0a4402d71efe4cf195bca3b7347eb419'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/0b38a2ced3e3436c874c0f8f7be12f6f'}, u'url': u'http://172.30.9.30:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'81035a739e36486b93c3594f80b4a3ae', u'id': u'0b38a2ced3e3436c874c0f8f7be12f6f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/0d0069677d8e44e18cf158facbcf39d7'}, u'url': u'http://192.30.9.10:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1f2c7fe47c4d43279e6307eaecf3d0c3', u'id': u'0d0069677d8e44e18cf158facbcf39d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/0f45d24912444a11a2f1991f1bc098b1'}, u'url': u'http://192.30.9.10:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b2ef68e85617441ab253dba7b387f9ec', u'id': u'0f45d24912444a11a2f1991f1bc098b1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/18e0bc9a9f4c436ea329ee5a0cf56f19'}, u'url': u'http://192.30.9.10:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1f2c7fe47c4d43279e6307eaecf3d0c3', u'id': u'18e0bc9a9f4c436ea329ee5a0cf56f19'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1bfdbf96884f455f9d6642a5e89369fb'}, u'url': u'http://192.30.9.10:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c0214d0bcd2a4120995ae1f69c1dc1ae', u'id': u'1bfdbf96884f455f9d6642a5e89369fb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/253a3604597d4914b69a6c3fa211d611'}, u'url': u'http://172.30.9.30:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'91b942510f8e47e3b4167e366f1ad170', u'id': u'253a3604597d4914b69a6c3fa211d611'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/2786d6661302438db2479cd455d102d3'}, u'url': u'http://192.30.9.10:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'51e5e7e76d934560b43287cd7e73a89e', u'id': u'2786d6661302438db2479cd455d102d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/2a39535d77e447b3b6276b8e6a21b488'}, u'url': u'http://192.30.9.10:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f06daa47956f4aa6b74f58683eb1de78', u'id': u'2a39535d77e447b3b6276b8e6a21b488'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/391397822beb463e8a51e0883af27ec9'}, u'url': u'http://192.30.9.10:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f06daa47956f4aa6b74f58683eb1de78', u'id': u'391397822beb463e8a51e0883af27ec9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3ea7a1a7308f4fe683c3ae7fc774e436'}, u'url': u'http://172.30.9.30:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8a59c2259a87406dab348d29821e1b91', u'id': u'3ea7a1a7308f4fe683c3ae7fc774e436'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/40d124ce837441648d7170232a63ac72'}, u'url': u'http://192.30.9.10:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b2ef68e85617441ab253dba7b387f9ec', u'id': u'40d124ce837441648d7170232a63ac72'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/432fe128abc246758a14bcd6904a7cfe'}, u'url': u'http://172.30.9.30:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'df4bdff55129472a83df7ac1269f3dbe', u'id': u'432fe128abc246758a14bcd6904a7cfe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/55387bbf64374a40a3712840408e254c'}, u'url': u'http://172.30.9.30:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f06daa47956f4aa6b74f58683eb1de78', u'id': u'55387bbf64374a40a3712840408e254c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/5673f26197c84143ae637f7b12c67775'}, u'url': u'http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9a1100f3f55440db84ca5f24f850d218', u'id': u'5673f26197c84143ae637f7b12c67775'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/635a620815064bb4928624ea0e0e0cb0'}, u'url': u'http://192.30.9.10:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'05499fdefdea4b8187f79278b91b4a4d', u'id': u'635a620815064bb4928624ea0e0e0cb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6367a5a78c70469ba6d5761b0d897adf'}, u'url': u'http://192.30.9.10:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'46f28c7dc1394395bb4ff9904e44fcfe', u'id': u'6367a5a78c70469ba6d5761b0d897adf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/666907f1a93e4d2195e30f55db406969'}, u'url': u'http://192.30.9.10:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c30d522309e84808aa71f16ee9c12692', u'id': u'666907f1a93e4d2195e30f55db406969'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/689f9874b457400db708739d64656d43'}, u'url': u'http://192.30.9.10:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'91b942510f8e47e3b4167e366f1ad170', u'id': u'689f9874b457400db708739d64656d43'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6992b995f07c4287acc744f2a6968ed3'}, u'url': u'http://192.30.9.10:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'51e5e7e76d934560b43287cd7e73a89e', u'id': u'6992b995f07c4287acc744f2a6968ed3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/70a652522ee24f6c991f3506c1d9a6dc'}, u'url': u'http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9a1100f3f55440db84ca5f24f850d218', u'id': u'70a652522ee24f6c991f3506c1d9a6dc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/758f6fd1002240f8af96934a5adecfea'}, u'url': u'http://192.30.9.10:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8a59c2259a87406dab348d29821e1b91', u'id': u'758f6fd1002240f8af96934a5adecfea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/7d88124866f245d2885bc3d196916f0d'}, u'url': u'http://172.30.9.30:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c0214d0bcd2a4120995ae1f69c1dc1ae', u'id': u'7d88124866f245d2885bc3d196916f0d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/91afd1bc150644189a716ce34cdb49d7'}, u'url': u'http://12.0.0.22:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9a1100f3f55440db84ca5f24f850d218', u'id': u'91afd1bc150644189a716ce34cdb49d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/92e98c963403462e87c0a38a36194669'}, u'url': u'http://172.30.9.30:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'46f28c7dc1394395bb4ff9904e44fcfe', u'id': u'92e98c963403462e87c0a38a36194669'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ae64ca9e892f494cb130cdb202fa2618'}, u'url': u'http://192.30.9.10:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'15788598c8c04d5b829b73a02dfc8408', u'id': u'ae64ca9e892f494cb130cdb202fa2618'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/b9bf4030465249e094c9dd935fbfb0cd'}, u'url': u'http://172.30.9.30:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c30d522309e84808aa71f16ee9c12692', u'id': u'b9bf4030465249e094c9dd935fbfb0cd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c4f37296641046e8ae9d913f0febaeac'}, u'url': u'http://172.30.9.30:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b2ef68e85617441ab253dba7b387f9ec', u'id': u'c4f37296641046e8ae9d913f0febaeac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ca253fa5fb7d4fd4a6e7fe43ff5a088f'}, u'url': u'http://172.30.9.30:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'51e5e7e76d934560b43287cd7e73a89e', u'id': u'ca253fa5fb7d4fd4a6e7fe43ff5a088f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/caf9414afd6840968d7c69dfece31f1e'}, u'url': u'http://192.30.9.10:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'df4bdff55129472a83df7ac1269f3dbe', u'id': u'caf9414afd6840968d7c69dfece31f1e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/cc0b733d32ae4736a3f0c26db17d5bf2'}, u'url': u'http://192.30.9.10:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'46f28c7dc1394395bb4ff9904e44fcfe', u'id': u'cc0b733d32ae4736a3f0c26db17d5bf2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ddc2eb3fd567447491261a58602f323a'}, u'url': u'http://192.30.9.10:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'15788598c8c04d5b829b73a02dfc8408', u'id': u'ddc2eb3fd567447491261a58602f323a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e0e397fd52bd44fbaf018504c67e2959'}, u'url': u'http://192.30.9.10:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c0214d0bcd2a4120995ae1f69c1dc1ae', u'id': u'e0e397fd52bd44fbaf018504c67e2959'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e190d9d0398c4e3c8628e8c4b8ae59bd'}, u'url': u'http://192.30.9.10:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'81035a739e36486b93c3594f80b4a3ae', u'id': u'e190d9d0398c4e3c8628e8c4b8ae59bd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e2001b0035a642269f5ce608f295266e'}, u'url': u'http://192.30.9.10:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'df4bdff55129472a83df7ac1269f3dbe', u'id': u'e2001b0035a642269f5ce608f295266e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ea2be13e866145f9a58e6aa26e856dec'}, u'url': u'http://192.30.9.10:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c30d522309e84808aa71f16ee9c12692', u'id': u'ea2be13e866145f9a58e6aa26e856dec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ecec35c00a1e43c89ce6d45c601c5899'}, u'url': u'http://172.30.9.30:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1f2c7fe47c4d43279e6307eaecf3d0c3', u'id': u'ecec35c00a1e43c89ce6d45c601c5899'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f23916aa79ac48aab30355bc9a0be0b1'}, u'url': u'http://192.30.9.10:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'05499fdefdea4b8187f79278b91b4a4d', u'id': u'f23916aa79ac48aab30355bc9a0be0b1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f705d0853eb2476c8380433fa257dbe6'}, u'url': u'http://192.30.9.10:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'81035a739e36486b93c3594f80b4a3ae', u'id': u'f705d0853eb2476c8380433fa257dbe6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f933128511ad432c8603611d4a2af49e'}, u'url': u'http://172.30.9.30:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'15788598c8c04d5b829b73a02dfc8408', u'id': u'f933128511ad432c8603611d4a2af49e'})] 2018-09-01 12:27:36,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-01 12:27:36,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:36,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74d521ad-5828-41a9-923c-1fa2a6578988 x-compute-request-id: req-74d521ad-5828-41a9-923c-1fa2a6578988 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-09-01 12:27:36,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-74d521ad-5828-41a9-923c-1fa2a6578988 2018-09-01 12:27:36,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.0159559249878s 2018-09-01 12:27:36,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-74d521ad-5828-41a9-923c-1fa2a6578988 2018-09-01 12:27:36,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-01 12:27:36,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:38,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-322535e5-1d5c-40bf-879b-626b7edcf3be x-compute-request-id: req-322535e5-1d5c-40bf-879b-626b7edcf3be Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-01 12:27:38,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-322535e5-1d5c-40bf-879b-626b7edcf3be 2018-09-01 12:27:38,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.40389585495s 2018-09-01 12:27:38,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-322535e5-1d5c-40bf-879b-626b7edcf3be 2018-09-01 12:27:38,235 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-01 12:27:38,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:27:38,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:39,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-387f93b4-a330-4395-a1f0-e0790f42f99a Date: Sat, 01 Sep 2018 12:27:39 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:27:39,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-387f93b4-a330-4395-a1f0-e0790f42f99a 2018-09-01 12:27:39,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.3523440361s 2018-09-01 12:27:39,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-387f93b4-a330-4395-a1f0-e0790f42f99a 2018-09-01 12:27:39,593 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-01 12:27:39,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-01 12:27:39,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:39,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27: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-05b52c25-22f0-449b-830d-4538b59aa92f x-compute-request-id: req-05b52c25-22f0-449b-830d-4538b59aa92f Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 302}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2363, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 305}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2371, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-01 12:27:39,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-05b52c25-22f0-449b-830d-4538b59aa92f 2018-09-01 12:27:39,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.187184095383s 2018-09-01 12:27:39,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-05b52c25-22f0-449b-830d-4538b59aa92f 2018-09-01 12:27:39,782 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 302}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2363, 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.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 305}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2371, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-09-01 12:27:39,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-01 12:27:39,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:39,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-96b1f18f-4b20-4f07-9739-0066cadb8978 x-compute-request-id: req-96b1f18f-4b20-4f07-9739-0066cadb8978 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-01 12:27:39,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-96b1f18f-4b20-4f07-9739-0066cadb8978 2018-09-01 12:27:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.138429164886s 2018-09-01 12:27:39,922 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-96b1f18f-4b20-4f07-9739-0066cadb8978 2018-09-01 12:27:39,922 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-01 12:27:39,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:27:39,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:41,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2dd10fd1-fd20-48fe-8a59-bc174694512e Date: Sat, 01 Sep 2018 12:27:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:27:41,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2dd10fd1-fd20-48fe-8a59-bc174694512e 2018-09-01 12:27:41,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.17306685448s 2018-09-01 12:27:41,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2dd10fd1-fd20-48fe-8a59-bc174694512e 2018-09-01 12:27:41,096 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'b6c26688-6bc5-4c93-b9ef-227d61e48b03'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T12:24:33Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', 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'6280e4ef836043b69152454fba2c6ab6', u'created_at': u'2018-09-01T12:24:26Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6280e4ef836043b69152454fba2c6ab6'})] 2018-09-01 12:27:41,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:27:41,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:42,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ec627a20-dd4f-463d-9492-e57552b1bf4c Date: Sat, 01 Sep 2018 12:27:42 GMT RESP BODY: {"ports":[]} 2018-09-01 12:27:42,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-ec627a20-dd4f-463d-9492-e57552b1bf4c 2018-09-01 12:27:42,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.921273946762s 2018-09-01 12:27:42,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-ec627a20-dd4f-463d-9492-e57552b1bf4c 2018-09-01 12:27:42,019 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-01 12:27:42,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 12:27:42,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:42,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13e7f011-2980-445f-b34f-f9383d0ec21b Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "06da12d6caa048c995f76b9bb24c121f"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/06da12d6caa048c995f76b9bb24c121f/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "1e7736684d694e0eb26c775bcf4c7b4f"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/1e7736684d694e0eb26c775bcf4c7b4f/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "2c6b21abc46c4c5abbff56c76ff5b1bb"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/2c6b21abc46c4c5abbff56c76ff5b1bb/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "e28241c0ccb04819ac29b42ee07367e4"}, "user": {"id": "2c6b21abc46c4c5abbff56c76ff5b1bb"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/2c6b21abc46c4c5abbff56c76ff5b1bb/roles/e28241c0ccb04819ac29b42ee07367e4"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "2cee429d28f64be9ab17766dae2436e9"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/2cee429d28f64be9ab17766dae2436e9/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "2d5b93e598844401a1b547a46e143557"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/2d5b93e598844401a1b547a46e143557/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "4bd33cdfb92647949143b2f81031c320"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/4bd33cdfb92647949143b2f81031c320/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "dfc461ef79e94bbc95d56eabe475cd04"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "5950a698f8b742428ccbba454c2afcd6"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04/users/5950a698f8b742428ccbba454c2afcd6/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "69a1bd7e1a254ace948d5e48f552262a"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/69a1bd7e1a254ace948d5e48f552262a/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "8138882df2164221aa354b7b0b4bdf28"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/8138882df2164221aa354b7b0b4bdf28/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "ca90607cacd04502b3d3eec6684ecf79"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/ca90607cacd04502b3d3eec6684ecf79/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "e278037e21144f8fb52ad068cc11826d"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/e278037e21144f8fb52ad068cc11826d/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "ef5dc3d7949645e08cf7d7f79fa22c9e"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/ef5dc3d7949645e08cf7d7f79fa22c9e/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"project": {"id": "6280e4ef836043b69152454fba2c6ab6"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "fce9631fc0dc48dbaac2267267c72310"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6/users/fce9631fc0dc48dbaac2267267c72310/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"domain": {"id": "59570a9a89bf4471b19676bc072ecc43"}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "links": {"assignment": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43/users/9ba1abc45cfc4a5a943fc15db8dcc7ef/roles/864a4747b0f04f5b8139f8acdb18a29f"}}, {"scope": {"system": {"all": true}}, "role": {"id": "864a4747b0f04f5b8139f8acdb18a29f"}, "user": {"id": "5950a698f8b742428ccbba454c2afcd6"}, "links": {"assignment": "http://172.30.9.30:5000/v3/system/users/5950a698f8b742428ccbba454c2afcd6/roles/864a4747b0f04f5b8139f8acdb18a29f"}}], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-01 12:27:42,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-13e7f011-2980-445f-b34f-f9383d0ec21b 2018-09-01 12:27:42,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195721149445s 2018-09-01 12:27:42,218 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-13e7f011-2980-445f-b34f-f9383d0ec21b 2018-09-01 12:27:42,220 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'06da12d6caa048c995f76b9bb24c121f'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'1e7736684d694e0eb26c775bcf4c7b4f'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'2c6b21abc46c4c5abbff56c76ff5b1bb'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'e28241c0ccb04819ac29b42ee07367e4', 'user': u'2c6b21abc46c4c5abbff56c76ff5b1bb'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'2cee429d28f64be9ab17766dae2436e9'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'2d5b93e598844401a1b547a46e143557'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'4bd33cdfb92647949143b2f81031c320'}), Munch({'project': u'dfc461ef79e94bbc95d56eabe475cd04', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'5950a698f8b742428ccbba454c2afcd6'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'69a1bd7e1a254ace948d5e48f552262a'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'8138882df2164221aa354b7b0b4bdf28'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'ca90607cacd04502b3d3eec6684ecf79'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'e278037e21144f8fb52ad068cc11826d'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'ef5dc3d7949645e08cf7d7f79fa22c9e'}), Munch({'project': u'6280e4ef836043b69152454fba2c6ab6', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'fce9631fc0dc48dbaac2267267c72310'}), Munch({'domain': u'59570a9a89bf4471b19676bc072ecc43', 'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'9ba1abc45cfc4a5a943fc15db8dcc7ef'}), Munch({'id': u'864a4747b0f04f5b8139f8acdb18a29f', 'user': u'5950a698f8b742428ccbba454c2afcd6'})] 2018-09-01 12:27:42,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:27:42,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:42,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef99e24-9b97-4f28-b59e-ac104bf2824d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:27:42,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cef99e24-9b97-4f28-b59e-ac104bf2824d 2018-09-01 12:27:42,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.265147924423s 2018-09-01 12:27:42,489 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cef99e24-9b97-4f28-b59e-ac104bf2824d 2018-09-01 12:27:42,491 - 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'1a30477eb3a3443f91cda7c97eb58921'}), 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'864a4747b0f04f5b8139f8acdb18a29f'}), 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'8e0b3e855c004a51ab6327150f43bdca'}), 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'96bea7a2acfc4756b82cd06bca2c9d72'}), 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'ResellerAdmin', 'id': u'e28241c0ccb04819ac29b42ee07367e4'}), 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'ea17eab18c9e49f2aa6b51fa281968cc'})] 2018-09-01 12:27:42,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:27:42,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:43,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-10a14777-cb96-437e-a414-9b0a2d6f19c1 Date: Sat, 01 Sep 2018 12:27:43 GMT RESP BODY: {"routers": []} 2018-09-01 12:27:43,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-10a14777-cb96-437e-a414-9b0a2d6f19c1 2018-09-01 12:27:43,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.03763985634s 2018-09-01 12:27:43,530 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-10a14777-cb96-437e-a414-9b0a2d6f19c1 2018-09-01 12:27:43,530 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-01 12:27:43,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:27:43,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:43,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27: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-05466ef0-7b5d-492b-90fb-cbcdf41fb0c2 x-compute-request-id: req-05466ef0-7b5d-492b-90fb-cbcdf41fb0c2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 12:27:43,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05466ef0-7b5d-492b-90fb-cbcdf41fb0c2 2018-09-01 12:27:43,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.219266891479s 2018-09-01 12:27:43,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-05466ef0-7b5d-492b-90fb-cbcdf41fb0c2 2018-09-01 12:27:43,750 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-01 12:27:43,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 12:27:43,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:27:43,762 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:27:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e42707b-adde-4e78-9c20-b7225ce94da6 Content-Length: 267 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.10:35357/v3/", "rel": "self"}]}]}} 2018-09-01 12:27:43,762 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.10:35357/ used request id req-3e42707b-adde-4e78-9c20-b7225ce94da6 2018-09-01 12:27:43,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:43,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86d3bdf7-7589-46a7-8b7c-23cb36a680c8 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.10:35357/v3/services/05499fdefdea4b8187f79278b91b4a4d"}, "enabled": true, "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.10:35357/v3/services/15788598c8c04d5b829b73a02dfc8408"}, "enabled": true, "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.10:35357/v3/services/1f2c7fe47c4d43279e6307eaecf3d0c3"}, "enabled": true, "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.10:35357/v3/services/46f28c7dc1394395bb4ff9904e44fcfe"}, "enabled": true, "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.10:35357/v3/services/51e5e7e76d934560b43287cd7e73a89e"}, "enabled": true, "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.10:35357/v3/services/81035a739e36486b93c3594f80b4a3ae"}, "enabled": true, "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.10:35357/v3/services/8a59c2259a87406dab348d29821e1b91"}, "enabled": true, "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.10:35357/v3/services/91b942510f8e47e3b4167e366f1ad170"}, "enabled": true, "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.10:35357/v3/services/9a1100f3f55440db84ca5f24f850d218"}, "enabled": true, "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.10:35357/v3/services/b2ef68e85617441ab253dba7b387f9ec"}, "enabled": true, "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.10:35357/v3/services/c0214d0bcd2a4120995ae1f69c1dc1ae"}, "enabled": true, "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.10:35357/v3/services/c0f66a2d1b4c4e689a31cda04eb3406f"}, "enabled": true, "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.10:35357/v3/services/c30d522309e84808aa71f16ee9c12692"}, "enabled": true, "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.10:35357/v3/services/df4bdff55129472a83df7ac1269f3dbe"}, "enabled": true, "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.10:35357/v3/services/f06daa47956f4aa6b74f58683eb1de78"}, "enabled": true, "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "links": {"self": "http://192.30.9.10:35357/v3/services", "previous": null, "next": null}} 2018-09-01 12:27:43,962 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-86d3bdf7-7589-46a7-8b7c-23cb36a680c8 2018-09-01 12:27:43,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.208520889282s 2018-09-01 12:27:43,962 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-86d3bdf7-7589-46a7-8b7c-23cb36a680c8 2018-09-01 12:27:43,967 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'05499fdefdea4b8187f79278b91b4a4d', 'name': u'heat'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'15788598c8c04d5b829b73a02dfc8408', 'name': u'cinder'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'1f2c7fe47c4d43279e6307eaecf3d0c3', 'name': u'aodh'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'46f28c7dc1394395bb4ff9904e44fcfe', 'name': u'keystone'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'51e5e7e76d934560b43287cd7e73a89e', 'name': u'glance'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'81035a739e36486b93c3594f80b4a3ae', 'name': u'cinderv2'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'8a59c2259a87406dab348d29821e1b91', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'91b942510f8e47e3b4167e366f1ad170', 'name': u'placement'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'9a1100f3f55440db84ca5f24f850d218', 'name': u'swift'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'b2ef68e85617441ab253dba7b387f9ec', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'c0214d0bcd2a4120995ae1f69c1dc1ae', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'c0f66a2d1b4c4e689a31cda04eb3406f', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'c30d522309e84808aa71f16ee9c12692', 'name': u'gnocchi'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'df4bdff55129472a83df7ac1269f3dbe', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'f06daa47956f4aa6b74f58683eb1de78', 'name': u'panko'})] 2018-09-01 12:27:43,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:27:43,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}262e156f2a9fda9e536dc06b2379f449ad7f4022" 2018-09-01 12:27:45,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-22c5980d-9b0e-4347-ac71-e2dec2eb7a4a Date: Sat, 01 Sep 2018 12:27:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c2541a6c-ee2f-4745-866e-f11cc584589f","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:33Z","dns_nameservers":[],"updated_at":"2018-09-01T12:24:33Z","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":"6280e4ef836043b69152454fba2c6ab6","id":"b6c26688-6bc5-4c93-b9ef-227d61e48b03","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 12:27:45,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-22c5980d-9b0e-4347-ac71-e2dec2eb7a4a 2018-09-01 12:27:45,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.09466576576s 2018-09-01 12:27:45,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-22c5980d-9b0e-4347-ac71-e2dec2eb7a4a 2018-09-01 12:27:45,064 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:24:33Z', 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'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'tenant_id': u'6280e4ef836043b69152454fba2c6ab6', u'created_at': u'2018-09-01T12:24:33Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'6280e4ef836043b69152454fba2c6ab6'})] 2018-09-01 12:27:45,189 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:27:45,189 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-01 12:27:45,249 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-01 12:27:45,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:27:45,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:27:45,433 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:27:45,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:27:45,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1367c3b1-4df5-4db7-a506-b0a038130bd7 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:27:45,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-1367c3b1-4df5-4db7-a506-b0a038130bd7 2018-09-01 12:27:45,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:27:45,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:27:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["2c72s27cSgyXnsHGR5CyhA"], "issued_at": "2018-09-01T12:27:45.000000Z"}} 2018-09-01 12:27:45,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:27:45,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:27:46,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ee2c1ebd-00fb-4a3c-974a-de14c4823043 Date: Sat, 01 Sep 2018 12:27:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:27:46,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ee2c1ebd-00fb-4a3c-974a-de14c4823043 2018-09-01 12:27:46,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269753932953s 2018-09-01 12:27:46,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ee2c1ebd-00fb-4a3c-974a-de14c4823043 2018-09-01 12:27:46,229 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-01 12:27:46,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:27:46,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" -d '{"network": {"name": "tenantnetwork1-net_000673f7-9d21-403d-92e4-d3c4ba2f269b", "admin_state_up": true}}' 2018-09-01 12:27:47,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5d78ba0b-8c1e-4327-a50c-7936b6171960 Date: Sat, 01 Sep 2018 12:27:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dd01418a-c101-4c1e-9714-a10779590440","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:27:47Z","is_default":false,"provider:segmentation_id":25,"name":"tenantnetwork1-net_000673f7-9d21-403d-92e4-d3c4ba2f269b","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:27:47Z","mtu":1450}} 2018-09-01 12:27:47,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5d78ba0b-8c1e-4327-a50c-7936b6171960 2018-09-01 12:27:47,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.59948682785s 2018-09-01 12:27:47,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5d78ba0b-8c1e-4327-a50c-7936b6171960 2018-09-01 12:27:47,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-09-01T12:27:47Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'dd01418a-c101-4c1e-9714-a10779590440', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_000673f7-9d21-403d-92e4-d3c4ba2f269b', u'admin_state_up': True, u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:27:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04'}) 2018-09-01 12:27:47,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:27:47,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:27:48,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-66b3e541-b303-4ff2-bc72-548cd1911b69 Date: Sat, 01 Sep 2018 12:27:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"dd01418a-c101-4c1e-9714-a10779590440","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:27:47Z","provider:segmentation_id":25,"name":"tenantnetwork1-net_000673f7-9d21-403d-92e4-d3c4ba2f269b","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:27:47Z","provider:network_type":"vxlan"}]} 2018-09-01 12:27:48,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-66b3e541-b303-4ff2-bc72-548cd1911b69 2018-09-01 12:27:48,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05309295654s 2018-09-01 12:27:48,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-66b3e541-b303-4ff2-bc72-548cd1911b69 2018-09-01 12:27:48,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:27:48,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" -d '{"subnet": {"name": "tenantnetwork1-subnet_000673f7-9d21-403d-92e4-d3c4ba2f269b", "enable_dhcp": true, "network_id": "dd01418a-c101-4c1e-9714-a10779590440", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:27:50,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9ea61907-544b-4e03-b19f-d137a9955e4a Date: Sat, 01 Sep 2018 12:27:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd01418a-c101-4c1e-9714-a10779590440","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:27:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:27:50Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dfc461ef79e94bbc95d56eabe475cd04","id":"d6301ce7-125b-470c-a917-6adf720cb131","subnetpool_id":null,"name":"tenantnetwork1-subnet_000673f7-9d21-403d-92e4-d3c4ba2f269b"}} 2018-09-01 12:27:50,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-9ea61907-544b-4e03-b19f-d137a9955e4a 2018-09-01 12:27:50,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.49239611626s 2018-09-01 12:27:50,380 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-9ea61907-544b-4e03-b19f-d137a9955e4a 2018-09-01 12:27:50,381 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:27:50Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd6301ce7-125b-470c-a917-6adf720cb131', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_000673f7-9d21-403d-92e4-d3c4ba2f269b', u'enable_dhcp': True, u'network_id': u'dd01418a-c101-4c1e-9714-a10779590440', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:27:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04'}) 2018-09-01 12:27:50,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:27:50,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "tenantnetwork1-router_000673f7-9d21-403d-92e4-d3c4ba2f269b", "admin_state_up": true}}' 2018-09-01 12:27:53,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-a4a46c30-3cdc-4ac1-9229-28384d64e2df Date: Sat, 01 Sep 2018 12:27:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:27:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T12:27:52Z", "revision_number": 2, "routes": [], "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "c9514f66-2594-4fa9-897d-6d2397256266", "name": "tenantnetwork1-router_000673f7-9d21-403d-92e4-d3c4ba2f269b"}} 2018-09-01 12:27:53,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a4a46c30-3cdc-4ac1-9229-28384d64e2df 2018-09-01 12:27:53,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.63620185852s 2018-09-01 12:27:53,018 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-a4a46c30-3cdc-4ac1-9229-28384d64e2df 2018-09-01 12:27:53,018 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:27:51Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T12:27:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'id': u'c9514f66-2594-4fa9-897d-6d2397256266', u'name': u'tenantnetwork1-router_000673f7-9d21-403d-92e4-d3c4ba2f269b'}) 2018-09-01 12:27:53,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:27:53,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" -d '{"subnet_id": "d6301ce7-125b-470c-a917-6adf720cb131"}' 2018-09-01 12:27:56,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-699cfd4e-bb6e-40bc-95d5-9272160fbb34 Date: Sat, 01 Sep 2018 12:27:56 GMT RESP BODY: {"network_id": "dd01418a-c101-4c1e-9714-a10779590440", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "subnet_id": "d6301ce7-125b-470c-a917-6adf720cb131", "subnet_ids": ["d6301ce7-125b-470c-a917-6adf720cb131"], "port_id": "67e817d3-e908-495a-90cf-f08321bd97ad", "id": "c9514f66-2594-4fa9-897d-6d2397256266"} 2018-09-01 12:27:56,352 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266/add_router_interface.json used request id req-699cfd4e-bb6e-40bc-95d5-9272160fbb34 2018-09-01 12:27:56,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.33349108696s 2018-09-01 12:27:56,353 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266/add_router_interface.json used request id req-699cfd4e-bb6e-40bc-95d5-9272160fbb34 returning object c9514f66-2594-4fa9-897d-6d2397256266 2018-09-01 12:27:56,463 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:27:56,463 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 12:27:56,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:27:56,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" -d '{"subnet_id": "d6301ce7-125b-470c-a917-6adf720cb131"}' 2018-09-01 12:27:59,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-698daecd-ff75-4037-82a1-4cf4653b7598 Date: Sat, 01 Sep 2018 12:27:59 GMT RESP BODY: {"network_id": "dd01418a-c101-4c1e-9714-a10779590440", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "subnet_id": "d6301ce7-125b-470c-a917-6adf720cb131", "subnet_ids": ["d6301ce7-125b-470c-a917-6adf720cb131"], "port_id": "67e817d3-e908-495a-90cf-f08321bd97ad", "id": "c9514f66-2594-4fa9-897d-6d2397256266"} 2018-09-01 12:27:59,296 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266/remove_router_interface.json used request id req-698daecd-ff75-4037-82a1-4cf4653b7598 2018-09-01 12:27:59,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.83109807968s 2018-09-01 12:27:59,297 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266/remove_router_interface.json used request id req-698daecd-ff75-4037-82a1-4cf4653b7598 returning object c9514f66-2594-4fa9-897d-6d2397256266 2018-09-01 12:27:59,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:27:59,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:27:59,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-ac518dbd-fc6c-4361-8ca7-e97b243fc2b7 Date: Sat, 01 Sep 2018 12:27:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:27:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T12:27:58Z", "revision_number": 4, "routes": [], "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "c9514f66-2594-4fa9-897d-6d2397256266", "name": "tenantnetwork1-router_000673f7-9d21-403d-92e4-d3c4ba2f269b"}]} 2018-09-01 12:27:59,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-ac518dbd-fc6c-4361-8ca7-e97b243fc2b7 2018-09-01 12:27:59,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.389766931534s 2018-09-01 12:27:59,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-ac518dbd-fc6c-4361-8ca7-e97b243fc2b7 2018-09-01 12:27:59,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:27:59,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:28:02,477 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-130cfc39-99bd-4ed8-98e8-a8b4841f9446 Content-Length: 0 Date: Sat, 01 Sep 2018 12:28:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:02,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266.json used request id req-130cfc39-99bd-4ed8-98e8-a8b4841f9446 2018-09-01 12:28:02,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.78811120987s 2018-09-01 12:28:02,478 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c9514f66-2594-4fa9-897d-6d2397256266.json used request id req-130cfc39-99bd-4ed8-98e8-a8b4841f9446 2018-09-01 12:28:02,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:28:02,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:28:02,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-b6c5816e-9ac1-4fba-9a6b-98567a8a9bdb Date: Sat, 01 Sep 2018 12:28:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c2541a6c-ee2f-4745-866e-f11cc584589f","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:33Z","dns_nameservers":[],"updated_at":"2018-09-01T12:24:33Z","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":"6280e4ef836043b69152454fba2c6ab6","id":"b6c26688-6bc5-4c93-b9ef-227d61e48b03","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dd01418a-c101-4c1e-9714-a10779590440","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:27:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:27:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfc461ef79e94bbc95d56eabe475cd04","id":"d6301ce7-125b-470c-a917-6adf720cb131","subnetpool_id":null,"name":"tenantnetwork1-subnet_000673f7-9d21-403d-92e4-d3c4ba2f269b"}]} 2018-09-01 12:28:02,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-b6c5816e-9ac1-4fba-9a6b-98567a8a9bdb 2018-09-01 12:28:02,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0436720848083s 2018-09-01 12:28:02,522 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-b6c5816e-9ac1-4fba-9a6b-98567a8a9bdb 2018-09-01 12:28:02,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:28:02,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/d6301ce7-125b-470c-a917-6adf720cb131.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:28:05,735 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b8c235bf-b722-4f3a-9161-47bea8ad19b1 Date: Sat, 01 Sep 2018 12:28:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:05,735 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/d6301ce7-125b-470c-a917-6adf720cb131.json used request id req-b8c235bf-b722-4f3a-9161-47bea8ad19b1 2018-09-01 12:28:05,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.21130609512s 2018-09-01 12:28:05,735 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/d6301ce7-125b-470c-a917-6adf720cb131.json used request id req-b8c235bf-b722-4f3a-9161-47bea8ad19b1 2018-09-01 12:28:05,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:28:05,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:28:07,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-90d14d25-133e-42ab-9480-290d5de6350f Date: Sat, 01 Sep 2018 12:28:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dd01418a-c101-4c1e-9714-a10779590440","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:28:05Z","provider:segmentation_id":25,"name":"tenantnetwork1-net_000673f7-9d21-403d-92e4-d3c4ba2f269b","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:27:47Z","provider:network_type":"vxlan"}]} 2018-09-01 12:28:07,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-90d14d25-133e-42ab-9480-290d5de6350f 2018-09-01 12:28:07,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.29221701622s 2018-09-01 12:28:07,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-90d14d25-133e-42ab-9480-290d5de6350f 2018-09-01 12:28:07,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:28:07,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/dd01418a-c101-4c1e-9714-a10779590440.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dc4c1fdf895ede7134470884dc015c5a169ab985" 2018-09-01 12:28:07,824 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b6ca01ac-dcf6-41b2-a375-1455f0e9a8cc Date: Sat, 01 Sep 2018 12:28:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:07,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/dd01418a-c101-4c1e-9714-a10779590440.json used request id req-b6ca01ac-dcf6-41b2-a375-1455f0e9a8cc 2018-09-01 12:28:07,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.794304132462s 2018-09-01 12:28:07,824 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/dd01418a-c101-4c1e-9714-a10779590440.json used request id req-b6ca01ac-dcf6-41b2-a375-1455f0e9a8cc 2018-09-01 12:28:07,877 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-01 12:28:07,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:28:07,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:28:07,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:28:07,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:28:07,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:28:07,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:28:07,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:28:07,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:28:07,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:28:07,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:28:07,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:28:07,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9f5579-e9c4-48e4-bd5d-42b59aae93f6 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:28:07,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ef9f5579-e9c4-48e4-bd5d-42b59aae93f6 2018-09-01 12:28:07,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:28:08,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["951zuZfOTwG9e4WumtBm2A"], "issued_at": "2018-09-01T12:28:08.000000Z"}} 2018-09-01 12:28:08,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:28:08,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:09,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8d8fbb21-21a9-4914-bb7d-924df67cf11a Date: Sat, 01 Sep 2018 12:28:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:28:09,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8d8fbb21-21a9-4914-bb7d-924df67cf11a 2018-09-01 12:28:09,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.37213206291s 2018-09-01 12:28:09,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8d8fbb21-21a9-4914-bb7d-924df67cf11a 2018-09-01 12:28:09,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:28:09,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:28:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77722ef1-9c5d-403c-b527-d7a6db987475 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:28:09,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-77722ef1-9c5d-403c-b527-d7a6db987475 2018-09-01 12:28:09,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:28:09,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:10,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704850f1-9a94-45dc-919c-982c60c58f8a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43"}, "tags": [], "enabled": true, "id": "59570a9a89bf4471b19676bc072ecc43", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 12:28:10,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-704850f1-9a94-45dc-919c-982c60c58f8a 2018-09-01 12:28:10,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.308459043503s 2018-09-01 12:28:10,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-704850f1-9a94-45dc-919c-982c60c58f8a 2018-09-01 12:28:10,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 12:28:10,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}}' 2018-09-01 12:28:10,399 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:28:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7e4914f-8f84-4049-bf7a-f36cebe2f40e 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.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9"}, "tags": [], "enabled": true, "id": "2d8c53ab1f984cd58087e65d126ce2b9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}} 2018-09-01 12:28:10,399 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a7e4914f-8f84-4049-bf7a-f36cebe2f40e 2018-09-01 12:28:10,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.349105119705s 2018-09-01 12:28:10,400 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a7e4914f-8f84-4049-bf7a-f36cebe2f40e 2018-09-01 12:28:10,401 - 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'2d8c53ab1f984cd58087e65d126ce2b9', '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_b758b93c-a3fb-4687-bd52-cea3df4cb1a5'}) 2018-09-01 12:28:10,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 12:28:10,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3ace90df-6691-4202-8c31-5f1c4d1e5fe5", "email": null, "name": "tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}}' 2018-09-01 12:28:10,928 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:28:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bfb613a-2896-43c4-949d-d8e1d0407954 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "links": {"self": "http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b01a111961ec4032adc5aaa63b18b448", "domain_id": "default", "password_expires_at": null}} 2018-09-01 12:28:10,928 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-8bfb613a-2896-43c4-949d-d8e1d0407954 2018-09-01 12:28:10,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.521615982056s 2018-09-01 12:28:10,929 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-8bfb613a-2896-43c4-949d-d8e1d0407954 2018-09-01 12:28:10,929 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b01a111961ec4032adc5aaa63b18b448', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5'}) 2018-09-01 12:28:10,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:28:10,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:11,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-314b9202-a723-4e40-b66c-e71ba36100cc Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:28:11,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-314b9202-a723-4e40-b66c-e71ba36100cc 2018-09-01 12:28:11,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.257461071014s 2018-09-01 12:28:11,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-314b9202-a723-4e40-b66c-e71ba36100cc 2018-09-01 12:28:11,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:28:11,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:11,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7063fe0-c626-4f69-99ae-8d5f33875c9e Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:28:11,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7063fe0-c626-4f69-99ae-8d5f33875c9e 2018-09-01 12:28:11,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192301988602s 2018-09-01 12:28:11,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7063fe0-c626-4f69-99ae-8d5f33875c9e 2018-09-01 12:28:11,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:28:11,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:11,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df40b4a5-2792-4891-93ce-71e0c1b9fbcc Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:28:11,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-df40b4a5-2792-4891-93ce-71e0c1b9fbcc 2018-09-01 12:28:11,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.256401062012s 2018-09-01 12:28:11,650 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-df40b4a5-2792-4891-93ce-71e0c1b9fbcc 2018-09-01 12:28:11,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:28:11,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:11,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfed901c-bb42-42c0-ad05-86e94c185b9f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 12:28:11,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-cfed901c-bb42-42c0-ad05-86e94c185b9f 2018-09-01 12:28:11,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187140226364s 2018-09-01 12:28:11,843 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-cfed901c-bb42-42c0-ad05-86e94c185b9f 2018-09-01 12:28:11,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:28:11,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:12,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36894494-0d71-4c63-aca0-71d6e656b6de Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "links": {"self": "http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b01a111961ec4032adc5aaa63b18b448", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:28:12,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-36894494-0d71-4c63-aca0-71d6e656b6de 2018-09-01 12:28:12,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.33501291275s 2018-09-01 12:28:12,179 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-36894494-0d71-4c63-aca0-71d6e656b6de 2018-09-01 12:28:12,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:28:12,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:12,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa232550-ce51-427f-a46a-4995bcd6cacd Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9"}, "tags": [], "enabled": true, "id": "2d8c53ab1f984cd58087e65d126ce2b9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}]} 2018-09-01 12:28:12,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-aa232550-ce51-427f-a46a-4995bcd6cacd 2018-09-01 12:28:12,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194195985794s 2018-09-01 12:28:12,385 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-aa232550-ce51-427f-a46a-4995bcd6cacd 2018-09-01 12:28:12,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 12:28:12,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=b01a111961ec4032adc5aaa63b18b448&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=2d8c53ab1f984cd58087e65d126ce2b9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:12,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dd9d766-286c-4923-80b8-abc18bc59ef9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=b01a111961ec4032adc5aaa63b18b448&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=2d8c53ab1f984cd58087e65d126ce2b9", "previous": null, "next": null}} 2018-09-01 12:28:12,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b01a111961ec4032adc5aaa63b18b448&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=2d8c53ab1f984cd58087e65d126ce2b9 used request id req-2dd9d766-286c-4923-80b8-abc18bc59ef9 2018-09-01 12:28:12,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193059921265s 2018-09-01 12:28:12,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=b01a111961ec4032adc5aaa63b18b448&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=2d8c53ab1f984cd58087e65d126ce2b9 used request id req-2dd9d766-286c-4923-80b8-abc18bc59ef9 2018-09-01 12:28:12,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 12:28:12,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9/users/b01a111961ec4032adc5aaa63b18b448/roles/ea17eab18c9e49f2aa6b51fa281968cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:12,867 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8448ea37-1dd1-448b-a3f9-6d7c2e87be45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:28:12,867 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9/users/b01a111961ec4032adc5aaa63b18b448/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-8448ea37-1dd1-448b-a3f9-6d7c2e87be45 2018-09-01 12:28:12,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.277494907379s 2018-09-01 12:28:12,867 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9/users/b01a111961ec4032adc5aaa63b18b448/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-8448ea37-1dd1-448b-a3f9-6d7c2e87be45 2018-09-01 12:28:12,868 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_b758b93c-a3fb-4687-bd52-cea3df4cb1a5', 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'2d8c53ab1f984cd58087e65d126ce2b9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3ace90df-6691-4202-8c31-5f1c4d1e5fe5', 'username': u'tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 12:28:12,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:28:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:28:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:28:12,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:28:12,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:28:12,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:28:12,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:28:12,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:28:12,874 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5', 'password': '3ace90df-6691-4202-8c31-5f1c4d1e5fe5', 'project_name': 'tenantnetwork2-project_b758b93c-a3fb-4687-bd52-cea3df4cb1a5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '2d8c53ab1f984cd58087e65d126ce2b9', 'project_domain_name': 'Default'} 2018-09-01 12:28:12,874 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-01 12:28:12,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:28:12,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99d1d519-dbc3-4709-95cb-dedeb79bc8ad 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:28:12,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-99d1d519-dbc3-4709-95cb-dedeb79bc8ad 2018-09-01 12:28:12,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:28:13,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:28:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d8c53ab1f984cd58087e65d126ce2b9", "name": "tenantnetwork2-project_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_2d8c53ab1f984cd58087e65d126ce2b9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_2d8c53ab1f984cd58087e65d126ce2b9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/2d8c53ab1f984cd58087e65d126ce2b9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "id": "b01a111961ec4032adc5aaa63b18b448"}, "audit_ids": ["-RoyH3A1QAaut1CCwDweqw"], "issued_at": "2018-09-01T12:28:13.000000Z"}} 2018-09-01 12:28:13,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:28:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" -d '{"network": {"name": "tenantnetwork2-net_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "admin_state_up": true}}' 2018-09-01 12:28:14,195 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-d17907c3-04bb-4c8f-a9d9-9494fc4347f2 Date: Sat, 01 Sep 2018 12:28:14 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2d8c53ab1f984cd58087e65d126ce2b9","created_at":"2018-09-01T12:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T12:28:14Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2d8c53ab1f984cd58087e65d126ce2b9","id":"b8b4aad5-95bd-4a8e-b649-43364599716e","name":"tenantnetwork2-net_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}} 2018-09-01 12:28:14,195 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d17907c3-04bb-4c8f-a9d9-9494fc4347f2 2018-09-01 12:28:14,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.913066148758s 2018-09-01 12:28:14,195 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d17907c3-04bb-4c8f-a9d9-9494fc4347f2 2018-09-01 12:28:14,196 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:28:14Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b8b4aad5-95bd-4a8e-b649-43364599716e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_b758b93c-a3fb-4687-bd52-cea3df4cb1a5', u'admin_state_up': True, u'tenant_id': u'2d8c53ab1f984cd58087e65d126ce2b9', u'created_at': u'2018-09-01T12:28:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2d8c53ab1f984cd58087e65d126ce2b9'}) 2018-09-01 12:28:14,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:28:14,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" 2018-09-01 12:28:15,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-38768f16-8844-4152-bd8b-48e9f0b95263 Date: Sat, 01 Sep 2018 12:28:15 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-09-01T12:28:14Z","tenant_id":"2d8c53ab1f984cd58087e65d126ce2b9","created_at":"2018-09-01T12:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2d8c53ab1f984cd58087e65d126ce2b9","id":"b8b4aad5-95bd-4a8e-b649-43364599716e","name":"tenantnetwork2-net_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:28:15,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-38768f16-8844-4152-bd8b-48e9f0b95263 2018-09-01 12:28:15,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11278104782s 2018-09-01 12:28:15,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-38768f16-8844-4152-bd8b-48e9f0b95263 2018-09-01 12:28:15,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:28:15,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" -d '{"subnet": {"name": "tenantnetwork2-subnet_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "enable_dhcp": true, "network_id": "b8b4aad5-95bd-4a8e-b649-43364599716e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:28:17,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a3553422-c0e3-4e6a-b926-9a6fe0a1e497 Date: Sat, 01 Sep 2018 12:28:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b4aad5-95bd-4a8e-b649-43364599716e","tenant_id":"2d8c53ab1f984cd58087e65d126ce2b9","created_at":"2018-09-01T12:28:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:28:16Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"2d8c53ab1f984cd58087e65d126ce2b9","id":"c1025245-a249-4e94-9610-c389b49b4a39","subnetpool_id":null,"name":"tenantnetwork2-subnet_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}} 2018-09-01 12:28:17,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a3553422-c0e3-4e6a-b926-9a6fe0a1e497 2018-09-01 12:28:17,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.89556694031s 2018-09-01 12:28:17,207 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-a3553422-c0e3-4e6a-b926-9a6fe0a1e497 2018-09-01 12:28:17,208 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:28:16Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'c1025245-a249-4e94-9610-c389b49b4a39', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_b758b93c-a3fb-4687-bd52-cea3df4cb1a5', u'enable_dhcp': True, u'network_id': u'b8b4aad5-95bd-4a8e-b649-43364599716e', u'tenant_id': u'2d8c53ab1f984cd58087e65d126ce2b9', u'created_at': u'2018-09-01T12:28:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2d8c53ab1f984cd58087e65d126ce2b9'}) 2018-09-01 12:28:17,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:28:17,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "tenantnetwork2-router_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "admin_state_up": true}}' 2018-09-01 12:28:19,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-b0df593d-fc30-4462-a631-da82e65cf291 Date: Sat, 01 Sep 2018 12:28:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "created_at": "2018-09-01T12:28:17Z", "admin_state_up": true, "updated_at": "2018-09-01T12:28:18Z", "revision_number": 2, "routes": [], "project_id": "2d8c53ab1f984cd58087e65d126ce2b9", "id": "fb906ded-afc9-4237-8f3c-7bf17be3a080", "name": "tenantnetwork2-router_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}} 2018-09-01 12:28:19,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b0df593d-fc30-4462-a631-da82e65cf291 2018-09-01 12:28:19,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.83323407173s 2018-09-01 12:28:19,042 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-b0df593d-fc30-4462-a631-da82e65cf291 2018-09-01 12:28:19,042 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2d8c53ab1f984cd58087e65d126ce2b9', u'created_at': u'2018-09-01T12:28:17Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T12:28:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'2d8c53ab1f984cd58087e65d126ce2b9', u'id': u'fb906ded-afc9-4237-8f3c-7bf17be3a080', u'name': u'tenantnetwork2-router_b758b93c-a3fb-4687-bd52-cea3df4cb1a5'}) 2018-09-01 12:28:19,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:28:19,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" -d '{"subnet_id": "c1025245-a249-4e94-9610-c389b49b4a39"}' 2018-09-01 12:28:21,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2565410f-39bb-4fa3-b25c-d419ca7b8e41 Date: Sat, 01 Sep 2018 12:28:21 GMT RESP BODY: {"network_id": "b8b4aad5-95bd-4a8e-b649-43364599716e", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "subnet_id": "c1025245-a249-4e94-9610-c389b49b4a39", "subnet_ids": ["c1025245-a249-4e94-9610-c389b49b4a39"], "port_id": "8ff2be64-36d9-4f5b-be96-99a4769f6fc4", "id": "fb906ded-afc9-4237-8f3c-7bf17be3a080"} 2018-09-01 12:28:21,577 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080/add_router_interface.json used request id req-2565410f-39bb-4fa3-b25c-d419ca7b8e41 2018-09-01 12:28:21,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.53450393677s 2018-09-01 12:28:21,578 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080/add_router_interface.json used request id req-2565410f-39bb-4fa3-b25c-d419ca7b8e41 returning object fb906ded-afc9-4237-8f3c-7bf17be3a080 2018-09-01 12:28:21,693 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:28:21,693 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 12:28:21,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:28:21,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" -d '{"subnet_id": "c1025245-a249-4e94-9610-c389b49b4a39"}' 2018-09-01 12:28:24,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-81886e80-bf7a-44cc-9b87-d7003390a4cb Date: Sat, 01 Sep 2018 12:28:24 GMT RESP BODY: {"network_id": "b8b4aad5-95bd-4a8e-b649-43364599716e", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "subnet_id": "c1025245-a249-4e94-9610-c389b49b4a39", "subnet_ids": ["c1025245-a249-4e94-9610-c389b49b4a39"], "port_id": "8ff2be64-36d9-4f5b-be96-99a4769f6fc4", "id": "fb906ded-afc9-4237-8f3c-7bf17be3a080"} 2018-09-01 12:28:24,570 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080/remove_router_interface.json used request id req-81886e80-bf7a-44cc-9b87-d7003390a4cb 2018-09-01 12:28:24,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.87155985832s 2018-09-01 12:28:24,570 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080/remove_router_interface.json used request id req-81886e80-bf7a-44cc-9b87-d7003390a4cb returning object fb906ded-afc9-4237-8f3c-7bf17be3a080 2018-09-01 12:28:24,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:28:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" 2018-09-01 12:28:24,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8caa0db7-7fb6-4496-ab6f-455e7660353a Date: Sat, 01 Sep 2018 12:28:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "created_at": "2018-09-01T12:28:17Z", "admin_state_up": true, "updated_at": "2018-09-01T12:28:23Z", "revision_number": 4, "routes": [], "project_id": "2d8c53ab1f984cd58087e65d126ce2b9", "id": "fb906ded-afc9-4237-8f3c-7bf17be3a080", "name": "tenantnetwork2-router_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}]} 2018-09-01 12:28:24,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8caa0db7-7fb6-4496-ab6f-455e7660353a 2018-09-01 12:28:24,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116671800613s 2018-09-01 12:28:24,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8caa0db7-7fb6-4496-ab6f-455e7660353a 2018-09-01 12:28:24,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:28:24,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" 2018-09-01 12:28:26,550 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6eddbf5-dec0-4a2e-954e-a71bb2467407 Content-Length: 0 Date: Sat, 01 Sep 2018 12:28:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:26,550 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080.json used request id req-b6eddbf5-dec0-4a2e-954e-a71bb2467407 2018-09-01 12:28:26,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.8611779213s 2018-09-01 12:28:26,551 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/fb906ded-afc9-4237-8f3c-7bf17be3a080.json used request id req-b6eddbf5-dec0-4a2e-954e-a71bb2467407 2018-09-01 12:28:26,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:28:26,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" 2018-09-01 12:28:27,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f73ec4c7-0257-4d98-8230-1db8a7972aef Date: Sat, 01 Sep 2018 12:28:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8b4aad5-95bd-4a8e-b649-43364599716e","tenant_id":"2d8c53ab1f984cd58087e65d126ce2b9","created_at":"2018-09-01T12:28:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:28:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"2d8c53ab1f984cd58087e65d126ce2b9","id":"c1025245-a249-4e94-9610-c389b49b4a39","subnetpool_id":null,"name":"tenantnetwork2-subnet_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}]} 2018-09-01 12:28:27,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f73ec4c7-0257-4d98-8230-1db8a7972aef 2018-09-01 12:28:27,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.23535394669s 2018-09-01 12:28:27,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f73ec4c7-0257-4d98-8230-1db8a7972aef 2018-09-01 12:28:27,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:28:27,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/c1025245-a249-4e94-9610-c389b49b4a39.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" 2018-09-01 12:28:30,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dbbbc3d1-b799-4a10-807b-beb14139537a Date: Sat, 01 Sep 2018 12:28:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:30,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c1025245-a249-4e94-9610-c389b49b4a39.json used request id req-dbbbc3d1-b799-4a10-807b-beb14139537a 2018-09-01 12:28:30,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.6694521904s 2018-09-01 12:28:30,458 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/c1025245-a249-4e94-9610-c389b49b4a39.json used request id req-dbbbc3d1-b799-4a10-807b-beb14139537a 2018-09-01 12:28:30,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:28:30,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" 2018-09-01 12:28:31,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-a9cb424a-9f36-4e55-8303-ca824f9ff25c Date: Sat, 01 Sep 2018 12:28:31 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-09-01T12:28:30Z","tenant_id":"2d8c53ab1f984cd58087e65d126ce2b9","created_at":"2018-09-01T12:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2d8c53ab1f984cd58087e65d126ce2b9","id":"b8b4aad5-95bd-4a8e-b649-43364599716e","name":"tenantnetwork2-net_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:28:31,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a9cb424a-9f36-4e55-8303-ca824f9ff25c 2018-09-01 12:28:31,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12451601028s 2018-09-01 12:28:31,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a9cb424a-9f36-4e55-8303-ca824f9ff25c 2018-09-01 12:28:31,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:28:31,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/b8b4aad5-95bd-4a8e-b649-43364599716e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b73928d9c359aa4f3b117021924c6582bd2867b8" 2018-09-01 12:28:32,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b47bb8ec-5ef1-4a54-b14f-a5dae3224f78 Date: Sat, 01 Sep 2018 12:28:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:32,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b8b4aad5-95bd-4a8e-b649-43364599716e.json used request id req-b47bb8ec-5ef1-4a54-b14f-a5dae3224f78 2018-09-01 12:28:32,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.835711956024s 2018-09-01 12:28:32,421 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/b8b4aad5-95bd-4a8e-b649-43364599716e.json used request id req-b47bb8ec-5ef1-4a54-b14f-a5dae3224f78 2018-09-01 12:28:32,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:28:32,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:32,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8688200a-81fc-439e-a68f-a35ae1eaf166 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "links": {"self": "http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b01a111961ec4032adc5aaa63b18b448", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:28:32,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8688200a-81fc-439e-a68f-a35ae1eaf166 2018-09-01 12:28:32,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.240686893463s 2018-09-01 12:28:32,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-8688200a-81fc-439e-a68f-a35ae1eaf166 2018-09-01 12:28:32,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:28:32,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:32,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab88ca40-56f9-48ac-bc33-dd734ba2c6fe Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b758b93c-a3fb-4687-bd52-cea3df4cb1a5", "links": {"self": "http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b01a111961ec4032adc5aaa63b18b448", "description": null}} 2018-09-01 12:28:32,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448 used request id req-ab88ca40-56f9-48ac-bc33-dd734ba2c6fe 2018-09-01 12:28:32,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.291028022766s 2018-09-01 12:28:32,960 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448 used request id req-ab88ca40-56f9-48ac-bc33-dd734ba2c6fe 2018-09-01 12:28:32,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 12:28:32,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:33,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:28:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db0dd93b-aea5-4628-9e6f-2db0aa79de5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:28:33,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448 used request id req-db0dd93b-aea5-4628-9e6f-2db0aa79de5d 2018-09-01 12:28:33,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.362624168396s 2018-09-01 12:28:33,324 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/b01a111961ec4032adc5aaa63b18b448 used request id req-db0dd93b-aea5-4628-9e6f-2db0aa79de5d 2018-09-01 12:28:33,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:28:33,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:33,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40ce5633-098d-4bc1-8b33-7807dfdc2875 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9"}, "tags": [], "enabled": true, "id": "2d8c53ab1f984cd58087e65d126ce2b9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b758b93c-a3fb-4687-bd52-cea3df4cb1a5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 12:28:33,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-40ce5633-098d-4bc1-8b33-7807dfdc2875 2018-09-01 12:28:33,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202270030975s 2018-09-01 12:28:33,532 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-40ce5633-098d-4bc1-8b33-7807dfdc2875 2018-09-01 12:28:33,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 12:28:33,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e5082ab8019d05923a1290744323fc66662acea" 2018-09-01 12:28:33,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:28:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-420fc68d-d43a-4494-b3f5-7a23d3081fb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:28:33,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9 used request id req-420fc68d-d43a-4494-b3f5-7a23d3081fb0 2018-09-01 12:28:33,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.308367013931s 2018-09-01 12:28:33,845 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/2d8c53ab1f984cd58087e65d126ce2b9 used request id req-420fc68d-d43a-4494-b3f5-7a23d3081fb0 2018-09-01 12:28:33,898 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:28:33,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:28:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:28:33,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:28:33,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe34cc3-0b75-40f6-a6f7-8b90d789bf3a 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:28:33,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-abe34cc3-0b75-40f6-a6f7-8b90d789bf3a 2018-09-01 12:28:33,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:28:34,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:28:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["eGK3I0vAS2WiWpJV1DZMdw"], "issued_at": "2018-09-01T12:28:34.000000Z"}} 2018-09-01 12:28:34,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:28:34,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:34,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-edde5284-ac9d-4637-b3a3-fca7e2eb3f71 Date: Sat, 01 Sep 2018 12:28:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:28:34,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-edde5284-ac9d-4637-b3a3-fca7e2eb3f71 2018-09-01 12:28:34,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354450941086s 2018-09-01 12:28:34,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-edde5284-ac9d-4637-b3a3-fca7e2eb3f71 2018-09-01 12:28:34,815 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-01 12:28:34,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:28:34,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"network": {"name": "vmready1-net_94855f3f-8aa4-4d86-80f1-277e489debd9", "admin_state_up": true}}' 2018-09-01 12:28:36,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-bad85e76-bbcf-46a2-bae7-ac7674ee39e3 Date: Sat, 01 Sep 2018 12:28:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"43096373-2a4e-4e73-89f6-31467567768b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:28:36Z","is_default":false,"provider:segmentation_id":19,"name":"vmready1-net_94855f3f-8aa4-4d86-80f1-277e489debd9","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:28:35Z","mtu":1450}} 2018-09-01 12:28:36,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bad85e76-bbcf-46a2-bae7-ac7674ee39e3 2018-09-01 12:28:36,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.36663508415s 2018-09-01 12:28:36,183 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bad85e76-bbcf-46a2-bae7-ac7674ee39e3 2018-09-01 12:28:36,183 - 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-09-01T12:28:36Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'43096373-2a4e-4e73-89f6-31467567768b', u'provider:segmentation_id': 19, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_94855f3f-8aa4-4d86-80f1-277e489debd9', u'admin_state_up': True, u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:28:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04'}) 2018-09-01 12:28:36,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:28:36,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:36,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-3a440e8b-db8e-47f0-800d-23fbc3e503d8 Date: Sat, 01 Sep 2018 12:28:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"43096373-2a4e-4e73-89f6-31467567768b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:28:36Z","provider:segmentation_id":19,"name":"vmready1-net_94855f3f-8aa4-4d86-80f1-277e489debd9","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:28:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:28:36,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3a440e8b-db8e-47f0-800d-23fbc3e503d8 2018-09-01 12:28:36,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371244907379s 2018-09-01 12:28:36,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3a440e8b-db8e-47f0-800d-23fbc3e503d8 2018-09-01 12:28:36,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:28:36,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"subnet": {"name": "vmready1-subnet_94855f3f-8aa4-4d86-80f1-277e489debd9", "enable_dhcp": true, "network_id": "43096373-2a4e-4e73-89f6-31467567768b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:28:37,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4aa93a75-b627-405e-95e8-e82ff10379c3 Date: Sat, 01 Sep 2018 12:28:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43096373-2a4e-4e73-89f6-31467567768b","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:28:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:28:36Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dfc461ef79e94bbc95d56eabe475cd04","id":"70a48437-fba3-474d-a036-33d6039ed5bd","subnetpool_id":null,"name":"vmready1-subnet_94855f3f-8aa4-4d86-80f1-277e489debd9"}} 2018-09-01 12:28:37,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-4aa93a75-b627-405e-95e8-e82ff10379c3 2018-09-01 12:28:37,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.756634950638s 2018-09-01 12:28:37,314 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-4aa93a75-b627-405e-95e8-e82ff10379c3 2018-09-01 12:28:37,315 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:28:36Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'70a48437-fba3-474d-a036-33d6039ed5bd', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_94855f3f-8aa4-4d86-80f1-277e489debd9', u'enable_dhcp': True, u'network_id': u'43096373-2a4e-4e73-89f6-31467567768b', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:28:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04'}) 2018-09-01 12:28:37,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:28:37,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "vmready1-router_94855f3f-8aa4-4d86-80f1-277e489debd9", "admin_state_up": true}}' 2018-09-01 12:28:38,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-5dc5c9b6-1c0b-4070-9280-06055c501411 Date: Sat, 01 Sep 2018 12:28:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:28:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T12:28:38Z", "revision_number": 2, "routes": [], "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "544b0cc6-8a6b-4943-8363-7c2ab227ac37", "name": "vmready1-router_94855f3f-8aa4-4d86-80f1-277e489debd9"}} 2018-09-01 12:28:38,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-5dc5c9b6-1c0b-4070-9280-06055c501411 2018-09-01 12:28:38,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.25229811668s 2018-09-01 12:28:38,568 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-5dc5c9b6-1c0b-4070-9280-06055c501411 2018-09-01 12:28:38,569 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:28:37Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T12:28:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'id': u'544b0cc6-8a6b-4943-8363-7c2ab227ac37', u'name': u'vmready1-router_94855f3f-8aa4-4d86-80f1-277e489debd9'}) 2018-09-01 12:28:38,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:28:38,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"subnet_id": "70a48437-fba3-474d-a036-33d6039ed5bd"}' 2018-09-01 12:28:40,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2005bf0d-b048-438c-b033-6539efe86cae Date: Sat, 01 Sep 2018 12:28:40 GMT RESP BODY: {"network_id": "43096373-2a4e-4e73-89f6-31467567768b", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "subnet_id": "70a48437-fba3-474d-a036-33d6039ed5bd", "subnet_ids": ["70a48437-fba3-474d-a036-33d6039ed5bd"], "port_id": "4ede0e72-6077-4f3c-9787-960039cbc234", "id": "544b0cc6-8a6b-4943-8363-7c2ab227ac37"} 2018-09-01 12:28:40,415 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37/add_router_interface.json used request id req-2005bf0d-b048-438c-b033-6539efe86cae 2018-09-01 12:28:40,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.84563493729s 2018-09-01 12:28:40,415 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37/add_router_interface.json used request id req-2005bf0d-b048-438c-b033-6539efe86cae returning object 544b0cc6-8a6b-4943-8363-7c2ab227ac37 2018-09-01 12:28:40,416 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 12:28:40,548 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 12:28:40,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:28:40,555 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 12:28:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-09-01 12:28:40,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:28:40,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:41,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-24bd62cc-5090-4bb9-806c-8e23b8490211 Date: Sat, 01 Sep 2018 12:28:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:28:41,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-24bd62cc-5090-4bb9-806c-8e23b8490211 2018-09-01 12:28:41,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.806236028671s 2018-09-01 12:28:41,363 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-24bd62cc-5090-4bb9-806c-8e23b8490211 2018-09-01 12:28:41,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 12:28:41,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9"}' 2018-09-01 12:28:42,239 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1077a501-8271-4f96-9405-caf5378ef243 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8c12e28d-2569-413a-8cfe-51d7d99faa31 Date: Sat, 01 Sep 2018 12:28:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:28:42Z", "file": "/v2/images/1077a501-8271-4f96-9405-caf5378ef243/file", "owner": "dfc461ef79e94bbc95d56eabe475cd04", "id": "1077a501-8271-4f96-9405-caf5378ef243", "size": null, "self": "/v2/images/1077a501-8271-4f96-9405-caf5378ef243", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9", "checksum": null, "created_at": "2018-09-01T12:28:42Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 12:28:42,239 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8c12e28d-2569-413a-8cfe-51d7d99faa31 2018-09-01 12:28:42,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.867910861969s 2018-09-01 12:28:42,240 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-8c12e28d-2569-413a-8cfe-51d7d99faa31 returning object 1077a501-8271-4f96-9405-caf5378ef243 2018-09-01 12:28:42,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 12:28:42,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/1077a501-8271-4f96-9405-caf5378ef243/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '' 2018-09-01 12:28:46,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b84ee314-51c1-4313-ba9a-a67a9a3bbbe4 Date: Sat, 01 Sep 2018 12:28:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:28:46,304 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1077a501-8271-4f96-9405-caf5378ef243/file used request id req-b84ee314-51c1-4313-ba9a-a67a9a3bbbe4 2018-09-01 12:28:46,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.06402301788s 2018-09-01 12:28:46,305 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1077a501-8271-4f96-9405-caf5378ef243/file used request id req-b84ee314-51c1-4313-ba9a-a67a9a3bbbe4 2018-09-01 12:28:46,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:28:46,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:47,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-670aebf3-8227-44ec-91d3-485f7248478f Date: Sat, 01 Sep 2018 12:28:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:28:46Z", "file": "/v2/images/1077a501-8271-4f96-9405-caf5378ef243/file", "owner": "dfc461ef79e94bbc95d56eabe475cd04", "id": "1077a501-8271-4f96-9405-caf5378ef243", "size": 12716032, "self": "/v2/images/1077a501-8271-4f96-9405-caf5378ef243", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1077a501-8271-4f96-9405-caf5378ef243/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1077a501-8271-4f96-9405-caf5378ef243/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:28:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:28:47,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-670aebf3-8227-44ec-91d3-485f7248478f 2018-09-01 12:28:47,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.835788011551s 2018-09-01 12:28:47,145 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-670aebf3-8227-44ec-91d3-485f7248478f 2018-09-01 12:28:47,147 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1077a501-8271-4f96-9405-caf5378ef243/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1077a501-8271-4f96-9405-caf5378ef243/file', 'owner': u'dfc461ef79e94bbc95d56eabe475cd04', 'id': u'1077a501-8271-4f96-9405-caf5378ef243', 'size': 12716032, u'self': u'/v2/images/1077a501-8271-4f96-9405-caf5378ef243', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfc461ef79e94bbc95d56eabe475cd04', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1077a501-8271-4f96-9405-caf5378ef243/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T12:28:46Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T12:28:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1077a501-8271-4f96-9405-caf5378ef243', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9', 'created': u'2018-09-01T12:28:42Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T12:28:42Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1077a501-8271-4f96-9405-caf5378ef243', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 12:28:47,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 12:28:47,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_94855f3f-8aa4-4d86-80f1-277e489debd9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 12:28:47,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28: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-41c41949-f9e4-43e8-907a-e8d61d1788a7 x-compute-request-id: req-41c41949-f9e4-43e8-907a-e8d61d1788a7 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_94855f3f-8aa4-4d86-80f1-277e489debd9", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5", "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": "3947fb61-d5a1-4f9c-a354-c045213eedb5"}} 2018-09-01 12:28:47,588 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-41c41949-f9e4-43e8-907a-e8d61d1788a7 2018-09-01 12:28:47,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.439629793167s 2018-09-01 12:28:47,588 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-41c41949-f9e4-43e8-907a-e8d61d1788a7 2018-09-01 12:28:47,589 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_94855f3f-8aa4-4d86-80f1-277e489debd9', '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'dfc461ef79e94bbc95d56eabe475cd04', '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'3947fb61-d5a1-4f9c-a354-c045213eedb5', 'swap': 0}) 2018-09-01 12:28:47,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 12:28:47,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"extra_specs": {}}' 2018-09-01 12:28:47,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:28: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-128167a0-ee3f-4d68-8e02-0a8ecb7748b3 x-compute-request-id: req-128167a0-ee3f-4d68-8e02-0a8ecb7748b3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 12:28:47,722 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5/os-extra_specs used request id req-128167a0-ee3f-4d68-8e02-0a8ecb7748b3 2018-09-01 12:28:47,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.13218998909s 2018-09-01 12:28:47,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5/os-extra_specs used request id req-128167a0-ee3f-4d68-8e02-0a8ecb7748b3 2018-09-01 12:28:47,834 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:28:47,835 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 12:28:47,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:28:47,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" -d '{"subnet_id": "70a48437-fba3-474d-a036-33d6039ed5bd"}' 2018-09-01 12:28:50,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-11e9a314-e46f-4a26-9f61-359af1a13199 Date: Sat, 01 Sep 2018 12:28:50 GMT RESP BODY: {"network_id": "43096373-2a4e-4e73-89f6-31467567768b", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "subnet_id": "70a48437-fba3-474d-a036-33d6039ed5bd", "subnet_ids": ["70a48437-fba3-474d-a036-33d6039ed5bd"], "port_id": "4ede0e72-6077-4f3c-9787-960039cbc234", "id": "544b0cc6-8a6b-4943-8363-7c2ab227ac37"} 2018-09-01 12:28:50,699 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37/remove_router_interface.json used request id req-11e9a314-e46f-4a26-9f61-359af1a13199 2018-09-01 12:28:50,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.85895180702s 2018-09-01 12:28:50,699 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37/remove_router_interface.json used request id req-11e9a314-e46f-4a26-9f61-359af1a13199 returning object 544b0cc6-8a6b-4943-8363-7c2ab227ac37 2018-09-01 12:28:50,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:28:50,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:51,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-9cbd8da0-b5df-4593-a7c3-b06213fe3be9 Date: Sat, 01 Sep 2018 12:28:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:28:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T12:28:49Z", "revision_number": 4, "routes": [], "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "544b0cc6-8a6b-4943-8363-7c2ab227ac37", "name": "vmready1-router_94855f3f-8aa4-4d86-80f1-277e489debd9"}]} 2018-09-01 12:28:51,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9cbd8da0-b5df-4593-a7c3-b06213fe3be9 2018-09-01 12:28:51,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.427011966705s 2018-09-01 12:28:51,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9cbd8da0-b5df-4593-a7c3-b06213fe3be9 2018-09-01 12:28:51,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:28:51,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:53,059 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-716055a0-03cd-4bd7-b864-6b773a5efc89 Content-Length: 0 Date: Sat, 01 Sep 2018 12:28:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:53,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37.json used request id req-716055a0-03cd-4bd7-b864-6b773a5efc89 2018-09-01 12:28:53,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.93013691902s 2018-09-01 12:28:53,059 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/544b0cc6-8a6b-4943-8363-7c2ab227ac37.json used request id req-716055a0-03cd-4bd7-b864-6b773a5efc89 2018-09-01 12:28:53,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:28:53,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:54,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-b69974d1-bb1f-4d62-9811-b7bbb0630107 Date: Sat, 01 Sep 2018 12:28:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43096373-2a4e-4e73-89f6-31467567768b","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:28:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:28:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfc461ef79e94bbc95d56eabe475cd04","id":"70a48437-fba3-474d-a036-33d6039ed5bd","subnetpool_id":null,"name":"vmready1-subnet_94855f3f-8aa4-4d86-80f1-277e489debd9"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c2541a6c-ee2f-4745-866e-f11cc584589f","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:33Z","dns_nameservers":[],"updated_at":"2018-09-01T12:24:33Z","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":"6280e4ef836043b69152454fba2c6ab6","id":"b6c26688-6bc5-4c93-b9ef-227d61e48b03","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 12:28:54,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-b69974d1-bb1f-4d62-9811-b7bbb0630107 2018-09-01 12:28:54,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.12214589119s 2018-09-01 12:28:54,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-b69974d1-bb1f-4d62-9811-b7bbb0630107 2018-09-01 12:28:54,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:28:54,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/70a48437-fba3-474d-a036-33d6039ed5bd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:57,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d3b6179-3265-474b-879b-1ed06f848fb3 Date: Sat, 01 Sep 2018 12:28:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:57,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/70a48437-fba3-474d-a036-33d6039ed5bd.json used request id req-7d3b6179-3265-474b-879b-1ed06f848fb3 2018-09-01 12:28:57,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.22646784782s 2018-09-01 12:28:57,410 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/70a48437-fba3-474d-a036-33d6039ed5bd.json used request id req-7d3b6179-3265-474b-879b-1ed06f848fb3 2018-09-01 12:28:57,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:28:57,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:57,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-52237a77-b487-4b81-936c-f242f7024d6d Date: Sat, 01 Sep 2018 12:28:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"43096373-2a4e-4e73-89f6-31467567768b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:28:57Z","provider:segmentation_id":19,"name":"vmready1-net_94855f3f-8aa4-4d86-80f1-277e489debd9","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:28:35Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:28:57,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-52237a77-b487-4b81-936c-f242f7024d6d 2018-09-01 12:28:57,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.414649009705s 2018-09-01 12:28:57,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-52237a77-b487-4b81-936c-f242f7024d6d 2018-09-01 12:28:57,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:28:57,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/43096373-2a4e-4e73-89f6-31467567768b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:28:59,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-77a28e0d-a6a7-45e1-83bf-15a5c7ea43e6 Date: Sat, 01 Sep 2018 12:28:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:28:59,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/43096373-2a4e-4e73-89f6-31467567768b.json used request id req-77a28e0d-a6a7-45e1-83bf-15a5c7ea43e6 2018-09-01 12:28:59,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44345378876s 2018-09-01 12:28:59,271 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/43096373-2a4e-4e73-89f6-31467567768b.json used request id req-77a28e0d-a6a7-45e1-83bf-15a5c7ea43e6 2018-09-01 12:28:59,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:28:59,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:29:00,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-d7ace9a1-250f-4b57-968d-db349e126e2a Date: Sat, 01 Sep 2018 12:29:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:28:46Z", "file": "/v2/images/1077a501-8271-4f96-9405-caf5378ef243/file", "owner": "dfc461ef79e94bbc95d56eabe475cd04", "id": "1077a501-8271-4f96-9405-caf5378ef243", "size": 12716032, "self": "/v2/images/1077a501-8271-4f96-9405-caf5378ef243", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1077a501-8271-4f96-9405-caf5378ef243/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1077a501-8271-4f96-9405-caf5378ef243/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_94855f3f-8aa4-4d86-80f1-277e489debd9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:28:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:29:00,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d7ace9a1-250f-4b57-968d-db349e126e2a 2018-09-01 12:29:00,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.793909072876s 2018-09-01 12:29:00,070 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d7ace9a1-250f-4b57-968d-db349e126e2a 2018-09-01 12:29:00,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 12:29:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/1077a501-8271-4f96-9405-caf5378ef243 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:29:02,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb1ea90a-a3ed-4718-a4e4-05dcf9c8b5bb Date: Sat, 01 Sep 2018 12:29:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:29:02,141 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1077a501-8271-4f96-9405-caf5378ef243 used request id req-fb1ea90a-a3ed-4718-a4e4-05dcf9c8b5bb 2018-09-01 12:29:02,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.06984615326s 2018-09-01 12:29:02,141 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1077a501-8271-4f96-9405-caf5378ef243 used request id req-fb1ea90a-a3ed-4718-a4e4-05dcf9c8b5bb 2018-09-01 12:29:02,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:29:02,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:29:02,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-3374338a-d29c-4f1e-a8d4-e0309b2b361a x-compute-request-id: req-3374338a-d29c-4f1e-a8d4-e0309b2b361a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_94855f3f-8aa4-4d86-80f1-277e489debd9", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5", "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": "3947fb61-d5a1-4f9c-a354-c045213eedb5"}]} 2018-09-01 12:29:02,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-3374338a-d29c-4f1e-a8d4-e0309b2b361a 2018-09-01 12:29:02,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.136878013611s 2018-09-01 12:29:02,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-3374338a-d29c-4f1e-a8d4-e0309b2b361a 2018-09-01 12:29:02,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 12:29:02,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d31d75e658f592b56b4c1571f869dbe72da0c294" 2018-09-01 12:29:02,327 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:29:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b473ac5a-c001-4f23-ba21-765652ce4313 x-compute-request-id: req-b473ac5a-c001-4f23-ba21-765652ce4313 Content-Length: 0 Content-Type: application/json 2018-09-01 12:29:02,327 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5 used request id req-b473ac5a-c001-4f23-ba21-765652ce4313 2018-09-01 12:29:02,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0458929538727s 2018-09-01 12:29:02,327 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3947fb61-d5a1-4f9c-a354-c045213eedb5 used request id req-b473ac5a-c001-4f23-ba21-765652ce4313 2018-09-01 12:29:02,382 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:29:02,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:29:02,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:29:02,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:29:02,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c2562bb-bbf5-464b-8c12-86b90a3ceca9 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:29:02,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5c2562bb-bbf5-464b-8c12-86b90a3ceca9 2018-09-01 12:29:02,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:29:02,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["j4dlaUjiRy-39XjdCbDDNw"], "issued_at": "2018-09-01T12:29:02.000000Z"}} 2018-09-01 12:29:02,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:29:02,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:03,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e6b5de94-50fc-40f0-a748-445d6742330a Date: Sat, 01 Sep 2018 12:29:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:29:03,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e6b5de94-50fc-40f0-a748-445d6742330a 2018-09-01 12:29:03,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.382112026215s 2018-09-01 12:29:03,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e6b5de94-50fc-40f0-a748-445d6742330a 2018-09-01 12:29:03,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:29:03,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98d0310b-4f98-4e8b-b058-53f717073f4e 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:29:03,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-98d0310b-4f98-4e8b-b058-53f717073f4e 2018-09-01 12:29:03,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:29:03,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:03,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c068e7a1-1c3c-4b72-b291-f35d71216c23 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43"}, "tags": [], "enabled": true, "id": "59570a9a89bf4471b19676bc072ecc43", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 12:29:03,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-c068e7a1-1c3c-4b72-b291-f35d71216c23 2018-09-01 12:29:03,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.217103004456s 2018-09-01 12:29:03,577 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-c068e7a1-1c3c-4b72-b291-f35d71216c23 2018-09-01 12:29:03,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 12:29:03,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_e96e8194-b593-40fd-8260-804357481a30"}}' 2018-09-01 12:29:03,856 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00697bd8-a6ac-4e27-9e03-b1b0ebb328a7 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.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e"}, "tags": [], "enabled": true, "id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_e96e8194-b593-40fd-8260-804357481a30"}} 2018-09-01 12:29:03,856 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-00697bd8-a6ac-4e27-9e03-b1b0ebb328a7 2018-09-01 12:29:03,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.272063970566s 2018-09-01 12:29:03,857 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-00697bd8-a6ac-4e27-9e03-b1b0ebb328a7 2018-09-01 12:29:03,857 - 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'7b7b97d9e53d4b2ab329d0bfab028e4e', '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_e96e8194-b593-40fd-8260-804357481a30'}) 2018-09-01 12:29:03,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 12:29:03,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "08d96f56-ac39-4092-9bce-c3e25873ce40", "email": null, "name": "vmready2-user_e96e8194-b593-40fd-8260-804357481a30"}}' 2018-09-01 12:29:04,657 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07a2b241-425b-4de4-9057-cf70bd173a91 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_e96e8194-b593-40fd-8260-804357481a30", "links": {"self": "http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a9b827c6e5e94adf996b9f2e10c2cd7c", "domain_id": "default", "password_expires_at": null}} 2018-09-01 12:29:04,657 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-07a2b241-425b-4de4-9057-cf70bd173a91 2018-09-01 12:29:04,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.794209957123s 2018-09-01 12:29:04,657 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-07a2b241-425b-4de4-9057-cf70bd173a91 2018-09-01 12:29:04,658 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a9b827c6e5e94adf996b9f2e10c2cd7c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_e96e8194-b593-40fd-8260-804357481a30'}) 2018-09-01 12:29:04,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:29:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:04,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb6ed681-ae93-4b75-a9be-5ec63e2fdb38 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:29:04,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb6ed681-ae93-4b75-a9be-5ec63e2fdb38 2018-09-01 12:29:04,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20033288002s 2018-09-01 12:29:04,861 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-eb6ed681-ae93-4b75-a9be-5ec63e2fdb38 2018-09-01 12:29:04,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:29:04,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:05,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3c92c5-ec9f-4e3b-be10-1b23a375f326 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:29:05,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fb3c92c5-ec9f-4e3b-be10-1b23a375f326 2018-09-01 12:29:05,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.268153190613s 2018-09-01 12:29:05,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-fb3c92c5-ec9f-4e3b-be10-1b23a375f326 2018-09-01 12:29:05,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:29:05,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:05,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1aa82c-b1ce-480b-b819-2e1cf8877224 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:29:05,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9d1aa82c-b1ce-480b-b819-2e1cf8877224 2018-09-01 12:29:05,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193714857101s 2018-09-01 12:29:05,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9d1aa82c-b1ce-480b-b819-2e1cf8877224 2018-09-01 12:29:05,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:29:05,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:05,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eee5b849-3cf5-4b5e-b60a-3bcc86c7f652 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 12:29:05,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-eee5b849-3cf5-4b5e-b60a-3bcc86c7f652 2018-09-01 12:29:05,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187175989151s 2018-09-01 12:29:05,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-eee5b849-3cf5-4b5e-b60a-3bcc86c7f652 2018-09-01 12:29:05,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:29:05,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:05,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b4817f-abcf-4cd2-b047-e8b6dbd537b2 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_e96e8194-b593-40fd-8260-804357481a30", "links": {"self": "http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a9b827c6e5e94adf996b9f2e10c2cd7c", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:29:05,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-59b4817f-abcf-4cd2-b047-e8b6dbd537b2 2018-09-01 12:29:05,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.22424697876s 2018-09-01 12:29:05,751 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-59b4817f-abcf-4cd2-b047-e8b6dbd537b2 2018-09-01 12:29:05,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:29:05,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:06,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0093dbdc-52bc-4bac-92ef-748ad00b161d Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e"}, "tags": [], "enabled": true, "id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_e96e8194-b593-40fd-8260-804357481a30"}]} 2018-09-01 12:29:06,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-0093dbdc-52bc-4bac-92ef-748ad00b161d 2018-09-01 12:29:06,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.265667915344s 2018-09-01 12:29:06,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-0093dbdc-52bc-4bac-92ef-748ad00b161d 2018-09-01 12:29:06,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 12:29:06,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=a9b827c6e5e94adf996b9f2e10c2cd7c&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=7b7b97d9e53d4b2ab329d0bfab028e4e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:06,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e66c8f8c-ebf2-491c-9806-2a9d5c451711 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=a9b827c6e5e94adf996b9f2e10c2cd7c&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=7b7b97d9e53d4b2ab329d0bfab028e4e", "previous": null, "next": null}} 2018-09-01 12:29:06,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=a9b827c6e5e94adf996b9f2e10c2cd7c&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=7b7b97d9e53d4b2ab329d0bfab028e4e used request id req-e66c8f8c-ebf2-491c-9806-2a9d5c451711 2018-09-01 12:29:06,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.186048984528s 2018-09-01 12:29:06,223 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=a9b827c6e5e94adf996b9f2e10c2cd7c&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=7b7b97d9e53d4b2ab329d0bfab028e4e used request id req-e66c8f8c-ebf2-491c-9806-2a9d5c451711 2018-09-01 12:29:06,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 12:29:06,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e/users/a9b827c6e5e94adf996b9f2e10c2cd7c/roles/ea17eab18c9e49f2aa6b51fa281968cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:06,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:29:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91385d9e-aa2c-4f6b-b456-dc9f7ad338e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:29:06,506 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e/users/a9b827c6e5e94adf996b9f2e10c2cd7c/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-91385d9e-aa2c-4f6b-b456-dc9f7ad338e5 2018-09-01 12:29:06,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.279892921448s 2018-09-01 12:29:06,506 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e/users/a9b827c6e5e94adf996b9f2e10c2cd7c/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-91385d9e-aa2c-4f6b-b456-dc9f7ad338e5 2018-09-01 12:29:06,507 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_e96e8194-b593-40fd-8260-804357481a30', 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'7b7b97d9e53d4b2ab329d0bfab028e4e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '08d96f56-ac39-4092-9bce-c3e25873ce40', 'username': u'vmready2-user_e96e8194-b593-40fd-8260-804357481a30', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 12:29:06,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:29:06,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:29:06,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:29:06,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:29:06,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:29:06,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:29:06,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:29:06,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:29:06,513 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_e96e8194-b593-40fd-8260-804357481a30', 'password': '08d96f56-ac39-4092-9bce-c3e25873ce40', 'project_name': 'vmready2-project_e96e8194-b593-40fd-8260-804357481a30', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '7b7b97d9e53d4b2ab329d0bfab028e4e', 'project_domain_name': 'Default'} 2018-09-01 12:29:06,513 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-01 12:29:06,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:29:06,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ee2360-3f31-4fec-a7f3-539db62af87a 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:29:06,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-04ee2360-3f31-4fec-a7f3-539db62af87a 2018-09-01 12:29:06,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:29:06,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:29:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "name": "vmready2-project_e96e8194-b593-40fd-8260-804357481a30"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/7b7b97d9e53d4b2ab329d0bfab028e4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_e96e8194-b593-40fd-8260-804357481a30", "id": "a9b827c6e5e94adf996b9f2e10c2cd7c"}, "audit_ids": ["xvBMF3pFTG6WGvrV7bC7fw"], "issued_at": "2018-09-01T12:29:06.000000Z"}} 2018-09-01 12:29:06,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:29:06,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" -d '{"network": {"name": "vmready2-net_e96e8194-b593-40fd-8260-804357481a30", "admin_state_up": true}}' 2018-09-01 12:29:07,697 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-bd0fc621-28e5-4398-818c-31008b438a54 Date: Sat, 01 Sep 2018 12:29:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","created_at":"2018-09-01T12:29:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T12:29:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","id":"6ef13629-5567-4855-b922-2d364a6f3605","name":"vmready2-net_e96e8194-b593-40fd-8260-804357481a30"}} 2018-09-01 12:29:07,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bd0fc621-28e5-4398-818c-31008b438a54 2018-09-01 12:29:07,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.780494213104s 2018-09-01 12:29:07,698 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bd0fc621-28e5-4398-818c-31008b438a54 2018-09-01 12:29:07,698 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:29:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6ef13629-5567-4855-b922-2d364a6f3605', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_e96e8194-b593-40fd-8260-804357481a30', u'admin_state_up': True, u'tenant_id': u'7b7b97d9e53d4b2ab329d0bfab028e4e', u'created_at': u'2018-09-01T12:29:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7b7b97d9e53d4b2ab329d0bfab028e4e'}) 2018-09-01 12:29:07,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:29:07,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:08,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-be8de679-cf1a-4f7f-812b-f0d3daf53407 Date: Sat, 01 Sep 2018 12:29:08 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-09-01T12:29:07Z","tenant_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","created_at":"2018-09-01T12:29:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","id":"6ef13629-5567-4855-b922-2d364a6f3605","name":"vmready2-net_e96e8194-b593-40fd-8260-804357481a30"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:29:08,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-be8de679-cf1a-4f7f-812b-f0d3daf53407 2018-09-01 12:29:08,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11884784698s 2018-09-01 12:29:08,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-be8de679-cf1a-4f7f-812b-f0d3daf53407 2018-09-01 12:29:08,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:29:08,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" -d '{"subnet": {"name": "vmready2-subnet_e96e8194-b593-40fd-8260-804357481a30", "enable_dhcp": true, "network_id": "6ef13629-5567-4855-b922-2d364a6f3605", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:29:09,776 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-267afcb4-f0be-4ca9-9235-ce60aa43739e Date: Sat, 01 Sep 2018 12:29:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ef13629-5567-4855-b922-2d364a6f3605","tenant_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","created_at":"2018-09-01T12:29:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:29:09Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","id":"b3c2fd49-cc05-487c-b816-fff6c100c6f6","subnetpool_id":null,"name":"vmready2-subnet_e96e8194-b593-40fd-8260-804357481a30"}} 2018-09-01 12:29:09,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-267afcb4-f0be-4ca9-9235-ce60aa43739e 2018-09-01 12:29:09,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.956936120987s 2018-09-01 12:29:09,777 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-267afcb4-f0be-4ca9-9235-ce60aa43739e 2018-09-01 12:29:09,778 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:29:09Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b3c2fd49-cc05-487c-b816-fff6c100c6f6', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_e96e8194-b593-40fd-8260-804357481a30', u'enable_dhcp': True, u'network_id': u'6ef13629-5567-4855-b922-2d364a6f3605', u'tenant_id': u'7b7b97d9e53d4b2ab329d0bfab028e4e', u'created_at': u'2018-09-01T12:29:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7b7b97d9e53d4b2ab329d0bfab028e4e'}) 2018-09-01 12:29:09,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:29:09,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "vmready2-router_e96e8194-b593-40fd-8260-804357481a30", "admin_state_up": true}}' 2018-09-01 12:29:11,316 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e965e532-db3c-404f-9101-4ae9abdce859 Date: Sat, 01 Sep 2018 12:29:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "created_at": "2018-09-01T12:29:10Z", "admin_state_up": true, "updated_at": "2018-09-01T12:29:11Z", "revision_number": 2, "routes": [], "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "3b31be8b-7d0c-4584-94c0-90f75b6aa099", "name": "vmready2-router_e96e8194-b593-40fd-8260-804357481a30"}} 2018-09-01 12:29:11,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-e965e532-db3c-404f-9101-4ae9abdce859 2018-09-01 12:29:11,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53778600693s 2018-09-01 12:29:11,316 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-e965e532-db3c-404f-9101-4ae9abdce859 2018-09-01 12:29:11,317 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7b7b97d9e53d4b2ab329d0bfab028e4e', u'created_at': u'2018-09-01T12:29:10Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T12:29:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'7b7b97d9e53d4b2ab329d0bfab028e4e', u'id': u'3b31be8b-7d0c-4584-94c0-90f75b6aa099', u'name': u'vmready2-router_e96e8194-b593-40fd-8260-804357481a30'}) 2018-09-01 12:29:11,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:29:11,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" -d '{"subnet_id": "b3c2fd49-cc05-487c-b816-fff6c100c6f6"}' 2018-09-01 12:29:13,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1c84390c-1b8a-4c82-a2a5-cd255a6886d3 Date: Sat, 01 Sep 2018 12:29:13 GMT RESP BODY: {"network_id": "6ef13629-5567-4855-b922-2d364a6f3605", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "subnet_id": "b3c2fd49-cc05-487c-b816-fff6c100c6f6", "subnet_ids": ["b3c2fd49-cc05-487c-b816-fff6c100c6f6"], "port_id": "653cef1b-8d00-4353-a6f0-1e7c1dfec778", "id": "3b31be8b-7d0c-4584-94c0-90f75b6aa099"} 2018-09-01 12:29:13,709 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099/add_router_interface.json used request id req-1c84390c-1b8a-4c82-a2a5-cd255a6886d3 2018-09-01 12:29:13,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.39204096794s 2018-09-01 12:29:13,710 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099/add_router_interface.json used request id req-1c84390c-1b8a-4c82-a2a5-cd255a6886d3 returning object 3b31be8b-7d0c-4584-94c0-90f75b6aa099 2018-09-01 12:29:13,710 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 12:29:13,842 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 12:29:13,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:29:13,848 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 12:29:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-09-01 12:29:13,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:29:13,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:14,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-83fde0e5-da34-4c15-954d-dedf3b1a0288 Date: Sat, 01 Sep 2018 12:29:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:29:14,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-83fde0e5-da34-4c15-954d-dedf3b1a0288 2018-09-01 12:29:14,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.788000106812s 2018-09-01 12:29:14,639 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-83fde0e5-da34-4c15-954d-dedf3b1a0288 2018-09-01 12:29:14,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 12:29:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_e96e8194-b593-40fd-8260-804357481a30", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_e96e8194-b593-40fd-8260-804357481a30"}' 2018-09-01 12:29:15,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0babca7e-f4eb-46e5-8f65-d85d532a47b5 Date: Sat, 01 Sep 2018 12:29:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:29:15Z", "file": "/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72/file", "owner": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "b624b163-7da2-48a9-a862-1ee9bf383b72", "size": null, "self": "/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_e96e8194-b593-40fd-8260-804357481a30", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_e96e8194-b593-40fd-8260-804357481a30", "checksum": null, "created_at": "2018-09-01T12:29:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 12:29:15,484 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0babca7e-f4eb-46e5-8f65-d85d532a47b5 2018-09-01 12:29:15,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.837471961975s 2018-09-01 12:29:15,485 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-0babca7e-f4eb-46e5-8f65-d85d532a47b5 returning object b624b163-7da2-48a9-a862-1ee9bf383b72 2018-09-01 12:29:15,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 12:29:15,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" -d '' 2018-09-01 12:29:16,765 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04a5db09-2ea6-41a0-a1bb-be201df9591d Date: Sat, 01 Sep 2018 12:29:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:29:16,765 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72/file used request id req-04a5db09-2ea6-41a0-a1bb-be201df9591d 2018-09-01 12:29:16,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.27977395058s 2018-09-01 12:29:16,765 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72/file used request id req-04a5db09-2ea6-41a0-a1bb-be201df9591d 2018-09-01 12:29:16,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:29:16,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:16,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-a9306cd2-81f7-40ab-9822-995d01320388 Date: Sat, 01 Sep 2018 12:29:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:29:16Z", "file": "/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72/file", "owner": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "b624b163-7da2-48a9-a862-1ee9bf383b72", "size": 12716032, "self": "/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/b624b163-7da2-48a9-a862-1ee9bf383b72/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/b624b163-7da2-48a9-a862-1ee9bf383b72/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_e96e8194-b593-40fd-8260-804357481a30", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_e96e8194-b593-40fd-8260-804357481a30", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:29:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:29:16,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a9306cd2-81f7-40ab-9822-995d01320388 2018-09-01 12:29:16,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0398199558258s 2018-09-01 12:29:16,809 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a9306cd2-81f7-40ab-9822-995d01320388 2018-09-01 12:29:16,811 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/b624b163-7da2-48a9-a862-1ee9bf383b72/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72/file', 'owner': u'7b7b97d9e53d4b2ab329d0bfab028e4e', 'id': u'b624b163-7da2-48a9-a862-1ee9bf383b72', 'size': 12716032, u'self': u'/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7b7b97d9e53d4b2ab329d0bfab028e4e', 'name': 'vmready2-project_e96e8194-b593-40fd-8260-804357481a30', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/b624b163-7da2-48a9-a862-1ee9bf383b72/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T12:29:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T12:29:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_e96e8194-b593-40fd-8260-804357481a30', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_e96e8194-b593-40fd-8260-804357481a30', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_e96e8194-b593-40fd-8260-804357481a30', 'created': u'2018-09-01T12:29:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T12:29:15Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_e96e8194-b593-40fd-8260-804357481a30', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 12:29:16,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 12:29:16,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_e96e8194-b593-40fd-8260-804357481a30", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 12:29:17,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-6fc275ff-d4c5-4718-bed2-933d93d13421 x-compute-request-id: req-6fc275ff-d4c5-4718-bed2-933d93d13421 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_e96e8194-b593-40fd-8260-804357481a30", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/83e243f1-270f-4ab4-80a3-2945d159be04", "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": "83e243f1-270f-4ab4-80a3-2945d159be04"}} 2018-09-01 12:29:17,648 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6fc275ff-d4c5-4718-bed2-933d93d13421 2018-09-01 12:29:17,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.836350917816s 2018-09-01 12:29:17,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-6fc275ff-d4c5-4718-bed2-933d93d13421 2018-09-01 12:29:17,649 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_e96e8194-b593-40fd-8260-804357481a30', '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'dfc461ef79e94bbc95d56eabe475cd04', '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'83e243f1-270f-4ab4-80a3-2945d159be04', 'swap': 0}) 2018-09-01 12:29:17,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 12:29:17,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" -d '{"extra_specs": {}}' 2018-09-01 12:29:17,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b22dbe86-921e-4495-ba4d-95422f4a30e9 x-compute-request-id: req-b22dbe86-921e-4495-ba4d-95422f4a30e9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 12:29:17,784 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04/os-extra_specs used request id req-b22dbe86-921e-4495-ba4d-95422f4a30e9 2018-09-01 12:29:17,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.133588075638s 2018-09-01 12:29:17,784 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04/os-extra_specs used request id req-b22dbe86-921e-4495-ba4d-95422f4a30e9 2018-09-01 12:29:17,898 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:29:17,898 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 12:29:17,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:29:17,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" -d '{"subnet_id": "b3c2fd49-cc05-487c-b816-fff6c100c6f6"}' 2018-09-01 12:29:19,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cd2c8e12-667d-4448-91d5-6a0fe2ee0769 Date: Sat, 01 Sep 2018 12:29:19 GMT RESP BODY: {"network_id": "6ef13629-5567-4855-b922-2d364a6f3605", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "subnet_id": "b3c2fd49-cc05-487c-b816-fff6c100c6f6", "subnet_ids": ["b3c2fd49-cc05-487c-b816-fff6c100c6f6"], "port_id": "653cef1b-8d00-4353-a6f0-1e7c1dfec778", "id": "3b31be8b-7d0c-4584-94c0-90f75b6aa099"} 2018-09-01 12:29:19,949 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099/remove_router_interface.json used request id req-cd2c8e12-667d-4448-91d5-6a0fe2ee0769 2018-09-01 12:29:19,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.04535913467s 2018-09-01 12:29:19,949 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099/remove_router_interface.json used request id req-cd2c8e12-667d-4448-91d5-6a0fe2ee0769 returning object 3b31be8b-7d0c-4584-94c0-90f75b6aa099 2018-09-01 12:29:19,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:29:19,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:20,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9400efb5-614e-4c36-9f00-f1994aba5eb7 Date: Sat, 01 Sep 2018 12:29:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "created_at": "2018-09-01T12:29:10Z", "admin_state_up": true, "updated_at": "2018-09-01T12:29:19Z", "revision_number": 4, "routes": [], "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "3b31be8b-7d0c-4584-94c0-90f75b6aa099", "name": "vmready2-router_e96e8194-b593-40fd-8260-804357481a30"}]} 2018-09-01 12:29:20,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9400efb5-614e-4c36-9f00-f1994aba5eb7 2018-09-01 12:29:20,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.143270969391s 2018-09-01 12:29:20,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9400efb5-614e-4c36-9f00-f1994aba5eb7 2018-09-01 12:29:20,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:29:20,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:21,666 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdf9f63c-e53e-4b3f-832f-521215c33724 Content-Length: 0 Date: Sat, 01 Sep 2018 12:29:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:29:21,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099.json used request id req-cdf9f63c-e53e-4b3f-832f-521215c33724 2018-09-01 12:29:21,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.57190012932s 2018-09-01 12:29:21,667 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/3b31be8b-7d0c-4584-94c0-90f75b6aa099.json used request id req-cdf9f63c-e53e-4b3f-832f-521215c33724 2018-09-01 12:29:21,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:29:21,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:21,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-76e9827b-1ff8-4ea3-b516-1d5654ac23d3 Date: Sat, 01 Sep 2018 12:29:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ef13629-5567-4855-b922-2d364a6f3605","tenant_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","created_at":"2018-09-01T12:29:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:29:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","id":"b3c2fd49-cc05-487c-b816-fff6c100c6f6","subnetpool_id":null,"name":"vmready2-subnet_e96e8194-b593-40fd-8260-804357481a30"}]} 2018-09-01 12:29:21,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-76e9827b-1ff8-4ea3-b516-1d5654ac23d3 2018-09-01 12:29:21,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0843269824982s 2018-09-01 12:29:21,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-76e9827b-1ff8-4ea3-b516-1d5654ac23d3 2018-09-01 12:29:21,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:29:21,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/b3c2fd49-cc05-487c-b816-fff6c100c6f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:24,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-675514b7-9dd6-4e88-82dd-c97dfca48b18 Date: Sat, 01 Sep 2018 12:29:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:29:24,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b3c2fd49-cc05-487c-b816-fff6c100c6f6.json used request id req-675514b7-9dd6-4e88-82dd-c97dfca48b18 2018-09-01 12:29:24,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45836400986s 2018-09-01 12:29:24,212 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/b3c2fd49-cc05-487c-b816-fff6c100c6f6.json used request id req-675514b7-9dd6-4e88-82dd-c97dfca48b18 2018-09-01 12:29:24,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:29:24,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:24,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-e2e9b304-38d9-4321-ab28-a9ab4314325a Date: Sat, 01 Sep 2018 12:29:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T12:29:23Z","tenant_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","created_at":"2018-09-01T12:29:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7b7b97d9e53d4b2ab329d0bfab028e4e","id":"6ef13629-5567-4855-b922-2d364a6f3605","name":"vmready2-net_e96e8194-b593-40fd-8260-804357481a30"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:29:24,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e2e9b304-38d9-4321-ab28-a9ab4314325a 2018-09-01 12:29:24,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.31566619873s 2018-09-01 12:29:24,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e2e9b304-38d9-4321-ab28-a9ab4314325a 2018-09-01 12:29:24,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:29:24,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/6ef13629-5567-4855-b922-2d364a6f3605.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:26,270 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ce6bd4e-0d57-4d07-a615-7cd4f1472d61 Date: Sat, 01 Sep 2018 12:29:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:29:26,271 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6ef13629-5567-4855-b922-2d364a6f3605.json used request id req-0ce6bd4e-0d57-4d07-a615-7cd4f1472d61 2018-09-01 12:29:26,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74194216728s 2018-09-01 12:29:26,271 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6ef13629-5567-4855-b922-2d364a6f3605.json used request id req-0ce6bd4e-0d57-4d07-a615-7cd4f1472d61 2018-09-01 12:29:26,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:29:26,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:27,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-02cd63c7-9b38-43c1-bd80-7f7e1435e0dd Date: Sat, 01 Sep 2018 12:29:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:29:16Z", "file": "/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72/file", "owner": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "b624b163-7da2-48a9-a862-1ee9bf383b72", "size": 12716032, "self": "/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/b624b163-7da2-48a9-a862-1ee9bf383b72/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/b624b163-7da2-48a9-a862-1ee9bf383b72/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_e96e8194-b593-40fd-8260-804357481a30", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_e96e8194-b593-40fd-8260-804357481a30", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:29:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:29:27,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-02cd63c7-9b38-43c1-bd80-7f7e1435e0dd 2018-09-01 12:29:27,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.778731822968s 2018-09-01 12:29:27,054 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-02cd63c7-9b38-43c1-bd80-7f7e1435e0dd 2018-09-01 12:29:27,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 12:29:27,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}00c7dafbde0174cc054bbd05162d8b51c999256c" 2018-09-01 12:29:28,152 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c7411de1-1f14-4224-a4f7-9214509931a9 Date: Sat, 01 Sep 2018 12:29:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:29:28,152 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72 used request id req-c7411de1-1f14-4224-a4f7-9214509931a9 2018-09-01 12:29:28,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09632706642s 2018-09-01 12:29:28,153 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/b624b163-7da2-48a9-a862-1ee9bf383b72 used request id req-c7411de1-1f14-4224-a4f7-9214509931a9 2018-09-01 12:29:28,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:29:28,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:28,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-741f430f-08f4-4e7b-8877-80ec95f7b86a x-compute-request-id: req-741f430f-08f4-4e7b-8877-80ec95f7b86a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_e96e8194-b593-40fd-8260-804357481a30", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/83e243f1-270f-4ab4-80a3-2945d159be04", "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": "83e243f1-270f-4ab4-80a3-2945d159be04"}]} 2018-09-01 12:29:28,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-741f430f-08f4-4e7b-8877-80ec95f7b86a 2018-09-01 12:29:28,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022430896759s 2018-09-01 12:29:28,176 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-741f430f-08f4-4e7b-8877-80ec95f7b86a 2018-09-01 12:29:28,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 12:29:28,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:28,345 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:29: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-173c2a67-fedc-44f2-a1ff-848779c013e6 x-compute-request-id: req-173c2a67-fedc-44f2-a1ff-848779c013e6 Content-Length: 0 Content-Type: application/json 2018-09-01 12:29:28,345 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04 used request id req-173c2a67-fedc-44f2-a1ff-848779c013e6 2018-09-01 12:29:28,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.167340993881s 2018-09-01 12:29:28,345 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/83e243f1-270f-4ab4-80a3-2945d159be04 used request id req-173c2a67-fedc-44f2-a1ff-848779c013e6 2018-09-01 12:29:28,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:29:28,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:28,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbd029bf-34b4-40be-b6e9-f561628e9a43 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_e96e8194-b593-40fd-8260-804357481a30", "links": {"self": "http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a9b827c6e5e94adf996b9f2e10c2cd7c", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:29:28,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-dbd029bf-34b4-40be-b6e9-f561628e9a43 2018-09-01 12:29:28,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219750165939s 2018-09-01 12:29:28,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-dbd029bf-34b4-40be-b6e9-f561628e9a43 2018-09-01 12:29:28,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:29:28,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:28,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e926f65-d9c8-4d63-91f0-351b6c7503a3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_e96e8194-b593-40fd-8260-804357481a30", "links": {"self": "http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a9b827c6e5e94adf996b9f2e10c2cd7c", "description": null}} 2018-09-01 12:29:28,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c used request id req-5e926f65-d9c8-4d63-91f0-351b6c7503a3 2018-09-01 12:29:28,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203336954117s 2018-09-01 12:29:28,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c used request id req-5e926f65-d9c8-4d63-91f0-351b6c7503a3 2018-09-01 12:29:28,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 12:29:28,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:29,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:29:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-747b1511-4be0-4bb7-9500-96340535cbfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:29:29,167 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c used request id req-747b1511-4be0-4bb7-9500-96340535cbfd 2018-09-01 12:29:29,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.391872882843s 2018-09-01 12:29:29,167 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/a9b827c6e5e94adf996b9f2e10c2cd7c used request id req-747b1511-4be0-4bb7-9500-96340535cbfd 2018-09-01 12:29:29,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:29:29,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:29,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26c534b-abe4-4dce-a18c-21f747d65e26 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e"}, "tags": [], "enabled": true, "id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_e96e8194-b593-40fd-8260-804357481a30"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 12:29:29,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-a26c534b-abe4-4dce-a18c-21f747d65e26 2018-09-01 12:29:29,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190478086472s 2018-09-01 12:29:29,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-a26c534b-abe4-4dce-a18c-21f747d65e26 2018-09-01 12:29:29,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 12:29:29,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c03e2ff36679d905eed7610862bca44ff5070fde" 2018-09-01 12:29:29,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:29:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af25f1cf-3e10-4fb7-96f7-3f6959b9d91a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:29:29,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e used request id req-af25f1cf-3e10-4fb7-96f7-3f6959b9d91a 2018-09-01 12:29:29,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.291650056839s 2018-09-01 12:29:29,661 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/7b7b97d9e53d4b2ab329d0bfab028e4e used request id req-af25f1cf-3e10-4fb7-96f7-3f6959b9d91a 2018-09-01 12:29:29,713 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-01 12:29:29,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:29:29,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:29:29,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:29:29,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:29:29,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cdf9abe-5cd9-424a-9e36-0f87cad2e4d9 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:29:29,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-9cdf9abe-5cd9-424a-9e36-0f87cad2e4d9 2018-09-01 12:29:29,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:29:30,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:29:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["GvJrrz-sTcetvFS4uh82hg"], "issued_at": "2018-09-01T12:29:30.000000Z"}} 2018-09-01 12:29:30,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:29:30,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:30,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-02a75246-71b1-40d8-91b5-dca990b3575a Date: Sat, 01 Sep 2018 12:29:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:29:30,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02a75246-71b1-40d8-91b5-dca990b3575a 2018-09-01 12:29:30,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.373881816864s 2018-09-01 12:29:30,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02a75246-71b1-40d8-91b5-dca990b3575a 2018-09-01 12:29:30,644 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-01 12:29:30,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:29:30,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"network": {"name": "singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8", "admin_state_up": true}}' 2018-09-01 12:29:31,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-582ae997-aa05-445d-899e-2af1f88e076b Date: Sat, 01 Sep 2018 12:29:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:29:31Z","is_default":false,"provider:segmentation_id":46,"name":"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:30Z","mtu":1450}} 2018-09-01 12:29:31,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-582ae997-aa05-445d-899e-2af1f88e076b 2018-09-01 12:29:31,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.568113088608s 2018-09-01 12:29:31,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-582ae997-aa05-445d-899e-2af1f88e076b 2018-09-01 12:29:31,213 - 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-09-01T12:29:31Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fc9e52b2-8bef-47fd-9545-6b9bc674c53b', u'provider:segmentation_id': 46, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8', u'admin_state_up': True, u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:29:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04'}) 2018-09-01 12:29:31,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:29:31,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:31,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-1e1841c1-6b11-4105-b68d-1f810749f9e4 Date: Sat, 01 Sep 2018 12:29:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:29:31Z","provider:segmentation_id":46,"name":"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:30Z","provider:network_type":"vxlan"}]} 2018-09-01 12:29:31,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1e1841c1-6b11-4105-b68d-1f810749f9e4 2018-09-01 12:29:31,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327090024948s 2018-09-01 12:29:31,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1e1841c1-6b11-4105-b68d-1f810749f9e4 2018-09-01 12:29:31,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:29:31,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"subnet": {"name": "singlevm1-subnet_5319e294-fa75-4dc1-89d1-f3cf708190d8", "enable_dhcp": true, "network_id": "fc9e52b2-8bef-47fd-9545-6b9bc674c53b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:29:32,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-77ecf287-e309-46f1-8b06-3fc9b4d73f66 Date: Sat, 01 Sep 2018 12:29:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:29:31Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"dfc461ef79e94bbc95d56eabe475cd04","id":"f7577e17-f059-40e9-a4da-d34f1e32a96b","subnetpool_id":null,"name":"singlevm1-subnet_5319e294-fa75-4dc1-89d1-f3cf708190d8"}} 2018-09-01 12:29:32,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-77ecf287-e309-46f1-8b06-3fc9b4d73f66 2018-09-01 12:29:32,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.782945156097s 2018-09-01 12:29:32,327 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-77ecf287-e309-46f1-8b06-3fc9b4d73f66 2018-09-01 12:29:32,327 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:29:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f7577e17-f059-40e9-a4da-d34f1e32a96b', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_5319e294-fa75-4dc1-89d1-f3cf708190d8', u'enable_dhcp': True, u'network_id': u'fc9e52b2-8bef-47fd-9545-6b9bc674c53b', u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:29:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04'}) 2018-09-01 12:29:32,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:29:32,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "singlevm1-router_5319e294-fa75-4dc1-89d1-f3cf708190d8", "admin_state_up": true}}' 2018-09-01 12:29:33,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-e6c2fecc-9a71-4312-9bcc-056d7846cc00 Date: Sat, 01 Sep 2018 12:29:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T12:29:33Z", "revision_number": 2, "routes": [], "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "f4386bf3-07e4-4dc3-a61a-9a840230dadc", "name": "singlevm1-router_5319e294-fa75-4dc1-89d1-f3cf708190d8"}} 2018-09-01 12:29:33,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-e6c2fecc-9a71-4312-9bcc-056d7846cc00 2018-09-01 12:29:33,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22165894508s 2018-09-01 12:29:33,550 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-e6c2fecc-9a71-4312-9bcc-056d7846cc00 2018-09-01 12:29:33,550 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'created_at': u'2018-09-01T12:29:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T12:29:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', u'id': u'f4386bf3-07e4-4dc3-a61a-9a840230dadc', u'name': u'singlevm1-router_5319e294-fa75-4dc1-89d1-f3cf708190d8'}) 2018-09-01 12:29:33,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:29:33,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"subnet_id": "f7577e17-f059-40e9-a4da-d34f1e32a96b"}' 2018-09-01 12:29:35,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-98b776e7-c761-42a9-8e8f-5c7c847765e9 Date: Sat, 01 Sep 2018 12:29:35 GMT RESP BODY: {"network_id": "fc9e52b2-8bef-47fd-9545-6b9bc674c53b", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "subnet_id": "f7577e17-f059-40e9-a4da-d34f1e32a96b", "subnet_ids": ["f7577e17-f059-40e9-a4da-d34f1e32a96b"], "port_id": "c908d9a9-6ecc-4a17-bc02-70af98eeffdf", "id": "f4386bf3-07e4-4dc3-a61a-9a840230dadc"} 2018-09-01 12:29:35,702 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc/add_router_interface.json used request id req-98b776e7-c761-42a9-8e8f-5c7c847765e9 2018-09-01 12:29:35,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15160012245s 2018-09-01 12:29:35,703 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc/add_router_interface.json used request id req-98b776e7-c761-42a9-8e8f-5c7c847765e9 returning object f4386bf3-07e4-4dc3-a61a-9a840230dadc 2018-09-01 12:29:35,703 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 12:29:35,831 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 12:29:35,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:29:35,838 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 12:29:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-09-01 12:29:35,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:29:35,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:36,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0ad14c52-201c-4d6b-9884-53bd1fa19ffe Date: Sat, 01 Sep 2018 12:29:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:29:36,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0ad14c52-201c-4d6b-9884-53bd1fa19ffe 2018-09-01 12:29:36,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.876090049744s 2018-09-01 12:29:36,717 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0ad14c52-201c-4d6b-9884-53bd1fa19ffe 2018-09-01 12:29:36,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 12:29:36,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8"}' 2018-09-01 12:29:37,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cb90b42b-6138-4e58-a48c-85a10f1b75e0 Date: Sat, 01 Sep 2018 12:29:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:29:37Z", "file": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file", "owner": "dfc461ef79e94bbc95d56eabe475cd04", "id": "94318e39-2f18-4995-a826-5365a7f5eba8", "size": null, "self": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "checksum": null, "created_at": "2018-09-01T12:29:37Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 12:29:37,087 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-cb90b42b-6138-4e58-a48c-85a10f1b75e0 2018-09-01 12:29:37,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.36146402359s 2018-09-01 12:29:37,088 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-cb90b42b-6138-4e58-a48c-85a10f1b75e0 returning object 94318e39-2f18-4995-a826-5365a7f5eba8 2018-09-01 12:29:37,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 12:29:37,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '' 2018-09-01 12:29:38,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe8087f4-cbaa-476a-977a-c267a8491ccb Date: Sat, 01 Sep 2018 12:29:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:29:38,483 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file used request id req-fe8087f4-cbaa-476a-977a-c267a8491ccb 2018-09-01 12:29:38,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.39495897293s 2018-09-01 12:29:38,484 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file used request id req-fe8087f4-cbaa-476a-977a-c267a8491ccb 2018-09-01 12:29:38,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:29:38,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:39,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d7a37107-b9f3-4e94-8756-de90b628220b Date: Sat, 01 Sep 2018 12:29:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:29:38Z", "file": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file", "owner": "dfc461ef79e94bbc95d56eabe475cd04", "id": "94318e39-2f18-4995-a826-5365a7f5eba8", "size": 12716032, "self": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:29:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:29:39,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d7a37107-b9f3-4e94-8756-de90b628220b 2018-09-01 12:29:39,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.76825594902s 2018-09-01 12:29:39,257 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d7a37107-b9f3-4e94-8756-de90b628220b 2018-09-01 12:29:39,259 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file', 'owner': u'dfc461ef79e94bbc95d56eabe475cd04', 'id': u'94318e39-2f18-4995-a826-5365a7f5eba8', 'size': 12716032, u'self': u'/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfc461ef79e94bbc95d56eabe475cd04', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T12:29:38Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T12:29:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8', 'created': u'2018-09-01T12:29:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T12:29:37Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 12:29:39,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 12:29:39,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_5319e294-fa75-4dc1-89d1-f3cf708190d8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 12:29:40,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-9471c694-04cb-43cb-a312-7650a03e5dc8 x-compute-request-id: req-9471c694-04cb-43cb-a312-7650a03e5dc8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_5319e294-fa75-4dc1-89d1-f3cf708190d8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "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": "bc596260-daef-425f-934e-816a28df71df"}} 2018-09-01 12:29:40,140 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9471c694-04cb-43cb-a312-7650a03e5dc8 2018-09-01 12:29:40,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.880244016647s 2018-09-01 12:29:40,140 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-9471c694-04cb-43cb-a312-7650a03e5dc8 2018-09-01 12:29:40,141 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_5319e294-fa75-4dc1-89d1-f3cf708190d8', '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'dfc461ef79e94bbc95d56eabe475cd04', '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'bc596260-daef-425f-934e-816a28df71df', 'swap': 0}) 2018-09-01 12:29:40,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 12:29:40,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"extra_specs": {}}' 2018-09-01 12:29:40,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-903eea14-e994-4cf1-b4bc-9189ecc42ca7 x-compute-request-id: req-903eea14-e994-4cf1-b4bc-9189ecc42ca7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 12:29:40,269 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df/os-extra_specs used request id req-903eea14-e994-4cf1-b4bc-9189ecc42ca7 2018-09-01 12:29:40,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.127724170685s 2018-09-01 12:29:40,270 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df/os-extra_specs used request id req-903eea14-e994-4cf1-b4bc-9189ecc42ca7 2018-09-01 12:29:40,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 12:29:40,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"keypair": {"name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8"}}' 2018-09-01 12:29:40,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-861b6ed9-d879-44e2-a12c-e6f2e43bd6bf x-compute-request-id: req-861b6ed9-d879-44e2-a12c-e6f2e43bd6bf Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuAivMOd93bho4awbywgojqIVb+F517BmVphOOi9mR6uHC/ssc/QShEQPoTsxG2L/oR8elRcNNWOVxosUrtWyXy1vGBZJ0SRXdlzcICl/l9nVE/yIqkXMtE+sZIs8mTLGy6hDUBbSxOymi86pQL4+A3m8L3zuNyWyVRrFlUtvxoT+w1wOdVS4NWHzPiwT7M4CPLgFE7m8OfB2Vxmgx9PvV3akTJjFM/dnD8JL1jXYKC9mhDOnujkr3gEl4AZRsM6AGBqXMt2NO9v/F+v3TddxwAX8muLI7owZ5NIAtkAI8ntHwPbBTLKpm8f2uerAHtBHgKg3GAWdVnP8i1+vB1+0n Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArgIrzDnfd24aOGsG8sIKI6iFW/hedewZlaYTjovZkerhwv7L\nHP0EoRED6E7MRti/6EfHpUXDTVjlcaLFK7Vsl8tbxgWSdEkV3Zc3CApf5fZ1RP8i\nKpFzLRPrGSLPJkyxsuoQ1AW0sTspovOqUC+PgN5vC987jclslUaxZVLb8aE/sNcD\nnVUuDVh8z4sE+zOAjy4BRO5vDnwdlcZoMfT71d2pEyYxTP3Zw/CS9Y12CgvZoQzp\n7o5K94BJeAGUbDOgBgalzLdjTvb/xfr903XccAF/JriyO6MGeTSALZACPJ7R8D2w\nUyyqZvH9rnqwB7QR4CoNxgFnVZz/ItfrwdftJwIDAQABAoIBAD6jC28Fehp8qLWc\nWTDzhkDVvcOggShDp+YFlU6fqt7qxP+zRhwWPB9ah6SNEN2D0njjtcsZdLcYA+fG\n5uDX+tIdYtjCUrjHQja04xti2Khn8ki26m6WUvZsEBnJPPYVb3Xu6cXYk/WkTVWa\nDrm0lRyXdTO51K8yTYLioqLNk9zDTV2VY8CLhdw0SGp2OcYwSqqgwBJD7nmMeWyV\n+JcsRrBcQiqVXhqypc6dQNA4zFPgadNpjxBde7QtYeqTO/BkYvw58DCaIkS2p+Xu\nqmVK5ezk4Ut2ZPuHnfDho5KE72+Aiz29PGfMTPzNAV9Stx8FFsmatU1yIExwmMJM\ntjo17XkCgYEA4mzP4MiNF0/tWy0H/edre/8pHjIVXUFvB8LPccUcT/FdStJIljaH\n3jqJY8QwYTopCOArtlumXX/yP6Uwu7iUKBK0w41G5bOR8dndNzJnahv/rnm1wjlA\n08xEQct3J2w8J4KXoqoYOPWD+HtNum4eqLJmniGnvPmhyk0PDRfev0sCgYEAxLyo\nKMSIpWBSMtOWLZtWt8cNyeBEw3rUQXfytPS4fLPztD4+n1oJVLZZh0UjsS0daAxb\n9dyVFfU/eMgSMzgH0wKqM02pj4OIbIfwaaRq0CGwut8Ka5lVaN+0705PIonOjhpC\ngpYHE4hC+FvhBqPK7tof8mx7SVcDK1dQpmvFNBUCgYALmuYgsEbC/h69QJabReQ1\na8OQv6JmsDbfn/V/8EleM5HDhvmfcVYPZtKp4WFVamS2Br9WzmW9fxRMfMv9ox08\n3JCVQUVz+nsteSwkaxnvz1WQfL57IPIYqOyKrsIBrEN9Bu18sdkh+jt0XeWC+6fo\nn5Qw4Kq3Pdg0BTUTR7jr9wKBgQCp5AiK+/zMYvtYrOLZC3W9SgWcOTDoZd95ka1j\nmpjeB0ACfGXzkfrQzo9NguUpkT39pf6buBp+VcSz9oHQ/Se0jm6P0xcDuaBLqLBx\naexbQ1ysYwNKm6Tn5ZcHuGYZ+0sF56NbxVbjBR5f/me6JiOOU4qW/BsS4DL6cHJS\n5GntaQKBgQC4yBmHJaM8SBk+SFU3mh9258LnR2fnhIP/UafKUnk4rY8XAdkt1fqy\nrNrKKAgJWpSvtUr8A/0fyblNxM9UnLQrlufbnURyuzonW/tiJQFe2KdSCZjmECii\n8RtUEHIqDsyj0K4xd2+0vrU9qawy1mT8LxTfX8J30qMGLr7GXVTKUg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "5950a698f8b742428ccbba454c2afcd6", "name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "fingerprint": "74:72:f1:a0:ae:dd:20:ac:ce:37:39:bf:eb:85:91:4f"}} 2018-09-01 12:29:40,625 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-861b6ed9-d879-44e2-a12c-e6f2e43bd6bf 2018-09-01 12:29:40,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.355098009109s 2018-09-01 12:29:40,626 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-861b6ed9-d879-44e2-a12c-e6f2e43bd6bf 2018-09-01 12:29:40,627 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuAivMOd93bho4awbywgojqIVb+F517BmVphOOi9mR6uHC/ssc/QShEQPoTsxG2L/oR8elRcNNWOVxosUrtWyXy1vGBZJ0SRXdlzcICl/l9nVE/yIqkXMtE+sZIs8mTLGy6hDUBbSxOymi86pQL4+A3m8L3zuNyWyVRrFlUtvxoT+w1wOdVS4NWHzPiwT7M4CPLgFE7m8OfB2Vxmgx9PvV3akTJjFM/dnD8JL1jXYKC9mhDOnujkr3gEl4AZRsM6AGBqXMt2NO9v/F+v3TddxwAX8muLI7owZ5NIAtkAI8ntHwPbBTLKpm8f2uerAHtBHgKg3GAWdVnP8i1+vB1+0n Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArgIrzDnfd24aOGsG8sIKI6iFW/hedewZlaYTjovZkerhwv7L\nHP0EoRED6E7MRti/6EfHpUXDTVjlcaLFK7Vsl8tbxgWSdEkV3Zc3CApf5fZ1RP8i\nKpFzLRPrGSLPJkyxsuoQ1AW0sTspovOqUC+PgN5vC987jclslUaxZVLb8aE/sNcD\nnVUuDVh8z4sE+zOAjy4BRO5vDnwdlcZoMfT71d2pEyYxTP3Zw/CS9Y12CgvZoQzp\n7o5K94BJeAGUbDOgBgalzLdjTvb/xfr903XccAF/JriyO6MGeTSALZACPJ7R8D2w\nUyyqZvH9rnqwB7QR4CoNxgFnVZz/ItfrwdftJwIDAQABAoIBAD6jC28Fehp8qLWc\nWTDzhkDVvcOggShDp+YFlU6fqt7qxP+zRhwWPB9ah6SNEN2D0njjtcsZdLcYA+fG\n5uDX+tIdYtjCUrjHQja04xti2Khn8ki26m6WUvZsEBnJPPYVb3Xu6cXYk/WkTVWa\nDrm0lRyXdTO51K8yTYLioqLNk9zDTV2VY8CLhdw0SGp2OcYwSqqgwBJD7nmMeWyV\n+JcsRrBcQiqVXhqypc6dQNA4zFPgadNpjxBde7QtYeqTO/BkYvw58DCaIkS2p+Xu\nqmVK5ezk4Ut2ZPuHnfDho5KE72+Aiz29PGfMTPzNAV9Stx8FFsmatU1yIExwmMJM\ntjo17XkCgYEA4mzP4MiNF0/tWy0H/edre/8pHjIVXUFvB8LPccUcT/FdStJIljaH\n3jqJY8QwYTopCOArtlumXX/yP6Uwu7iUKBK0w41G5bOR8dndNzJnahv/rnm1wjlA\n08xEQct3J2w8J4KXoqoYOPWD+HtNum4eqLJmniGnvPmhyk0PDRfev0sCgYEAxLyo\nKMSIpWBSMtOWLZtWt8cNyeBEw3rUQXfytPS4fLPztD4+n1oJVLZZh0UjsS0daAxb\n9dyVFfU/eMgSMzgH0wKqM02pj4OIbIfwaaRq0CGwut8Ka5lVaN+0705PIonOjhpC\ngpYHE4hC+FvhBqPK7tof8mx7SVcDK1dQpmvFNBUCgYALmuYgsEbC/h69QJabReQ1\na8OQv6JmsDbfn/V/8EleM5HDhvmfcVYPZtKp4WFVamS2Br9WzmW9fxRMfMv9ox08\n3JCVQUVz+nsteSwkaxnvz1WQfL57IPIYqOyKrsIBrEN9Bu18sdkh+jt0XeWC+6fo\nn5Qw4Kq3Pdg0BTUTR7jr9wKBgQCp5AiK+/zMYvtYrOLZC3W9SgWcOTDoZd95ka1j\nmpjeB0ACfGXzkfrQzo9NguUpkT39pf6buBp+VcSz9oHQ/Se0jm6P0xcDuaBLqLBx\naexbQ1ysYwNKm6Tn5ZcHuGYZ+0sF56NbxVbjBR5f/me6JiOOU4qW/BsS4DL6cHJS\n5GntaQKBgQC4yBmHJaM8SBk+SFU3mh9258LnR2fnhIP/UafKUnk4rY8XAdkt1fqy\nrNrKKAgJWpSvtUr8A/0fyblNxM9UnLQrlufbnURyuzonW/tiJQFe2KdSCZjmECii\n8RtUEHIqDsyj0K4xd2+0vrU9qawy1mT8LxTfX8J30qMGLr7GXVTKUg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5950a698f8b742428ccbba454c2afcd6', 'name': u'singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8', 'created_at': '2018-09-01T12:29:40.627118', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfc461ef79e94bbc95d56eabe475cd04', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'74:72:f1:a0:ae:dd:20:ac:ce:37:39:bf:eb:85:91:4f', 'type': 'ssh', 'id': u'singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8'}) 2018-09-01 12:29:40,627 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEArgIrzDnfd24aOGsG8sIKI6iFW/hedewZlaYTjovZkerhwv7L HP0EoRED6E7MRti/6EfHpUXDTVjlcaLFK7Vsl8tbxgWSdEkV3Zc3CApf5fZ1RP8i KpFzLRPrGSLPJkyxsuoQ1AW0sTspovOqUC+PgN5vC987jclslUaxZVLb8aE/sNcD nVUuDVh8z4sE+zOAjy4BRO5vDnwdlcZoMfT71d2pEyYxTP3Zw/CS9Y12CgvZoQzp 7o5K94BJeAGUbDOgBgalzLdjTvb/xfr903XccAF/JriyO6MGeTSALZACPJ7R8D2w UyyqZvH9rnqwB7QR4CoNxgFnVZz/ItfrwdftJwIDAQABAoIBAD6jC28Fehp8qLWc WTDzhkDVvcOggShDp+YFlU6fqt7qxP+zRhwWPB9ah6SNEN2D0njjtcsZdLcYA+fG 5uDX+tIdYtjCUrjHQja04xti2Khn8ki26m6WUvZsEBnJPPYVb3Xu6cXYk/WkTVWa Drm0lRyXdTO51K8yTYLioqLNk9zDTV2VY8CLhdw0SGp2OcYwSqqgwBJD7nmMeWyV +JcsRrBcQiqVXhqypc6dQNA4zFPgadNpjxBde7QtYeqTO/BkYvw58DCaIkS2p+Xu qmVK5ezk4Ut2ZPuHnfDho5KE72+Aiz29PGfMTPzNAV9Stx8FFsmatU1yIExwmMJM tjo17XkCgYEA4mzP4MiNF0/tWy0H/edre/8pHjIVXUFvB8LPccUcT/FdStJIljaH 3jqJY8QwYTopCOArtlumXX/yP6Uwu7iUKBK0w41G5bOR8dndNzJnahv/rnm1wjlA 08xEQct3J2w8J4KXoqoYOPWD+HtNum4eqLJmniGnvPmhyk0PDRfev0sCgYEAxLyo KMSIpWBSMtOWLZtWt8cNyeBEw3rUQXfytPS4fLPztD4+n1oJVLZZh0UjsS0daAxb 9dyVFfU/eMgSMzgH0wKqM02pj4OIbIfwaaRq0CGwut8Ka5lVaN+0705PIonOjhpC gpYHE4hC+FvhBqPK7tof8mx7SVcDK1dQpmvFNBUCgYALmuYgsEbC/h69QJabReQ1 a8OQv6JmsDbfn/V/8EleM5HDhvmfcVYPZtKp4WFVamS2Br9WzmW9fxRMfMv9ox08 3JCVQUVz+nsteSwkaxnvz1WQfL57IPIYqOyKrsIBrEN9Bu18sdkh+jt0XeWC+6fo n5Qw4Kq3Pdg0BTUTR7jr9wKBgQCp5AiK+/zMYvtYrOLZC3W9SgWcOTDoZd95ka1j mpjeB0ACfGXzkfrQzo9NguUpkT39pf6buBp+VcSz9oHQ/Se0jm6P0xcDuaBLqLBx aexbQ1ysYwNKm6Tn5ZcHuGYZ+0sF56NbxVbjBR5f/me6JiOOU4qW/BsS4DL6cHJS 5GntaQKBgQC4yBmHJaM8SBk+SFU3mh9258LnR2fnhIP/UafKUnk4rY8XAdkt1fqy rNrKKAgJWpSvtUr8A/0fyblNxM9UnLQrlufbnURyuzonW/tiJQFe2KdSCZjmECii 8RtUEHIqDsyj0K4xd2+0vrU9qawy1mT8LxTfX8J30qMGLr7GXVTKUg== -----END RSA PRIVATE KEY----- 2018-09-01 12:29:40,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 12:29:40,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"security_group": {"name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-01 12:29:41,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a4d9e534-0a46-4e15-afe4-84c7d7f37e20 Date: Sat, 01 Sep 2018 12:29:41 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:40Z", "updated_at": "2018-09-01T12:29:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "47388fb5-f64b-44d4-bdcf-3c6f06200f68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "cbf27c0a-69cc-48ec-bfdc-3e673a63c0cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}], "revision_number": 1, "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "136e858c-0dd1-4a60-8975-266922d42c0a", "name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}} 2018-09-01 12:29:41,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-a4d9e534-0a46-4e15-afe4-84c7d7f37e20 2018-09-01 12:29:41,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.43493103981s 2018-09-01 12:29:41,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-a4d9e534-0a46-4e15-afe4-84c7d7f37e20 2018-09-01 12:29:41,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:29:41,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:42,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-0cd898fa-53d6-4f23-b28d-98ecc430f38e Date: Sat, 01 Sep 2018 12:29:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:40Z", "updated_at": "2018-09-01T12:29:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "47388fb5-f64b-44d4-bdcf-3c6f06200f68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "cbf27c0a-69cc-48ec-bfdc-3e673a63c0cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}], "revision_number": 1, "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "136e858c-0dd1-4a60-8975-266922d42c0a", "name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}, {"description": "Default security group", "tags": [], "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "created_at": "2018-09-01T12:24:26Z", "updated_at": "2018-09-01T12:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "0500ef82-80d0-4036-8034-85680893cbc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv6", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "50719810-68a3-4c67-8b52-d1916ba7baac", "remote_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv4", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "7cfa4613-94e5-4bea-b5bc-45e316c3f72e", "remote_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv6", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "df143089-c8de-412c-8137-41d067fcf9bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv4", "project_id": "6280e4ef836043b69152454fba2c6ab6"}], "revision_number": 1, "project_id": "6280e4ef836043b69152454fba2c6ab6", "id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T12:27:51Z", "updated_at": "2018-09-01T12:27:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "21fb9840-2cfb-4192-ba5f-8aa8914c62c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "6012077c-0d8c-40c5-919c-207f8e9aa185", "remote_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "c7b4e58b-8a8d-41fc-83d4-2f6d173e9e75", "remote_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "f354883f-335f-4a3b-afaa-a03b6093d5d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:27:47Z", "updated_at": "2018-09-01T12:27:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "33f45dfd-c6b8-4cda-b20e-156ab600b312", "remote_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "49d42fad-d414-43d5-a6de-a683213e3e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "8d32acef-2668-4dfd-8371-ff5ac0b96b02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "ac91b37c-b8ab-4133-bf19-773c11f6cbfc", "remote_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}], "revision_number": 1, "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "created_at": "2018-09-01T12:29:07Z", "updated_at": "2018-09-01T12:29:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "110223f3-0b42-4dad-95f8-c822c16cb77d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "3829d2db-9d2f-4bbe-b4d9-0c123147e1ba", "remote_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "7d5f5bd4-28bc-4d58-ba3e-2c95b4137fa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "d2be408f-f5a6-4770-83d6-ef328daec314", "remote_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}], "revision_number": 1, "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "c1352be3-409d-4c11-960e-24422f99d3ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "created_at": "2018-09-01T12:28:13Z", "updated_at": "2018-09-01T12:28:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "32a4f759-88f4-4a26-b07f-2cb08709f5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "71722b98-42e3-47a0-9c3b-3ec9cb1da364", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "779d783f-d3ea-4b4b-b3c6-ca17bc842eb5", "remote_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "a01e7d5a-d372-436d-bfe2-ca1d12785470", "remote_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}], "revision_number": 1, "project_id": "2d8c53ab1f984cd58087e65d126ce2b9", "id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "name": "default"}]} 2018-09-01 12:29:42,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-0cd898fa-53d6-4f23-b28d-98ecc430f38e 2018-09-01 12:29:42,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.06353211403s 2018-09-01 12:29:42,134 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-0cd898fa-53d6-4f23-b28d-98ecc430f38e 2018-09-01 12:29:42,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:29:42,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -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": "136e858c-0dd1-4a60-8975-266922d42c0a"}}' 2018-09-01 12:29:42,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-91d0bab4-583a-4e08-8375-7b9a34625e2a Date: Sat, 01 Sep 2018 12:29:42 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-09-01T12:29:42Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "port_range_min": 22, "revision_number": 0, "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:42Z", "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "2e8c9938-ad8c-4476-9182-d6ff7fe8e7dc"}} 2018-09-01 12:29:42,561 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-91d0bab4-583a-4e08-8375-7b9a34625e2a 2018-09-01 12:29:42,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.422358989716s 2018-09-01 12:29:42,562 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-91d0bab4-583a-4e08-8375-7b9a34625e2a 2018-09-01 12:29:42,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:29:42,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:42,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-453d4368-047f-4dd8-a394-c40405d48c8f Date: Sat, 01 Sep 2018 12:29:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:40Z", "updated_at": "2018-09-01T12:29:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:29:42Z", "revision_number": 0, "id": "2e8c9938-ad8c-4476-9182-d6ff7fe8e7dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:42Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "47388fb5-f64b-44d4-bdcf-3c6f06200f68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "cbf27c0a-69cc-48ec-bfdc-3e673a63c0cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}], "revision_number": 2, "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "136e858c-0dd1-4a60-8975-266922d42c0a", "name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}, {"description": "Default security group", "tags": [], "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "created_at": "2018-09-01T12:24:26Z", "updated_at": "2018-09-01T12:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "0500ef82-80d0-4036-8034-85680893cbc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv6", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "50719810-68a3-4c67-8b52-d1916ba7baac", "remote_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv4", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "7cfa4613-94e5-4bea-b5bc-45e316c3f72e", "remote_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv6", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "df143089-c8de-412c-8137-41d067fcf9bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv4", "project_id": "6280e4ef836043b69152454fba2c6ab6"}], "revision_number": 1, "project_id": "6280e4ef836043b69152454fba2c6ab6", "id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T12:27:51Z", "updated_at": "2018-09-01T12:27:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "21fb9840-2cfb-4192-ba5f-8aa8914c62c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "6012077c-0d8c-40c5-919c-207f8e9aa185", "remote_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "c7b4e58b-8a8d-41fc-83d4-2f6d173e9e75", "remote_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "f354883f-335f-4a3b-afaa-a03b6093d5d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:27:47Z", "updated_at": "2018-09-01T12:27:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "33f45dfd-c6b8-4cda-b20e-156ab600b312", "remote_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "49d42fad-d414-43d5-a6de-a683213e3e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "8d32acef-2668-4dfd-8371-ff5ac0b96b02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "ac91b37c-b8ab-4133-bf19-773c11f6cbfc", "remote_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}], "revision_number": 1, "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "created_at": "2018-09-01T12:29:07Z", "updated_at": "2018-09-01T12:29:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "110223f3-0b42-4dad-95f8-c822c16cb77d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "3829d2db-9d2f-4bbe-b4d9-0c123147e1ba", "remote_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "7d5f5bd4-28bc-4d58-ba3e-2c95b4137fa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "d2be408f-f5a6-4770-83d6-ef328daec314", "remote_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}], "revision_number": 1, "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "c1352be3-409d-4c11-960e-24422f99d3ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "created_at": "2018-09-01T12:28:13Z", "updated_at": "2018-09-01T12:28:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "32a4f759-88f4-4a26-b07f-2cb08709f5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "71722b98-42e3-47a0-9c3b-3ec9cb1da364", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "779d783f-d3ea-4b4b-b3c6-ca17bc842eb5", "remote_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "a01e7d5a-d372-436d-bfe2-ca1d12785470", "remote_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}], "revision_number": 1, "project_id": "2d8c53ab1f984cd58087e65d126ce2b9", "id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "name": "default"}]} 2018-09-01 12:29:42,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-453d4368-047f-4dd8-a394-c40405d48c8f 2018-09-01 12:29:42,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.350306034088s 2018-09-01 12:29:42,916 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-453d4368-047f-4dd8-a394-c40405d48c8f 2018-09-01 12:29:42,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:29:42,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -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": "136e858c-0dd1-4a60-8975-266922d42c0a"}}' 2018-09-01 12:29:43,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e89172e9-0018-4b0e-b5d1-0bfc298fb97e Date: Sat, 01 Sep 2018 12:29:43 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-09-01T12:29:43Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "port_range_min": null, "revision_number": 0, "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:43Z", "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "a9ba8f56-67aa-4b6c-9a7a-9295dd82a892"}} 2018-09-01 12:29:43,136 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-e89172e9-0018-4b0e-b5d1-0bfc298fb97e 2018-09-01 12:29:43,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.215762138367s 2018-09-01 12:29:43,137 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-e89172e9-0018-4b0e-b5d1-0bfc298fb97e 2018-09-01 12:29:43,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:29:43,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:43,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-75134d22-21dd-44be-b3a0-84ba370dbd33 Date: Sat, 01 Sep 2018 12:29:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":["f7577e17-f059-40e9-a4da-d34f1e32a96b"],"description":"","tags":[],"updated_at":"2018-09-01T12:29:31Z","provider:segmentation_id":46,"name":"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:30Z","provider:network_type":"vxlan"}]} 2018-09-01 12:29:43,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-75134d22-21dd-44be-b3a0-84ba370dbd33 2018-09-01 12:29:43,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341928005219s 2018-09-01 12:29:43,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-75134d22-21dd-44be-b3a0-84ba370dbd33 2018-09-01 12:29:43,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:29:43,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:44,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a62881b3-9a60-4c38-9ce4-551dc9d37de0 Date: Sat, 01 Sep 2018 12:29:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:29:38Z", "file": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file", "owner": "dfc461ef79e94bbc95d56eabe475cd04", "id": "94318e39-2f18-4995-a826-5365a7f5eba8", "size": 12716032, "self": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:29:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:29:44,275 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a62881b3-9a60-4c38-9ce4-551dc9d37de0 2018-09-01 12:29:44,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.790636062622s 2018-09-01 12:29:44,276 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a62881b3-9a60-4c38-9ce4-551dc9d37de0 2018-09-01 12:29:44,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:29:44,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:44,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-973df081-db85-47fd-83a9-6f2e832d90fe x-compute-request-id: req-973df081-db85-47fd-83a9-6f2e832d90fe Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5319e294-fa75-4dc1-89d1-f3cf708190d8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "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": "bc596260-daef-425f-934e-816a28df71df"}]} 2018-09-01 12:29:44,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-973df081-db85-47fd-83a9-6f2e832d90fe 2018-09-01 12:29:44,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250718593597s 2018-09-01 12:29:44,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-973df081-db85-47fd-83a9-6f2e832d90fe 2018-09-01 12:29:44,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:29:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"server": {"name": "singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8", "imageRef": "94318e39-2f18-4995-a826-5365a7f5eba8", "key_name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "flavorRef": "bc596260-daef-425f-934e-816a28df71df", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fc9e52b2-8bef-47fd-9545-6b9bc674c53b"}], "security_groups": [{"name": "136e858c-0dd1-4a60-8975-266922d42c0a"}]}}' 2018-09-01 12:29:49,956 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:29:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-89150956-3329-44ab-8d05-bf1456c6c4cf x-compute-request-id: req-89150956-3329-44ab-8d05-bf1456c6c4cf Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "136e858c-0dd1-4a60-8975-266922d42c0a"}], "OS-DCF:diskConfig": "MANUAL", "id": "54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "bookmark"}], "adminPass": "7mHPV27jjEfL"}} 2018-09-01 12:29:49,956 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-89150956-3329-44ab-8d05-bf1456c6c4cf 2018-09-01 12:29:49,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.65157580376s 2018-09-01 12:29:49,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-89150956-3329-44ab-8d05-bf1456c6c4cf 2018-09-01 12:29:49,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:29:49,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:50,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-38dde0eb-9b04-4a4b-b881-5a926507bdc7 x-compute-request-id: req-38dde0eb-9b04-4a4b-b881-5a926507bdc7 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.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "bookmark"}], "image": {"id": "94318e39-2f18-4995-a826-5365a7f5eba8", "links": [{"href": "http://172.30.9.30:8774/images/94318e39-2f18-4995-a826-5365a7f5eba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc596260-daef-425f-934e-816a28df71df", "links": [{"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "bookmark"}]}, "id": "54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "user_id": "5950a698f8b742428ccbba454c2afcd6", "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-09-01T12:29:50Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8", "created": "2018-09-01T12:29:49Z", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:29:50,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-38dde0eb-9b04-4a4b-b881-5a926507bdc7 2018-09-01 12:29:50,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.955555915833s 2018-09-01 12:29:50,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-38dde0eb-9b04-4a4b-b881-5a926507bdc7 2018-09-01 12:29:50,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:29:50,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:51,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-85c7acc5-f554-46a2-b91a-43d3fa0d3ccd Date: Sat, 01 Sep 2018 12:29:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":["f7577e17-f059-40e9-a4da-d34f1e32a96b"],"description":"","tags":[],"updated_at":"2018-09-01T12:29:31Z","provider:segmentation_id":46,"name":"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:30Z","provider:network_type":"vxlan"}]} 2018-09-01 12:29:51,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-85c7acc5-f554-46a2-b91a-43d3fa0d3ccd 2018-09-01 12:29:51,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0840280056s 2018-09-01 12:29:51,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-85c7acc5-f554-46a2-b91a-43d3fa0d3ccd 2018-09-01 12:29:51,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:29:51,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:51,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-8b61b3f9-a648-493b-bfe9-ddec8b1b0a45 Date: Sat, 01 Sep 2018 12:29:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c2541a6c-ee2f-4745-866e-f11cc584589f","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:33Z","dns_nameservers":[],"updated_at":"2018-09-01T12:24:33Z","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":"6280e4ef836043b69152454fba2c6ab6","id":"b6c26688-6bc5-4c93-b9ef-227d61e48b03","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:29:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfc461ef79e94bbc95d56eabe475cd04","id":"f7577e17-f059-40e9-a4da-d34f1e32a96b","subnetpool_id":null,"name":"singlevm1-subnet_5319e294-fa75-4dc1-89d1-f3cf708190d8"}]} 2018-09-01 12:29:51,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-8b61b3f9-a648-493b-bfe9-ddec8b1b0a45 2018-09-01 12:29:51,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0476109981537s 2018-09-01 12:29:51,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-8b61b3f9-a648-493b-bfe9-ddec8b1b0a45 2018-09-01 12:29:51,055 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:29:53,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:29:53,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:54,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dabf420d-4249-436e-90d0-63a5d4df4390 x-compute-request-id: req-dabf420d-4249-436e-90d0-63a5d4df4390 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.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "bookmark"}], "image": {"id": "94318e39-2f18-4995-a826-5365a7f5eba8", "links": [{"href": "http://172.30.9.30:8774/images/94318e39-2f18-4995-a826-5365a7f5eba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc596260-daef-425f-934e-816a28df71df", "links": [{"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "bookmark"}]}, "id": "54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "security_groups": [{"name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}], "user_id": "5950a698f8b742428ccbba454c2afcd6", "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-09-01T12:29:52Z", "hostId": "bd67967a5abff54f576991cacfe50bfc133d929efa0894b17ea48365", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8", "created": "2018-09-01T12:29:49Z", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:29:54,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dabf420d-4249-436e-90d0-63a5d4df4390 2018-09-01 12:29:54,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.7591547966s 2018-09-01 12:29:54,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-dabf420d-4249-436e-90d0-63a5d4df4390 2018-09-01 12:29:54,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:29:56,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:29:56,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:29:58,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:29: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-5ac3c8f4-8488-4b72-9b38-3f7758606f8f x-compute-request-id: req-5ac3c8f4-8488-4b72-9b38-3f7758606f8f Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "bookmark"}], "image": {"id": "94318e39-2f18-4995-a826-5365a7f5eba8", "links": [{"href": "http://172.30.9.30:8774/images/94318e39-2f18-4995-a826-5365a7f5eba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc596260-daef-425f-934e-816a28df71df", "links": [{"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "bookmark"}]}, "id": "54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "security_groups": [{"name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}], "user_id": "5950a698f8b742428ccbba454c2afcd6", "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-09-01T12:29:53Z", "hostId": "bd67967a5abff54f576991cacfe50bfc133d929efa0894b17ea48365", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8", "created": "2018-09-01T12:29:49Z", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:29:58,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ac3c8f4-8488-4b72-9b38-3f7758606f8f 2018-09-01 12:29:58,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41134285927s 2018-09-01 12:29:58,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5ac3c8f4-8488-4b72-9b38-3f7758606f8f 2018-09-01 12:29:58,240 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:30:00,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:30:00,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:01,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-1260aa9d-dbca-47f9-9abc-b6a9eff2a943 x-compute-request-id: req-1260aa9d-dbca-47f9-9abc-b6a9eff2a943 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:9d:8c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "bookmark"}], "image": {"id": "94318e39-2f18-4995-a826-5365a7f5eba8", "links": [{"href": "http://172.30.9.30:8774/images/94318e39-2f18-4995-a826-5365a7f5eba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc596260-daef-425f-934e-816a28df71df", "links": [{"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "bookmark"}]}, "id": "54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "security_groups": [{"name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}], "user_id": "5950a698f8b742428ccbba454c2afcd6", "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-09-01T12:29:53Z", "hostId": "bd67967a5abff54f576991cacfe50bfc133d929efa0894b17ea48365", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8", "created": "2018-09-01T12:29:49Z", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:30:01,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1260aa9d-dbca-47f9-9abc-b6a9eff2a943 2018-09-01 12:30:01,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.58705401421s 2018-09-01 12:30:01,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1260aa9d-dbca-47f9-9abc-b6a9eff2a943 2018-09-01 12:30:01,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:30:03,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:30:03,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:05,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2120699f-f108-40d4-97d5-b570fbb15cdf x-compute-request-id: req-2120699f-f108-40d4-97d5-b570fbb15cdf Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:9d:8c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "bookmark"}], "image": {"id": "94318e39-2f18-4995-a826-5365a7f5eba8", "links": [{"href": "http://172.30.9.30:8774/images/94318e39-2f18-4995-a826-5365a7f5eba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-01T12:30:02.000000", "flavor": {"id": "bc596260-daef-425f-934e-816a28df71df", "links": [{"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "bookmark"}]}, "id": "54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "security_groups": [{"name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}], "user_id": "5950a698f8b742428ccbba454c2afcd6", "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-09-01T12:30:02Z", "hostId": "bd67967a5abff54f576991cacfe50bfc133d929efa0894b17ea48365", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8", "created": "2018-09-01T12:29:49Z", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:30:05,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2120699f-f108-40d4-97d5-b570fbb15cdf 2018-09-01 12:30:05,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27500700951s 2018-09-01 12:30:05,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2120699f-f108-40d4-97d5-b570fbb15cdf 2018-09-01 12:30:05,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:30:05,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=54be17b0-9e9b-48a8-9f05-414d3e4e44c3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:05,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-be02414e-ef9b-4e39-9cc9-f96852d056ea Date: Sat, 01 Sep 2018 12:30:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T12:30:02Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f7577e17-f059-40e9-a4da-d34f1e32a96b","ip_address":"192.168.120.9"}],"id":"7e051a7c-481e-4f6d-9cc5-b65100af8361","security_groups":["136e858c-0dd1-4a60-8975-266922d42c0a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3d:9d:8c","project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"54be17b0-9e9b-48a8-9f05-414d3e4e44c3","name":"","admin_state_up":true,"network_id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:53Z","binding:vnic_type":"normal"}]} 2018-09-01 12:30:05,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=54be17b0-9e9b-48a8-9f05-414d3e4e44c3 used request id req-be02414e-ef9b-4e39-9cc9-f96852d056ea 2018-09-01 12:30:05,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.384418010712s 2018-09-01 12:30:05,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=54be17b0-9e9b-48a8-9f05-414d3e4e44c3 used request id req-be02414e-ef9b-4e39-9cc9-f96852d056ea 2018-09-01 12:30:05,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:30:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=7e051a7c-481e-4f6d-9cc5-b65100af8361" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:05,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-babbf940-a9f8-41ff-83b6-923c14f30f93 Date: Sat, 01 Sep 2018 12:30:05 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:30:05,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=7e051a7c-481e-4f6d-9cc5-b65100af8361 used request id req-babbf940-a9f8-41ff-83b6-923c14f30f93 2018-09-01 12:30:05,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0492961406708s 2018-09-01 12:30:05,556 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=7e051a7c-481e-4f6d-9cc5-b65100af8361 used request id req-babbf940-a9f8-41ff-83b6-923c14f30f93 2018-09-01 12:30:05,557 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3d:9d:8c', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'94318e39-2f18-4995-a826-5365a7f5eba8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-09-01T12:30:02.000000', 'flavor': Munch({u'id': u'bc596260-daef-425f-934e-816a28df71df'}), 'az': u'nova', 'id': u'54be17b0-9e9b-48a8-9f05-414d3e4e44c3', 'security_groups': [Munch({u'name': u'singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5950a698f8b742428ccbba454c2afcd6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfc461ef79e94bbc95d56eabe475cd04', '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-09-01T12:30:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:30:02Z', 'hostId': u'bd67967a5abff54f576991cacfe50bfc133d929efa0894b17ea48365', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'bd67967a5abff54f576991cacfe50bfc133d929efa0894b17ea48365', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-09-01T12:30:02.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'dfc461ef79e94bbc95d56eabe475cd04', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8', 'adminPass': u'7mHPV27jjEfL', 'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', 'created_at': u'2018-09-01T12:29:49Z', 'created': u'2018-09-01T12:29:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:30:05,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:30:05,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:05,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1e43ff33-3163-4fde-8c56-34f6db2e8a43 Date: Sat, 01 Sep 2018 12:30:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":["f7577e17-f059-40e9-a4da-d34f1e32a96b"],"description":"","tags":[],"updated_at":"2018-09-01T12:29:31Z","provider:segmentation_id":46,"name":"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:30Z","provider:network_type":"vxlan"}]} 2018-09-01 12:30:05,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1e43ff33-3163-4fde-8c56-34f6db2e8a43 2018-09-01 12:30:05,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.378522872925s 2018-09-01 12:30:05,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1e43ff33-3163-4fde-8c56-34f6db2e8a43 2018-09-01 12:30:05,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:30:05,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=54be17b0-9e9b-48a8-9f05-414d3e4e44c3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:06,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-9eb847bb-b456-47cf-9376-015b8594a4a5 Date: Sat, 01 Sep 2018 12:30:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-01T12:30:02Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f7577e17-f059-40e9-a4da-d34f1e32a96b","ip_address":"192.168.120.9"}],"id":"7e051a7c-481e-4f6d-9cc5-b65100af8361","security_groups":["136e858c-0dd1-4a60-8975-266922d42c0a"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3d:9d:8c","project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"54be17b0-9e9b-48a8-9f05-414d3e4e44c3","name":"","admin_state_up":true,"network_id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:53Z","binding:vnic_type":"normal"}]} 2018-09-01 12:30:06,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=54be17b0-9e9b-48a8-9f05-414d3e4e44c3 used request id req-9eb847bb-b456-47cf-9376-015b8594a4a5 2018-09-01 12:30:06,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0656709671021s 2018-09-01 12:30:06,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=54be17b0-9e9b-48a8-9f05-414d3e4e44c3 used request id req-9eb847bb-b456-47cf-9376-015b8594a4a5 2018-09-01 12:30:06,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 12:30:06,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"floatingip": {"floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "port_id": "7e051a7c-481e-4f6d-9cc5-b65100af8361"}}' 2018-09-01 12:30:07,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-ac05a086-39fc-45b6-836d-11a10058dfd2 Date: Sat, 01 Sep 2018 12:30:07 GMT RESP BODY: {"floatingip": {"router_id": "f4386bf3-07e4-4dc3-a61a-9a840230dadc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:30:06Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "7e051a7c-481e-4f6d-9cc5-b65100af8361", "id": "2b21590b-d909-45e2-aedc-ed3a8405290b", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:30:06Z", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}} 2018-09-01 12:30:07,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-ac05a086-39fc-45b6-836d-11a10058dfd2 2018-09-01 12:30:07,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.91884803772s 2018-09-01 12:30:07,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-ac05a086-39fc-45b6-836d-11a10058dfd2 2018-09-01 12:30:07,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:30:07,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:07,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-57b52df8-1f7b-49c0-80ef-72329cad281d Date: Sat, 01 Sep 2018 12:30:08 GMT RESP BODY: {"floatingips": [{"router_id": "f4386bf3-07e4-4dc3-a61a-9a840230dadc", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:30:06Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "7e051a7c-481e-4f6d-9cc5-b65100af8361", "id": "2b21590b-d909-45e2-aedc-ed3a8405290b", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:30:06Z", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}]} 2018-09-01 12:30:07,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-57b52df8-1f7b-49c0-80ef-72329cad281d 2018-09-01 12:30:07,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.062616109848s 2018-09-01 12:30:07,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-57b52df8-1f7b-49c0-80ef-72329cad281d 2018-09-01 12:30:08,001 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f4386bf3-07e4-4dc3-a61a-9a840230dadc', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'dfc461ef79e94bbc95d56eabe475cd04', 'created_at': u'2018-09-01T12:30:06Z', 'attached': True, 'updated_at': u'2018-09-01T12:30:06Z', 'id': u'2b21590b-d909-45e2-aedc-ed3a8405290b', 'floating_network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dfc461ef79e94bbc95d56eabe475cd04', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f4386bf3-07e4-4dc3-a61a-9a840230dadc', 'project_id': u'dfc461ef79e94bbc95d56eabe475cd04', 'port_id': u'7e051a7c-481e-4f6d-9cc5-b65100af8361', 'port': u'7e051a7c-481e-4f6d-9cc5-b65100af8361', 'network': u'c2541a6c-ee2f-4745-866e-f11cc584589f'}) 2018-09-01 12:30:08,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:30:08,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:30:08,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-2a72861d-2faa-4507-8676-f498e9f224b2 x-compute-request-id: req-2a72861d-2faa-4507-8676-f498e9f224b2 Content-Encoding: gzip Content-Length: 9604 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 506188144 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.187543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.189961] pid_max: default: 32768 minimum: 301\n[ 0.191263] ACPI: Core revision 20150930\n[ 0.193007] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194892] Security Framework initialized\n[ 0.196074] Yama: becoming mindful.\n[ 0.197138] AppArmor: AppArmor initialized\n[ 0.198360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.200231] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.202046] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205761] Initializing cgroup subsys io\n[ 0.206949] Initializing cgroup subsys memory\n[ 0.208198] Initializing cgroup subsys devices\n[ 0.209444] Initializing cgroup subsys freezer\n[ 0.210697] Initializing cgroup subsys net_cls\n[ 0.211975] Initializing cgroup subsys perf_event\n[ 0.213270] Initializing cgroup subsys net_prio\n[ 0.214561] Initializing cgroup subsys hugetlb\n[ 0.215791] Initializing cgroup subsys pids\n[ 0.217021] CPU: Physical Processor ID: 0\n[ 0.218883] mce: CPU supports 10 MCE banks\n[ 0.220081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.221494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244317] ftrace: allocating 31920 entries in 125 pages\n[ 0.270247] smpboot: Max logical packages: 1\n[ 0.271459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273421] x2apic enabled\n[ 0.274583] Switched APIC routing to physical x2apic.\n[ 0.277087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278675] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281524] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284118] KVM setup paravirtual spinlock\n[ 0.285765] x86: Booted up 1 node, 1 CPUs\n[ 0.286931] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288930] devtmpfs: initialized\n[ 0.290972] evm: security.selinux\n[ 0.291970] evm: security.SMACK64\n[ 0.292954] evm: security.SMACK64EXEC\n[ 0.294042] evm: security.SMACK64TRANSMUTE\n[ 0.295202] evm: security.SMACK64MMAP\n[ 0.296286] evm: security.ima\n[ 0.297211] evm: security.capability\n[ 0.298317] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300939] pinctrl core: initialized pinctrl subsystem\n[ 0.302458] RTC time: 12:30:02, date: 09/01/18\n[ 0.303822] NET: Registered protocol family 16\n[ 0.305183] cpuidle: using governor ladder\n[ 0.306376] cpuidle: using governor menu\n[ 0.307513] PCCT header not found.\n[ 0.308574] ACPI: bus type PCI registered\n[ 0.309731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311505] PCI: Using configuration type 1 for base access\n[ 0.313679] ACPI: Added _OSI(Module Device)\n[ 0.314881] ACPI: Added _OSI(Processor Device)\n[ 0.316135] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319691] ACPI: Interpreter enabled\n[ 0.320776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331326] ACPI: (supports S0 S5)\n[ 0.332324] ACPI: Using IOAPIC for interrupt routing\n[ 0.333647] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337598] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339226] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345843] acpiphp: Slot [3] registered\n[ 0.346994] acpiphp: Slot [4] registered\n[ 0.348108] acpiphp: Slot [5] registered\n[ 0.349247] acpiphp: Slot [6] registered\n[ 0.350383] acpiphp: Slot [7] registered\n[ 0.351543] acpiphp: Slot [8] registered\n[ 0.352678] acpiphp: Slot [9] registered\n[ 0.353828] acpiphp: Slot [10] registered\n[ 0.354957] acpiphp: Slot [11] registered\n[ 0.356130] acpiphp: Slot [12] registered\n[ 0.357288] acpiphp: Slot [13] registered\n[ 0.358440] acpiphp: Slot [14] registered\n[ 0.359594] acpiphp: Slot [15] registered\n[ 0.374949] acpiphp: Slot [16] registered\n[ 0.376134] acpiphp: Slot [17] registered\n[ 0.377292] acpiphp: Slot [18] registered\n[ 0.378449] acpiphp: Slot [19] registered\n[ 0.379610] acpiphp: Slot [20] registered\n[ 0.380773] acpiphp: Slot [21] registered\n[ 0.381898] acpiphp: Slot [22] registered\n[ 0.383044] acpiphp: Slot [23] registered\n[ 0.384193] acpiphp: Slot [24] registered\n[ 0.385356] acpiphp: Slot [25] registered\n[ 0.386488] acpiphp: Slot [26] registered\n[ 0.387616] acpiphp: Slot [27] registered\n[ 0.388785] acpiphp: Slot [28] registered\n[ 0.389946] acpiphp: Slot [29] registered\n[ 0.391108] acpiphp: Slot [30] registered\n[ 0.392229] acpiphp: Slot [31] registered\n[ 0.393390] PCI host bridge to bus 0000:00\n[ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396313] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398063] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400131] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402155] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404234] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417822] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419897] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444253] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446218] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449913] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451714] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455409] vgaarb: loaded\n[ 0.456273] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457991] SCSI subsystem initialized\n[ 0.459290] ACPI: bus type USB registered\n[ 0.460455] usbcore: registered new interface driver usbfs\n[ 0.461897] usbcore: registered new interface driver hub\n[ 0.463275] usbcore: registered new device driver usb\n[ 0.464777] PCI: Using ACPI for IRQ routing\n[ 0.466333] NetLabel: Initializing\n[ 0.467355] NetLabel: domain hash size = 128\n[ 0.468540] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.469852] NetLabel: unlabeled traffic allowed by default\n[ 0.471454] clocksource: Switched to clocksource kvm-clock\n[ 0.481392] AppArmor: AppArmor Filesystem Enabled\n[ 0.482704] pnp: PnP ACPI init\n[ 0.483925] pnp: PnP ACPI: found 5 devices\n[ 0.490729] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493035] NET: Registered protocol family 2\n[ 0.494428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496170] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499429] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500902] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502478] NET: Registered protocol family 1\n[ 0.503686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505171] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536273] Trying to unpack rootfs image as initramfs...\n[ 0.599272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.604085] Scanning for low memory corruption every 60 seconds\n[ 0.606251] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607854] audit: initializing netlink subsys (disabled)\n[ 0.609299] audit: type=2000 audit(1535805003.736:1): initialized\n[ 0.611258] Initialise system trusted keyring\n[ 0.612756] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.614352] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617101] zbud: loaded\n[ 0.618133] VFS: Disk quotas dquot_6.6.0\n[ 0.619322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621614] fuse init (API version 7.23)\n[ 0.622904] Key type big_key registered\n[ 0.624061] Allocating IMA MOK and blacklist keyrings.\n[ 0.625742] Key type asymmetric registered\n[ 0.626942] Asymmetric key parser 'x509' registered\n[ 0.628314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.630411] io scheduler noop registered\n[ 0.631587] io scheduler deadline registered (default)\n[ 0.633001] io scheduler cfq registered\n[ 0.634255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635783] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.637584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.639734] ACPI: Power Button [PWRF]\n[ 0.641013] GHES: HEST is not enabled!\n[ 0.655138] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.684172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.687077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710821] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713945] Linux agpgart interface v0.103\n[ 0.717362] brd: module loaded\n[ 0.719610] loop: module loaded\n[ 0.724356] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726463] GPT:90111 != 2097151\n[ 0.727440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.729001] GPT:90111 != 2097151\n[ 0.729987] GPT: Use GNU Parted to correct GPT errors.\n[ 0.731339] vda: vda1 vda15\n[ 0.732998] scsi host0: ata_piix\n[ 0.734105] scsi host1: ata_piix\n[ 0.735137] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.739171] libphy: Fixed MDIO Bus: probed\n[ 0.740349] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744506] PPP generic driver version 2.4.2\n[ 0.745804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747540] ehci-pci: EHCI PCI platform driver\n[ 0.748810] ehci-platform: EHCI generic platform driver\n[ 0.750243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751849] ohci-pci: OHCI PCI platform driver\n[ 0.753066] ohci-platform: OHCI generic platform driver\n[ 0.754444] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769062] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772667] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.774117] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.775783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.777570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.779647] usb usb1: Product: UHCI Host Controller\n[ 0.780976] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.782621] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784058] hub 1-0:1.0: USB hub found\n[ 0.785196] hub 1-0:1.0: 2 ports detected\n[ 0.786531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.789530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.790921] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792398] mousedev: PS/2 mouse device common for all mice\n[ 0.794167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.796786] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798381] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801828] i2c /dev entries driver\n[ 0.802926] device-mapper: uevent: version 1.0.3\n[ 0.804297] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806673] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808604] NET: Registered protocol family 10\n[ 0.810201] NET: Registered protocol family 17\n[ 0.811492] Key type dns_resolver registered\n[ 0.812846] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.814418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816985] registered taskstats version 1\n[ 0.818200] Loading compiled-in X.509 certificates\n[ 0.820131] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822818] zswap: loaded using pool lzo/zbud\n[ 0.824965] Key type trusted registered\n[ 0.827150] Key type encrypted registered\n[ 0.828351] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829858] ima: No TPM chip found, activating TPM-bypass!\n[ 0.831350] evm: HMAC attrs: 0x1\n[ 0.832695] Magic number: 2:841:530\n[ 0.833813] tty ttyS10: hash matches\n[ 0.834977] rtc_cmos 00:00: setting system clock to 2018-09-01 12:30:03 UTC (1535805003)\n[ 0.837318] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.838929] EDD information not available.\n[ 0.893131] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.895367] Write protecting the kernel read-only data: 14336k\n[ 0.898367] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.900897] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949848] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcinLqLbcWqx6ljfOcD1CR+IRXthF2kEpPflW9dO2/Nli3FIMQZ6sB8FMPry4XrOWY9iHQswP6JxOycnOLkVuKsKfZqpGKSp7b57NLKOUZTvfznCRK08syzZRgVJOLUubz0UEwxVCIHX6iHb1kGiLGFZgzah68WVUJYwftDshuvjoORJr5Qw7YsJp229N9kbhlw60sAwWITs+Xk0BMYHWyoiWfLFWf1lcDFbkyAXbMziyqonliBJmmEWeSAeMC4mrzMMdUAJbxDhlRB5mJbwbe/SjcX7mXGeTVyxcZwNfRAslYpKZHmWbth/RsMZYfC1f6Ai1u6C7kuciLr3SQZASd root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8\nssh-dss AAAAB3NzaC1kc3MAAACBAM8wnCjM2uIMHnwsEaGDTKT11qIIMbjrchkbnjIjsTK4n1q3pBfsQwk/WvfuVi7Cxy+3wptbA/WytOuYsvWM8+it9kjmSqWH8ocnt6TkR35wI/znB6O4JjOV+vj4Fq7hcIkXZwNtKV6qmW2glL4uzexnLOqDoBRZXsa2LQwmpUe9AAAAFQD7Eqc0IhU2zd5eeyvqKIhYYCDE6QAAAIBx6hznX9leyWkIc9Dns6+OgPeiMO9HH8jgOA+xKxyoUPHqQZ2zLuWAhT8sABNZ/1XsySb6/8L5n3yA3YMqIeSZ4dcYcYejymAKvKmOLKAGpYv8xxMwzrJO7TON/yG1zissmmcgXj2HbfnqxUxln03Y378DXR8xF8k1deWu/LS56QAAAIBl+ItRa0oBNDZVNd8M0aPkWsNnMbpAhSutL5PRz2yGRpRyc1ia2jYq4VCtb79qJwgUBY3LPHz9gmTNVTQGtvPC+3G7rGMdIY1GOoC6fo5Cy+k/vwCw6qsu/x0zXrBDWUmqSyQiYD8bqYNWTyo8cft2UrGwevQcJvvo6QS1tkyDNQ== root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe3d:9d8c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 login: "} 2018-09-01 12:30:08,773 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3/action used request id req-2a72861d-2faa-4507-8676-f498e9f224b2 2018-09-01 12:30:08,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.771020174026s 2018-09-01 12:30:08,774 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3/action used request id req-2a72861d-2faa-4507-8676-f498e9f224b2 2018-09-01 12:30:08,775 - 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 506188144 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.187543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.189961] pid_max: default: 32768 minimum: 301 [ 0.191263] ACPI: Core revision 20150930 [ 0.193007] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.194892] Security Framework initialized [ 0.196074] Yama: becoming mindful. [ 0.197138] AppArmor: AppArmor initialized [ 0.198360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.200231] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.202046] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205761] Initializing cgroup subsys io [ 0.206949] Initializing cgroup subsys memory [ 0.208198] Initializing cgroup subsys devices [ 0.209444] Initializing cgroup subsys freezer [ 0.210697] Initializing cgroup subsys net_cls [ 0.211975] Initializing cgroup subsys perf_event [ 0.213270] Initializing cgroup subsys net_prio [ 0.214561] Initializing cgroup subsys hugetlb [ 0.215791] Initializing cgroup subsys pids [ 0.217021] CPU: Physical Processor ID: 0 [ 0.218883] mce: CPU supports 10 MCE banks [ 0.220081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.221494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.237511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.244317] ftrace: allocating 31920 entries in 125 pages [ 0.270247] smpboot: Max logical packages: 1 [ 0.271459] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273421] x2apic enabled [ 0.274583] Switched APIC routing to physical x2apic. [ 0.277087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278675] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281524] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284118] KVM setup paravirtual spinlock [ 0.285765] x86: Booted up 1 node, 1 CPUs [ 0.286931] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288930] devtmpfs: initialized [ 0.290972] evm: security.selinux [ 0.291970] evm: security.SMACK64 [ 0.292954] evm: security.SMACK64EXEC [ 0.294042] evm: security.SMACK64TRANSMUTE [ 0.295202] evm: security.SMACK64MMAP [ 0.296286] evm: security.ima [ 0.297211] evm: security.capability [ 0.298317] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300939] pinctrl core: initialized pinctrl subsystem [ 0.302458] RTC time: 12:30:02, date: 09/01/18 [ 0.303822] NET: Registered protocol family 16 [ 0.305183] cpuidle: using governor ladder [ 0.306376] cpuidle: using governor menu [ 0.307513] PCCT header not found. [ 0.308574] ACPI: bus type PCI registered [ 0.309731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311505] PCI: Using configuration type 1 for base access [ 0.313679] ACPI: Added _OSI(Module Device) [ 0.314881] ACPI: Added _OSI(Processor Device) [ 0.316135] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317437] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319691] ACPI: Interpreter enabled [ 0.320776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331326] ACPI: (supports S0 S5) [ 0.332324] ACPI: Using IOAPIC for interrupt routing [ 0.333647] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337598] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339226] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345843] acpiphp: Slot [3] registered [ 0.346994] acpiphp: Slot [4] registered [ 0.348108] acpiphp: Slot [5] registered [ 0.349247] acpiphp: Slot [6] registered [ 0.350383] acpiphp: Slot [7] registered [ 0.351543] acpiphp: Slot [8] registered [ 0.352678] acpiphp: Slot [9] registered [ 0.353828] acpiphp: Slot [10] registered [ 0.354957] acpiphp: Slot [11] registered [ 0.356130] acpiphp: Slot [12] registered [ 0.357288] acpiphp: Slot [13] registered [ 0.358440] acpiphp: Slot [14] registered [ 0.359594] acpiphp: Slot [15] registered [ 0.374949] acpiphp: Slot [16] registered [ 0.376134] acpiphp: Slot [17] registered [ 0.377292] acpiphp: Slot [18] registered [ 0.378449] acpiphp: Slot [19] registered [ 0.379610] acpiphp: Slot [20] registered [ 0.380773] acpiphp: Slot [21] registered [ 0.381898] acpiphp: Slot [22] registered [ 0.383044] acpiphp: Slot [23] registered [ 0.384193] acpiphp: Slot [24] registered [ 0.385356] acpiphp: Slot [25] registered [ 0.386488] acpiphp: Slot [26] registered [ 0.387616] acpiphp: Slot [27] registered [ 0.388785] acpiphp: Slot [28] registered [ 0.389946] acpiphp: Slot [29] registered [ 0.391108] acpiphp: Slot [30] registered [ 0.392229] acpiphp: Slot [31] registered [ 0.393390] PCI host bridge to bus 0000:00 [ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396313] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398063] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400131] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402155] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404234] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417822] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419897] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444253] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446218] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449913] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451714] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455409] vgaarb: loaded [ 0.456273] vgaarb: bridge control possible 0000:00:02.0 [ 0.457991] SCSI subsystem initialized [ 0.459290] ACPI: bus type USB registered [ 0.460455] usbcore: registered new interface driver usbfs [ 0.461897] usbcore: registered new interface driver hub [ 0.463275] usbcore: registered new device driver usb [ 0.464777] PCI: Using ACPI for IRQ routing [ 0.466333] NetLabel: Initializing [ 0.467355] NetLabel: domain hash size = 128 [ 0.468540] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.469852] NetLabel: unlabeled traffic allowed by default [ 0.471454] clocksource: Switched to clocksource kvm-clock [ 0.481392] AppArmor: AppArmor Filesystem Enabled [ 0.482704] pnp: PnP ACPI init [ 0.483925] pnp: PnP ACPI: found 5 devices [ 0.490729] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493035] NET: Registered protocol family 2 [ 0.494428] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496170] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.497808] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499429] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500902] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502478] NET: Registered protocol family 1 [ 0.503686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505171] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.506626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536273] Trying to unpack rootfs image as initramfs... [ 0.599272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.604085] Scanning for low memory corruption every 60 seconds [ 0.606251] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.607854] audit: initializing netlink subsys (disabled) [ 0.609299] audit: type=2000 audit(1535805003.736:1): initialized [ 0.611258] Initialise system trusted keyring [ 0.612756] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.614352] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.617101] zbud: loaded [ 0.618133] VFS: Disk quotas dquot_6.6.0 [ 0.619322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.621614] fuse init (API version 7.23) [ 0.622904] Key type big_key registered [ 0.624061] Allocating IMA MOK and blacklist keyrings. [ 0.625742] Key type asymmetric registered [ 0.626942] Asymmetric key parser 'x509' registered [ 0.628314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.630411] io scheduler noop registered [ 0.631587] io scheduler deadline registered (default) [ 0.633001] io scheduler cfq registered [ 0.634255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.635783] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.637584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.639734] ACPI: Power Button [PWRF] [ 0.641013] GHES: HEST is not enabled! [ 0.655138] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.684172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.687077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.710821] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.713945] Linux agpgart interface v0.103 [ 0.717362] brd: module loaded [ 0.719610] loop: module loaded [ 0.724356] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.726463] GPT:90111 != 2097151 [ 0.727440] GPT:Alternate GPT header not at the end of the disk. [ 0.729001] GPT:90111 != 2097151 [ 0.729987] GPT: Use GNU Parted to correct GPT errors. [ 0.731339] vda: vda1 vda15 [ 0.732998] scsi host0: ata_piix [ 0.734105] scsi host1: ata_piix [ 0.735137] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.739171] libphy: Fixed MDIO Bus: probed [ 0.740349] tun: Universal TUN/TAP device driver, 1.6 [ 0.741723] tun: (C) 1999-2004 Max Krasnyansky [ 0.744506] PPP generic driver version 2.4.2 [ 0.745804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747540] ehci-pci: EHCI PCI platform driver [ 0.748810] ehci-platform: EHCI generic platform driver [ 0.750243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751849] ohci-pci: OHCI PCI platform driver [ 0.753066] ohci-platform: OHCI generic platform driver [ 0.754444] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769062] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772667] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.774117] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.775783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.777570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.779647] usb usb1: Product: UHCI Host Controller [ 0.780976] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.782621] usb usb1: SerialNumber: 0000:00:01.2 [ 0.784058] hub 1-0:1.0: USB hub found [ 0.785196] hub 1-0:1.0: 2 ports detected [ 0.786531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.789530] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.790921] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.792398] mousedev: PS/2 mouse device common for all mice [ 0.794167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.796786] rtc_cmos 00:00: RTC can wake from S4 [ 0.798381] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.800095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.801828] i2c /dev entries driver [ 0.802926] device-mapper: uevent: version 1.0.3 [ 0.804297] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.806673] ledtrig-cpu: registered to indicate activity on CPUs [ 0.808604] NET: Registered protocol family 10 [ 0.810201] NET: Registered protocol family 17 [ 0.811492] Key type dns_resolver registered [ 0.812846] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.814418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.816985] registered taskstats version 1 [ 0.818200] Loading compiled-in X.509 certificates [ 0.820131] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.822818] zswap: loaded using pool lzo/zbud [ 0.824965] Key type trusted registered [ 0.827150] Key type encrypted registered [ 0.828351] AppArmor: AppArmor sha1 policy hashing enabled [ 0.829858] ima: No TPM chip found, activating TPM-bypass! [ 0.831350] evm: HMAC attrs: 0x1 [ 0.832695] Magic number: 2:841:530 [ 0.833813] tty ttyS10: hash matches [ 0.834977] rtc_cmos 00:00: setting system clock to 2018-09-01 12:30:03 UTC (1535805003) [ 0.837318] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.838929] EDD information not available. [ 0.893131] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.895367] Write protecting the kernel read-only data: 14336k [ 0.898367] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.900897] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.949848] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcinLqLbcWqx6ljfOcD1CR+IRXthF2kEpPflW9dO2/Nli3FIMQZ6sB8FMPry4XrOWY9iHQswP6JxOycnOLkVuKsKfZqpGKSp7b57NLKOUZTvfznCRK08syzZRgVJOLUubz0UEwxVCIHX6iHb1kGiLGFZgzah68WVUJYwftDshuvjoORJr5Qw7YsJp229N9kbhlw60sAwWITs+Xk0BMYHWyoiWfLFWf1lcDFbkyAXbMziyqonliBJmmEWeSAeMC4mrzMMdUAJbxDhlRB5mJbwbe/SjcX7mXGeTVyxcZwNfRAslYpKZHmWbth/RsMZYfC1f6Ai1u6C7kuciLr3SQZASd root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 ssh-dss AAAAB3NzaC1kc3MAAACBAM8wnCjM2uIMHnwsEaGDTKT11qIIMbjrchkbnjIjsTK4n1q3pBfsQwk/WvfuVi7Cxy+3wptbA/WytOuYsvWM8+it9kjmSqWH8ocnt6TkR35wI/znB6O4JjOV+vj4Fq7hcIkXZwNtKV6qmW2glL4uzexnLOqDoBRZXsa2LQwmpUe9AAAAFQD7Eqc0IhU2zd5eeyvqKIhYYCDE6QAAAIBx6hznX9leyWkIc9Dns6+OgPeiMO9HH8jgOA+xKxyoUPHqQZ2zLuWAhT8sABNZ/1XsySb6/8L5n3yA3YMqIeSZ4dcYcYejymAKvKmOLKAGpYv8xxMwzrJO7TON/yG1zissmmcgXj2HbfnqxUxln03Y378DXR8xF8k1deWu/LS56QAAAIBl+ItRa0oBNDZVNd8M0aPkWsNnMbpAhSutL5PRz2yGRpRyc1ia2jYq4VCtb79qJwgUBY3LPHz9gmTNVTQGtvPC+3G7rGMdIY1GOoC6fo5Cy+k/vwCw6qsu/x0zXrBDWUmqSyQiYD8bqYNWTyo8cft2UrGwevQcJvvo6QS1tkyDNQ== root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe3d:9d8c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 launch-index: 0 === cirros: current=0.4.0 uptime=4.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 login: 2018-09-01 12:30:09,777 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-09-01 12:30:18,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:30:18,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:30:19,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-c66979ab-a50b-4a06-9411-c29368ddd7f0 x-compute-request-id: req-c66979ab-a50b-4a06-9411-c29368ddd7f0 Content-Encoding: gzip Content-Length: 9604 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 506188144 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.187543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.189961] pid_max: default: 32768 minimum: 301\n[ 0.191263] ACPI: Core revision 20150930\n[ 0.193007] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.194892] Security Framework initialized\n[ 0.196074] Yama: becoming mindful.\n[ 0.197138] AppArmor: AppArmor initialized\n[ 0.198360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.200231] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.202046] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205761] Initializing cgroup subsys io\n[ 0.206949] Initializing cgroup subsys memory\n[ 0.208198] Initializing cgroup subsys devices\n[ 0.209444] Initializing cgroup subsys freezer\n[ 0.210697] Initializing cgroup subsys net_cls\n[ 0.211975] Initializing cgroup subsys perf_event\n[ 0.213270] Initializing cgroup subsys net_prio\n[ 0.214561] Initializing cgroup subsys hugetlb\n[ 0.215791] Initializing cgroup subsys pids\n[ 0.217021] CPU: Physical Processor ID: 0\n[ 0.218883] mce: CPU supports 10 MCE banks\n[ 0.220081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.221494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244317] ftrace: allocating 31920 entries in 125 pages\n[ 0.270247] smpboot: Max logical packages: 1\n[ 0.271459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273421] x2apic enabled\n[ 0.274583] Switched APIC routing to physical x2apic.\n[ 0.277087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278675] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281524] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284118] KVM setup paravirtual spinlock\n[ 0.285765] x86: Booted up 1 node, 1 CPUs\n[ 0.286931] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288930] devtmpfs: initialized\n[ 0.290972] evm: security.selinux\n[ 0.291970] evm: security.SMACK64\n[ 0.292954] evm: security.SMACK64EXEC\n[ 0.294042] evm: security.SMACK64TRANSMUTE\n[ 0.295202] evm: security.SMACK64MMAP\n[ 0.296286] evm: security.ima\n[ 0.297211] evm: security.capability\n[ 0.298317] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300939] pinctrl core: initialized pinctrl subsystem\n[ 0.302458] RTC time: 12:30:02, date: 09/01/18\n[ 0.303822] NET: Registered protocol family 16\n[ 0.305183] cpuidle: using governor ladder\n[ 0.306376] cpuidle: using governor menu\n[ 0.307513] PCCT header not found.\n[ 0.308574] ACPI: bus type PCI registered\n[ 0.309731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311505] PCI: Using configuration type 1 for base access\n[ 0.313679] ACPI: Added _OSI(Module Device)\n[ 0.314881] ACPI: Added _OSI(Processor Device)\n[ 0.316135] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317437] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.319691] ACPI: Interpreter enabled\n[ 0.320776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.328683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331326] ACPI: (supports S0 S5)\n[ 0.332324] ACPI: Using IOAPIC for interrupt routing\n[ 0.333647] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.337598] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339226] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.342719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.345843] acpiphp: Slot [3] registered\n[ 0.346994] acpiphp: Slot [4] registered\n[ 0.348108] acpiphp: Slot [5] registered\n[ 0.349247] acpiphp: Slot [6] registered\n[ 0.350383] acpiphp: Slot [7] registered\n[ 0.351543] acpiphp: Slot [8] registered\n[ 0.352678] acpiphp: Slot [9] registered\n[ 0.353828] acpiphp: Slot [10] registered\n[ 0.354957] acpiphp: Slot [11] registered\n[ 0.356130] acpiphp: Slot [12] registered\n[ 0.357288] acpiphp: Slot [13] registered\n[ 0.358440] acpiphp: Slot [14] registered\n[ 0.359594] acpiphp: Slot [15] registered\n[ 0.374949] acpiphp: Slot [16] registered\n[ 0.376134] acpiphp: Slot [17] registered\n[ 0.377292] acpiphp: Slot [18] registered\n[ 0.378449] acpiphp: Slot [19] registered\n[ 0.379610] acpiphp: Slot [20] registered\n[ 0.380773] acpiphp: Slot [21] registered\n[ 0.381898] acpiphp: Slot [22] registered\n[ 0.383044] acpiphp: Slot [23] registered\n[ 0.384193] acpiphp: Slot [24] registered\n[ 0.385356] acpiphp: Slot [25] registered\n[ 0.386488] acpiphp: Slot [26] registered\n[ 0.387616] acpiphp: Slot [27] registered\n[ 0.388785] acpiphp: Slot [28] registered\n[ 0.389946] acpiphp: Slot [29] registered\n[ 0.391108] acpiphp: Slot [30] registered\n[ 0.392229] acpiphp: Slot [31] registered\n[ 0.393390] PCI host bridge to bus 0000:00\n[ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396313] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398063] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400131] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402155] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404234] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.411673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.413460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.417822] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.419897] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444253] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446218] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449913] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451714] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455409] vgaarb: loaded\n[ 0.456273] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457991] SCSI subsystem initialized\n[ 0.459290] ACPI: bus type USB registered\n[ 0.460455] usbcore: registered new interface driver usbfs\n[ 0.461897] usbcore: registered new interface driver hub\n[ 0.463275] usbcore: registered new device driver usb\n[ 0.464777] PCI: Using ACPI for IRQ routing\n[ 0.466333] NetLabel: Initializing\n[ 0.467355] NetLabel: domain hash size = 128\n[ 0.468540] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.469852] NetLabel: unlabeled traffic allowed by default\n[ 0.471454] clocksource: Switched to clocksource kvm-clock\n[ 0.481392] AppArmor: AppArmor Filesystem Enabled\n[ 0.482704] pnp: PnP ACPI init\n[ 0.483925] pnp: PnP ACPI: found 5 devices\n[ 0.490729] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.493035] NET: Registered protocol family 2\n[ 0.494428] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.496170] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.497808] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.499429] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.500902] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.502478] NET: Registered protocol family 1\n[ 0.503686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.505171] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.506626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.536273] Trying to unpack rootfs image as initramfs...\n[ 0.599272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.604085] Scanning for low memory corruption every 60 seconds\n[ 0.606251] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.607854] audit: initializing netlink subsys (disabled)\n[ 0.609299] audit: type=2000 audit(1535805003.736:1): initialized\n[ 0.611258] Initialise system trusted keyring\n[ 0.612756] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.614352] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.617101] zbud: loaded\n[ 0.618133] VFS: Disk quotas dquot_6.6.0\n[ 0.619322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.621614] fuse init (API version 7.23)\n[ 0.622904] Key type big_key registered\n[ 0.624061] Allocating IMA MOK and blacklist keyrings.\n[ 0.625742] Key type asymmetric registered\n[ 0.626942] Asymmetric key parser 'x509' registered\n[ 0.628314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.630411] io scheduler noop registered\n[ 0.631587] io scheduler deadline registered (default)\n[ 0.633001] io scheduler cfq registered\n[ 0.634255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635783] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.637584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.639734] ACPI: Power Button [PWRF]\n[ 0.641013] GHES: HEST is not enabled!\n[ 0.655138] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.684172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.687077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.710821] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.713945] Linux agpgart interface v0.103\n[ 0.717362] brd: module loaded\n[ 0.719610] loop: module loaded\n[ 0.724356] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.726463] GPT:90111 != 2097151\n[ 0.727440] GPT:Alternate GPT header not at the end of the disk.\n[ 0.729001] GPT:90111 != 2097151\n[ 0.729987] GPT: Use GNU Parted to correct GPT errors.\n[ 0.731339] vda: vda1 vda15\n[ 0.732998] scsi host0: ata_piix\n[ 0.734105] scsi host1: ata_piix\n[ 0.735137] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.739171] libphy: Fixed MDIO Bus: probed\n[ 0.740349] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741723] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744506] PPP generic driver version 2.4.2\n[ 0.745804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747540] ehci-pci: EHCI PCI platform driver\n[ 0.748810] ehci-platform: EHCI generic platform driver\n[ 0.750243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.751849] ohci-pci: OHCI PCI platform driver\n[ 0.753066] ohci-platform: OHCI generic platform driver\n[ 0.754444] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.769062] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.770515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.772667] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.774117] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.775783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.777570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.779647] usb usb1: Product: UHCI Host Controller\n[ 0.780976] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.782621] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.784058] hub 1-0:1.0: USB hub found\n[ 0.785196] hub 1-0:1.0: 2 ports detected\n[ 0.786531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.789530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.790921] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.792398] mousedev: PS/2 mouse device common for all mice\n[ 0.794167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.796786] rtc_cmos 00:00: RTC can wake from S4\n[ 0.798381] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.800095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.801828] i2c /dev entries driver\n[ 0.802926] device-mapper: uevent: version 1.0.3\n[ 0.804297] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.806673] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.808604] NET: Registered protocol family 10\n[ 0.810201] NET: Registered protocol family 17\n[ 0.811492] Key type dns_resolver registered\n[ 0.812846] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.814418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.816985] registered taskstats version 1\n[ 0.818200] Loading compiled-in X.509 certificates\n[ 0.820131] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.822818] zswap: loaded using pool lzo/zbud\n[ 0.824965] Key type trusted registered\n[ 0.827150] Key type encrypted registered\n[ 0.828351] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.829858] ima: No TPM chip found, activating TPM-bypass!\n[ 0.831350] evm: HMAC attrs: 0x1\n[ 0.832695] Magic number: 2:841:530\n[ 0.833813] tty ttyS10: hash matches\n[ 0.834977] rtc_cmos 00:00: setting system clock to 2018-09-01 12:30:03 UTC (1535805003)\n[ 0.837318] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.838929] EDD information not available.\n[ 0.893131] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.895367] Write protecting the kernel read-only data: 14336k\n[ 0.898367] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.900897] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.949848] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcinLqLbcWqx6ljfOcD1CR+IRXthF2kEpPflW9dO2/Nli3FIMQZ6sB8FMPry4XrOWY9iHQswP6JxOycnOLkVuKsKfZqpGKSp7b57NLKOUZTvfznCRK08syzZRgVJOLUubz0UEwxVCIHX6iHb1kGiLGFZgzah68WVUJYwftDshuvjoORJr5Qw7YsJp229N9kbhlw60sAwWITs+Xk0BMYHWyoiWfLFWf1lcDFbkyAXbMziyqonliBJmmEWeSAeMC4mrzMMdUAJbxDhlRB5mJbwbe/SjcX7mXGeTVyxcZwNfRAslYpKZHmWbth/RsMZYfC1f6Ai1u6C7kuciLr3SQZASd root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8\nssh-dss AAAAB3NzaC1kc3MAAACBAM8wnCjM2uIMHnwsEaGDTKT11qIIMbjrchkbnjIjsTK4n1q3pBfsQwk/WvfuVi7Cxy+3wptbA/WytOuYsvWM8+it9kjmSqWH8ocnt6TkR35wI/znB6O4JjOV+vj4Fq7hcIkXZwNtKV6qmW2glL4uzexnLOqDoBRZXsa2LQwmpUe9AAAAFQD7Eqc0IhU2zd5eeyvqKIhYYCDE6QAAAIBx6hznX9leyWkIc9Dns6+OgPeiMO9HH8jgOA+xKxyoUPHqQZ2zLuWAhT8sABNZ/1XsySb6/8L5n3yA3YMqIeSZ4dcYcYejymAKvKmOLKAGpYv8xxMwzrJO7TON/yG1zissmmcgXj2HbfnqxUxln03Y378DXR8xF8k1deWu/LS56QAAAIBl+ItRa0oBNDZVNd8M0aPkWsNnMbpAhSutL5PRz2yGRpRyc1ia2jYq4VCtb79qJwgUBY3LPHz9gmTNVTQGtvPC+3G7rGMdIY1GOoC6fo5Cy+k/vwCw6qsu/x0zXrBDWUmqSyQiYD8bqYNWTyo8cft2UrGwevQcJvvo6QS1tkyDNQ== root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe3d:9d8c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 login: "} 2018-09-01 12:30:19,054 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3/action used request id req-c66979ab-a50b-4a06-9411-c29368ddd7f0 2018-09-01 12:30:19,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.266551971436s 2018-09-01 12:30:19,055 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3/action used request id req-c66979ab-a50b-4a06-9411-c29368ddd7f0 2018-09-01 12:30:19,055 - 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 506188144 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.187543] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.189961] pid_max: default: 32768 minimum: 301 [ 0.191263] ACPI: Core revision 20150930 [ 0.193007] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.194892] Security Framework initialized [ 0.196074] Yama: becoming mindful. [ 0.197138] AppArmor: AppArmor initialized [ 0.198360] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.200231] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.202046] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203770] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205761] Initializing cgroup subsys io [ 0.206949] Initializing cgroup subsys memory [ 0.208198] Initializing cgroup subsys devices [ 0.209444] Initializing cgroup subsys freezer [ 0.210697] Initializing cgroup subsys net_cls [ 0.211975] Initializing cgroup subsys perf_event [ 0.213270] Initializing cgroup subsys net_prio [ 0.214561] Initializing cgroup subsys hugetlb [ 0.215791] Initializing cgroup subsys pids [ 0.217021] CPU: Physical Processor ID: 0 [ 0.218883] mce: CPU supports 10 MCE banks [ 0.220081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.221494] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.237511] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.244317] ftrace: allocating 31920 entries in 125 pages [ 0.270247] smpboot: Max logical packages: 1 [ 0.271459] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273421] x2apic enabled [ 0.274583] Switched APIC routing to physical x2apic. [ 0.277087] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278675] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281524] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284118] KVM setup paravirtual spinlock [ 0.285765] x86: Booted up 1 node, 1 CPUs [ 0.286931] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288930] devtmpfs: initialized [ 0.290972] evm: security.selinux [ 0.291970] evm: security.SMACK64 [ 0.292954] evm: security.SMACK64EXEC [ 0.294042] evm: security.SMACK64TRANSMUTE [ 0.295202] evm: security.SMACK64MMAP [ 0.296286] evm: security.ima [ 0.297211] evm: security.capability [ 0.298317] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300939] pinctrl core: initialized pinctrl subsystem [ 0.302458] RTC time: 12:30:02, date: 09/01/18 [ 0.303822] NET: Registered protocol family 16 [ 0.305183] cpuidle: using governor ladder [ 0.306376] cpuidle: using governor menu [ 0.307513] PCCT header not found. [ 0.308574] ACPI: bus type PCI registered [ 0.309731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311505] PCI: Using configuration type 1 for base access [ 0.313679] ACPI: Added _OSI(Module Device) [ 0.314881] ACPI: Added _OSI(Processor Device) [ 0.316135] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317437] ACPI: Added _OSI(Processor Aggregator Device) [ 0.319691] ACPI: Interpreter enabled [ 0.320776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.328683] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331326] ACPI: (supports S0 S5) [ 0.332324] ACPI: Using IOAPIC for interrupt routing [ 0.333647] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.337598] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339226] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.342719] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.345843] acpiphp: Slot [3] registered [ 0.346994] acpiphp: Slot [4] registered [ 0.348108] acpiphp: Slot [5] registered [ 0.349247] acpiphp: Slot [6] registered [ 0.350383] acpiphp: Slot [7] registered [ 0.351543] acpiphp: Slot [8] registered [ 0.352678] acpiphp: Slot [9] registered [ 0.353828] acpiphp: Slot [10] registered [ 0.354957] acpiphp: Slot [11] registered [ 0.356130] acpiphp: Slot [12] registered [ 0.357288] acpiphp: Slot [13] registered [ 0.358440] acpiphp: Slot [14] registered [ 0.359594] acpiphp: Slot [15] registered [ 0.374949] acpiphp: Slot [16] registered [ 0.376134] acpiphp: Slot [17] registered [ 0.377292] acpiphp: Slot [18] registered [ 0.378449] acpiphp: Slot [19] registered [ 0.379610] acpiphp: Slot [20] registered [ 0.380773] acpiphp: Slot [21] registered [ 0.381898] acpiphp: Slot [22] registered [ 0.383044] acpiphp: Slot [23] registered [ 0.384193] acpiphp: Slot [24] registered [ 0.385356] acpiphp: Slot [25] registered [ 0.386488] acpiphp: Slot [26] registered [ 0.387616] acpiphp: Slot [27] registered [ 0.388785] acpiphp: Slot [28] registered [ 0.389946] acpiphp: Slot [29] registered [ 0.391108] acpiphp: Slot [30] registered [ 0.392229] acpiphp: Slot [31] registered [ 0.393390] PCI host bridge to bus 0000:00 [ 0.394566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396313] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398063] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400131] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402155] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404234] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408237] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.411673] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.413460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.417822] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.419897] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440233] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442308] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444253] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446218] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448180] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449913] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451714] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453222] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455409] vgaarb: loaded [ 0.456273] vgaarb: bridge control possible 0000:00:02.0 [ 0.457991] SCSI subsystem initialized [ 0.459290] ACPI: bus type USB registered [ 0.460455] usbcore: registered new interface driver usbfs [ 0.461897] usbcore: registered new interface driver hub [ 0.463275] usbcore: registered new device driver usb [ 0.464777] PCI: Using ACPI for IRQ routing [ 0.466333] NetLabel: Initializing [ 0.467355] NetLabel: domain hash size = 128 [ 0.468540] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.469852] NetLabel: unlabeled traffic allowed by default [ 0.471454] clocksource: Switched to clocksource kvm-clock [ 0.481392] AppArmor: AppArmor Filesystem Enabled [ 0.482704] pnp: PnP ACPI init [ 0.483925] pnp: PnP ACPI: found 5 devices [ 0.490729] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.493035] NET: Registered protocol family 2 [ 0.494428] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.496170] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.497808] TCP: Hash tables configured (established 4096 bind 4096) [ 0.499429] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.500902] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.502478] NET: Registered protocol family 1 [ 0.503686] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.505171] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.506626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.521137] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.536273] Trying to unpack rootfs image as initramfs... [ 0.599272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.604085] Scanning for low memory corruption every 60 seconds [ 0.606251] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.607854] audit: initializing netlink subsys (disabled) [ 0.609299] audit: type=2000 audit(1535805003.736:1): initialized [ 0.611258] Initialise system trusted keyring [ 0.612756] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.614352] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.617101] zbud: loaded [ 0.618133] VFS: Disk quotas dquot_6.6.0 [ 0.619322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.621614] fuse init (API version 7.23) [ 0.622904] Key type big_key registered [ 0.624061] Allocating IMA MOK and blacklist keyrings. [ 0.625742] Key type asymmetric registered [ 0.626942] Asymmetric key parser 'x509' registered [ 0.628314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.630411] io scheduler noop registered [ 0.631587] io scheduler deadline registered (default) [ 0.633001] io scheduler cfq registered [ 0.634255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.635783] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.637584] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.639734] ACPI: Power Button [PWRF] [ 0.641013] GHES: HEST is not enabled! [ 0.655138] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.684172] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.687077] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.710821] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.713945] Linux agpgart interface v0.103 [ 0.717362] brd: module loaded [ 0.719610] loop: module loaded [ 0.724356] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.726463] GPT:90111 != 2097151 [ 0.727440] GPT:Alternate GPT header not at the end of the disk. [ 0.729001] GPT:90111 != 2097151 [ 0.729987] GPT: Use GNU Parted to correct GPT errors. [ 0.731339] vda: vda1 vda15 [ 0.732998] scsi host0: ata_piix [ 0.734105] scsi host1: ata_piix [ 0.735137] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.739171] libphy: Fixed MDIO Bus: probed [ 0.740349] tun: Universal TUN/TAP device driver, 1.6 [ 0.741723] tun: (C) 1999-2004 Max Krasnyansky [ 0.744506] PPP generic driver version 2.4.2 [ 0.745804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747540] ehci-pci: EHCI PCI platform driver [ 0.748810] ehci-platform: EHCI generic platform driver [ 0.750243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.751849] ohci-pci: OHCI PCI platform driver [ 0.753066] ohci-platform: OHCI generic platform driver [ 0.754444] uhci_hcd: USB Universal Host Controller Interface driver [ 0.769062] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.770515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.772667] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.774117] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.775783] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.777570] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.779647] usb usb1: Product: UHCI Host Controller [ 0.780976] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.782621] usb usb1: SerialNumber: 0000:00:01.2 [ 0.784058] hub 1-0:1.0: USB hub found [ 0.785196] hub 1-0:1.0: 2 ports detected [ 0.786531] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.789530] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.790921] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.792398] mousedev: PS/2 mouse device common for all mice [ 0.794167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.796786] rtc_cmos 00:00: RTC can wake from S4 [ 0.798381] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.800095] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.801828] i2c /dev entries driver [ 0.802926] device-mapper: uevent: version 1.0.3 [ 0.804297] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.806673] ledtrig-cpu: registered to indicate activity on CPUs [ 0.808604] NET: Registered protocol family 10 [ 0.810201] NET: Registered protocol family 17 [ 0.811492] Key type dns_resolver registered [ 0.812846] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.814418] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.816985] registered taskstats version 1 [ 0.818200] Loading compiled-in X.509 certificates [ 0.820131] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.822818] zswap: loaded using pool lzo/zbud [ 0.824965] Key type trusted registered [ 0.827150] Key type encrypted registered [ 0.828351] AppArmor: AppArmor sha1 policy hashing enabled [ 0.829858] ima: No TPM chip found, activating TPM-bypass! [ 0.831350] evm: HMAC attrs: 0x1 [ 0.832695] Magic number: 2:841:530 [ 0.833813] tty ttyS10: hash matches [ 0.834977] rtc_cmos 00:00: setting system clock to 2018-09-01 12:30:03 UTC (1535805003) [ 0.837318] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.838929] EDD information not available. [ 0.893131] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.895367] Write protecting the kernel read-only data: 14336k [ 0.898367] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.900897] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.949848] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcinLqLbcWqx6ljfOcD1CR+IRXthF2kEpPflW9dO2/Nli3FIMQZ6sB8FMPry4XrOWY9iHQswP6JxOycnOLkVuKsKfZqpGKSp7b57NLKOUZTvfznCRK08syzZRgVJOLUubz0UEwxVCIHX6iHb1kGiLGFZgzah68WVUJYwftDshuvjoORJr5Qw7YsJp229N9kbhlw60sAwWITs+Xk0BMYHWyoiWfLFWf1lcDFbkyAXbMziyqonliBJmmEWeSAeMC4mrzMMdUAJbxDhlRB5mJbwbe/SjcX7mXGeTVyxcZwNfRAslYpKZHmWbth/RsMZYfC1f6Ai1u6C7kuciLr3SQZASd root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 ssh-dss AAAAB3NzaC1kc3MAAACBAM8wnCjM2uIMHnwsEaGDTKT11qIIMbjrchkbnjIjsTK4n1q3pBfsQwk/WvfuVi7Cxy+3wptbA/WytOuYsvWM8+it9kjmSqWH8ocnt6TkR35wI/znB6O4JjOV+vj4Fq7hcIkXZwNtKV6qmW2glL4uzexnLOqDoBRZXsa2LQwmpUe9AAAAFQD7Eqc0IhU2zd5eeyvqKIhYYCDE6QAAAIBx6hznX9leyWkIc9Dns6+OgPeiMO9HH8jgOA+xKxyoUPHqQZ2zLuWAhT8sABNZ/1XsySb6/8L5n3yA3YMqIeSZ4dcYcYejymAKvKmOLKAGpYv8xxMwzrJO7TON/yG1zissmmcgXj2HbfnqxUxln03Y378DXR8xF8k1deWu/LS56QAAAIBl+ItRa0oBNDZVNd8M0aPkWsNnMbpAhSutL5PRz2yGRpRyc1ia2jYq4VCtb79qJwgUBY3LPHz9gmTNVTQGtvPC+3G7rGMdIY1GOoC6fo5Cy+k/vwCw6qsu/x0zXrBDWUmqSyQiYD8bqYNWTyo8cft2UrGwevQcJvvo6QS1tkyDNQ== root@singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe3d:9d8c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 launch-index: 0 === cirros: current=0.4.0 uptime=4.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-5319e294-fa75-4dc1-89d1-f3cf708190d8 login: 2018-09-01 12:30:19,058 - paramiko.transport - DEBUG - starting thread (client mode): 0x221bc950L 2018-09-01 12:30:19,059 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 12:30:19,059 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 12:30:19,060 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 12:30:19,062 - 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-09-01 12:30:19,062 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 12:30:19,063 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 12:30:19,063 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 12:30:19,063 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 12:30:19,063 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 12:30:19,082 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 12:30:19,083 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 12:30:19,091 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 1a7616e2f6fb015eed99685c139d588f 2018-09-01 12:30:19,093 - paramiko.transport - DEBUG - Trying discovered key 7472f1a0aedd20acce3739bfeb85914f in /tmp/tmpyTnCUk 2018-09-01 12:30:19,121 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 12:30:19,127 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 12:30:19,157 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 12:30:19,158 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 12:30:19,158 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 12:30:19,160 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 12:30:19,161 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 12:30:19,161 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 12:30:19,161 - functest.core.singlevm - DEBUG - error: 2018-09-01 12:30:19,165 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 12:30:19,274 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:30:19,275 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 12:30:19,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 12:30:19,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/2b21590b-d909-45e2-aedc-ed3a8405290b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:20,263 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e63daa8f-bffc-4d01-a4c0-1936997e36a5 Content-Length: 0 Date: Sat, 01 Sep 2018 12:30:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:30:20,263 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/2b21590b-d909-45e2-aedc-ed3a8405290b.json used request id req-e63daa8f-bffc-4d01-a4c0-1936997e36a5 2018-09-01 12:30:20,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.980479955673s 2018-09-01 12:30:20,264 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/2b21590b-d909-45e2-aedc-ed3a8405290b.json used request id req-e63daa8f-bffc-4d01-a4c0-1936997e36a5 2018-09-01 12:30:20,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:30:20,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:20,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-04b98904-cfdc-44da-95d3-0b75f319e746 Date: Sat, 01 Sep 2018 12:30:20 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:30:20,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-04b98904-cfdc-44da-95d3-0b75f319e746 2018-09-01 12:30:20,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0499460697174s 2018-09-01 12:30:20,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-04b98904-cfdc-44da-95d3-0b75f319e746 2018-09-01 12:30:20,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:30:20,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:20,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:30:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cd56d7b-9c71-4970-b9c7-2d416d6a0247 x-compute-request-id: req-2cd56d7b-9c71-4970-b9c7-2d416d6a0247 Content-Type: application/json 2018-09-01 12:30:20,651 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3 used request id req-2cd56d7b-9c71-4970-b9c7-2d416d6a0247 2018-09-01 12:30:20,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.330882072449s 2018-09-01 12:30:20,651 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3 used request id req-2cd56d7b-9c71-4970-b9c7-2d416d6a0247 2018-09-01 12:30:20,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:30:20,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:21,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-8dbe5942-b535-4418-a9a9-067abf81f94a x-compute-request-id: req-8dbe5942-b535-4418-a9a9-067abf81f94a Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:9d:8c", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:9d:8c", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "rel": "bookmark"}], "image": {"id": "94318e39-2f18-4995-a826-5365a7f5eba8", "links": [{"href": "http://172.30.9.30:8774/images/94318e39-2f18-4995-a826-5365a7f5eba8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-01T12:30:02.000000", "flavor": {"id": "bc596260-daef-425f-934e-816a28df71df", "links": [{"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "bookmark"}]}, "id": "54be17b0-9e9b-48a8-9f05-414d3e4e44c3", "security_groups": [{"name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}], "user_id": "5950a698f8b742428ccbba454c2afcd6", "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-09-01T12:30:20Z", "hostId": "bd67967a5abff54f576991cacfe50bfc133d929efa0894b17ea48365", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_5319e294-fa75-4dc1-89d1-f3cf708190d8", "created": "2018-09-01T12:29:49Z", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:30:21,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8dbe5942-b535-4418-a9a9-067abf81f94a 2018-09-01 12:30:21,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33738994598s 2018-09-01 12:30:21,990 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-8dbe5942-b535-4418-a9a9-067abf81f94a 2018-09-01 12:30:21,991 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:30:23,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:30:23,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:24,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2125e5ae-3c3e-4a46-a587-689b152e920e x-compute-request-id: req-2125e5ae-3c3e-4a46-a587-689b152e920e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 12:30:24,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2125e5ae-3c3e-4a46-a587-689b152e920e 2018-09-01 12:30:24,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211432933807s 2018-09-01 12:30:24,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-2125e5ae-3c3e-4a46-a587-689b152e920e 2018-09-01 12:30:24,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:30:24,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:24,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-ee6d6625-61fd-444f-b48c-83d77563b86a Date: Sat, 01 Sep 2018 12:30:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:40Z", "updated_at": "2018-09-01T12:29:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:29:42Z", "revision_number": 0, "id": "2e8c9938-ad8c-4476-9182-d6ff7fe8e7dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:42Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "47388fb5-f64b-44d4-bdcf-3c6f06200f68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:43Z", "revision_number": 0, "id": "a9ba8f56-67aa-4b6c-9a7a-9295dd82a892", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:43Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:40Z", "revision_number": 0, "id": "cbf27c0a-69cc-48ec-bfdc-3e673a63c0cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:40Z", "security_group_id": "136e858c-0dd1-4a60-8975-266922d42c0a", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}], "revision_number": 3, "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "136e858c-0dd1-4a60-8975-266922d42c0a", "name": "singlevm1-sg_5319e294-fa75-4dc1-89d1-f3cf708190d8"}, {"description": "Default security group", "tags": [], "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "created_at": "2018-09-01T12:24:26Z", "updated_at": "2018-09-01T12:24:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "0500ef82-80d0-4036-8034-85680893cbc8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv6", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "50719810-68a3-4c67-8b52-d1916ba7baac", "remote_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv4", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "7cfa4613-94e5-4bea-b5bc-45e316c3f72e", "remote_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv6", "project_id": "6280e4ef836043b69152454fba2c6ab6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:24:26Z", "revision_number": 0, "id": "df143089-c8de-412c-8137-41d067fcf9bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:24:26Z", "security_group_id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "tenant_id": "6280e4ef836043b69152454fba2c6ab6", "port_range_min": null, "ethertype": "IPv4", "project_id": "6280e4ef836043b69152454fba2c6ab6"}], "revision_number": 1, "project_id": "6280e4ef836043b69152454fba2c6ab6", "id": "31b73df5-268a-4ada-aece-91d4ac9a1b0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-01T12:27:51Z", "updated_at": "2018-09-01T12:27:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "21fb9840-2cfb-4192-ba5f-8aa8914c62c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "6012077c-0d8c-40c5-919c-207f8e9aa185", "remote_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "c7b4e58b-8a8d-41fc-83d4-2f6d173e9e75", "remote_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:51Z", "revision_number": 0, "id": "f354883f-335f-4a3b-afaa-a03b6093d5d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:51Z", "security_group_id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "3a2dafc3-7e39-43ba-b7e1-c5337f512e2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:27:47Z", "updated_at": "2018-09-01T12:27:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "33f45dfd-c6b8-4cda-b20e-156ab600b312", "remote_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "49d42fad-d414-43d5-a6de-a683213e3e79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "8d32acef-2668-4dfd-8371-ff5ac0b96b02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:27:47Z", "revision_number": 0, "id": "ac91b37c-b8ab-4133-bf19-773c11f6cbfc", "remote_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "remote_ip_prefix": null, "created_at": "2018-09-01T12:27:47Z", "security_group_id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfc461ef79e94bbc95d56eabe475cd04"}], "revision_number": 1, "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "8874eda6-98b5-4ee3-a3e7-d4a4a6a67cbf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "created_at": "2018-09-01T12:29:07Z", "updated_at": "2018-09-01T12:29:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "110223f3-0b42-4dad-95f8-c822c16cb77d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "3829d2db-9d2f-4bbe-b4d9-0c123147e1ba", "remote_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "7d5f5bd4-28bc-4d58-ba3e-2c95b4137fa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:29:07Z", "revision_number": 0, "id": "d2be408f-f5a6-4770-83d6-ef328daec314", "remote_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "remote_ip_prefix": null, "created_at": "2018-09-01T12:29:07Z", "security_group_id": "c1352be3-409d-4c11-960e-24422f99d3ff", "tenant_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e"}], "revision_number": 1, "project_id": "7b7b97d9e53d4b2ab329d0bfab028e4e", "id": "c1352be3-409d-4c11-960e-24422f99d3ff", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "created_at": "2018-09-01T12:28:13Z", "updated_at": "2018-09-01T12:28:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "32a4f759-88f4-4a26-b07f-2cb08709f5f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "71722b98-42e3-47a0-9c3b-3ec9cb1da364", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "779d783f-d3ea-4b4b-b3c6-ca17bc842eb5", "remote_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:28:13Z", "revision_number": 0, "id": "a01e7d5a-d372-436d-bfe2-ca1d12785470", "remote_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "remote_ip_prefix": null, "created_at": "2018-09-01T12:28:13Z", "security_group_id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "tenant_id": "2d8c53ab1f984cd58087e65d126ce2b9", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8c53ab1f984cd58087e65d126ce2b9"}], "revision_number": 1, "project_id": "2d8c53ab1f984cd58087e65d126ce2b9", "id": "dd26b0e7-3c40-41db-9e67-64ff7a81101d", "name": "default"}]} 2018-09-01 12:30:24,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ee6d6625-61fd-444f-b48c-83d77563b86a 2018-09-01 12:30:24,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.333122014999s 2018-09-01 12:30:24,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ee6d6625-61fd-444f-b48c-83d77563b86a 2018-09-01 12:30:24,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 12:30:24,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/136e858c-0dd1-4a60-8975-266922d42c0a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:25,101 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35315604-872c-44ad-814d-58e129547d32 Content-Length: 0 Date: Sat, 01 Sep 2018 12:30:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:30:25,101 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/136e858c-0dd1-4a60-8975-266922d42c0a.json used request id req-35315604-872c-44ad-814d-58e129547d32 2018-09-01 12:30:25,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.554231882095s 2018-09-01 12:30:25,101 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/136e858c-0dd1-4a60-8975-266922d42c0a.json used request id req-35315604-872c-44ad-814d-58e129547d32 2018-09-01 12:30:25,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 12:30:25,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:25,334 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b0452c85-633d-476d-a395-c39b2f880e38 x-compute-request-id: req-b0452c85-633d-476d-a395-c39b2f880e38 Content-Length: 0 Content-Type: application/json 2018-09-01 12:30:25,335 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8 used request id req-b0452c85-633d-476d-a395-c39b2f880e38 2018-09-01 12:30:25,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.232872009277s 2018-09-01 12:30:25,335 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm1-kp_5319e294-fa75-4dc1-89d1-f3cf708190d8 used request id req-b0452c85-633d-476d-a395-c39b2f880e38 2018-09-01 12:30:25,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:30:25,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" -d '{"subnet_id": "f7577e17-f059-40e9-a4da-d34f1e32a96b"}' 2018-09-01 12:30:27,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ae58ee55-05ee-4048-b2b7-6ae228a6b3f4 Date: Sat, 01 Sep 2018 12:30:27 GMT RESP BODY: {"network_id": "fc9e52b2-8bef-47fd-9545-6b9bc674c53b", "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "subnet_id": "f7577e17-f059-40e9-a4da-d34f1e32a96b", "subnet_ids": ["f7577e17-f059-40e9-a4da-d34f1e32a96b"], "port_id": "c908d9a9-6ecc-4a17-bc02-70af98eeffdf", "id": "f4386bf3-07e4-4dc3-a61a-9a840230dadc"} 2018-09-01 12:30:27,177 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc/remove_router_interface.json used request id req-ae58ee55-05ee-4048-b2b7-6ae228a6b3f4 2018-09-01 12:30:27,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84147000313s 2018-09-01 12:30:27,177 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc/remove_router_interface.json used request id req-ae58ee55-05ee-4048-b2b7-6ae228a6b3f4 returning object f4386bf3-07e4-4dc3-a61a-9a840230dadc 2018-09-01 12:30:27,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:30:27,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:27,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6757d27b-14e5-4bbc-996c-83fab185db00 Date: Sat, 01 Sep 2018 12:30:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "dfc461ef79e94bbc95d56eabe475cd04", "created_at": "2018-09-01T12:29:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T12:30:26Z", "revision_number": 4, "routes": [], "project_id": "dfc461ef79e94bbc95d56eabe475cd04", "id": "f4386bf3-07e4-4dc3-a61a-9a840230dadc", "name": "singlevm1-router_5319e294-fa75-4dc1-89d1-f3cf708190d8"}]} 2018-09-01 12:30:27,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6757d27b-14e5-4bbc-996c-83fab185db00 2018-09-01 12:30:27,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.41926407814s 2018-09-01 12:30:27,597 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6757d27b-14e5-4bbc-996c-83fab185db00 2018-09-01 12:30:27,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:30:27,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:28,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2cd4d242-6bf4-413c-a32b-ff371545fd7e Content-Length: 0 Date: Sat, 01 Sep 2018 12:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:30:28,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc.json used request id req-2cd4d242-6bf4-413c-a32b-ff371545fd7e 2018-09-01 12:30:28,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3980782032s 2018-09-01 12:30:28,997 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/f4386bf3-07e4-4dc3-a61a-9a840230dadc.json used request id req-2cd4d242-6bf4-413c-a32b-ff371545fd7e 2018-09-01 12:30:28,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:30:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:29,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-714cd4ff-fefd-4d95-95e4-fda9af021778 Date: Sat, 01 Sep 2018 12:30:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c2541a6c-ee2f-4745-866e-f11cc584589f","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:33Z","dns_nameservers":[],"updated_at":"2018-09-01T12:24:33Z","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":"6280e4ef836043b69152454fba2c6ab6","id":"b6c26688-6bc5-4c93-b9ef-227d61e48b03","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:29:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"dfc461ef79e94bbc95d56eabe475cd04","id":"f7577e17-f059-40e9-a4da-d34f1e32a96b","subnetpool_id":null,"name":"singlevm1-subnet_5319e294-fa75-4dc1-89d1-f3cf708190d8"}]} 2018-09-01 12:30:29,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-714cd4ff-fefd-4d95-95e4-fda9af021778 2018-09-01 12:30:29,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.188003063202s 2018-09-01 12:30:29,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-714cd4ff-fefd-4d95-95e4-fda9af021778 2018-09-01 12:30:29,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:30:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/f7577e17-f059-40e9-a4da-d34f1e32a96b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:31,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0e40a9ad-566c-458d-8e6f-33f65dcfaeb3 Date: Sat, 01 Sep 2018 12:30:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:30:31,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f7577e17-f059-40e9-a4da-d34f1e32a96b.json used request id req-0e40a9ad-566c-458d-8e6f-33f65dcfaeb3 2018-09-01 12:30:31,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.60087895393s 2018-09-01 12:30:31,789 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f7577e17-f059-40e9-a4da-d34f1e32a96b.json used request id req-0e40a9ad-566c-458d-8e6f-33f65dcfaeb3 2018-09-01 12:30:31,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:30:31,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:32,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-a4bc800d-bbb2-4941-bd93-bd6e5f4fa8b1 Date: Sat, 01 Sep 2018 12:30:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fc9e52b2-8bef-47fd-9545-6b9bc674c53b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfc461ef79e94bbc95d56eabe475cd04","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T12:30:31Z","provider:segmentation_id":46,"name":"singlevm1-net_5319e294-fa75-4dc1-89d1-f3cf708190d8","admin_state_up":true,"tenant_id":"dfc461ef79e94bbc95d56eabe475cd04","created_at":"2018-09-01T12:29:30Z","provider:network_type":"vxlan"}]} 2018-09-01 12:30:32,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a4bc800d-bbb2-4941-bd93-bd6e5f4fa8b1 2018-09-01 12:30:32,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.514312028885s 2018-09-01 12:30:32,304 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a4bc800d-bbb2-4941-bd93-bd6e5f4fa8b1 2018-09-01 12:30:32,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:30:32,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/fc9e52b2-8bef-47fd-9545-6b9bc674c53b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:33,775 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4e27cf8-c9fe-4c4c-a3a2-334cbbdb3a26 Date: Sat, 01 Sep 2018 12:30:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:30:33,775 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/fc9e52b2-8bef-47fd-9545-6b9bc674c53b.json used request id req-e4e27cf8-c9fe-4c4c-a3a2-334cbbdb3a26 2018-09-01 12:30:33,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46949386597s 2018-09-01 12:30:33,775 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/fc9e52b2-8bef-47fd-9545-6b9bc674c53b.json used request id req-e4e27cf8-c9fe-4c4c-a3a2-334cbbdb3a26 2018-09-01 12:30:33,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:30:33,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:34,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f43fc25d-fd7d-458e-8028-1935909d2835 Date: Sat, 01 Sep 2018 12:30:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:29:38Z", "file": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8/file", "owner": "dfc461ef79e94bbc95d56eabe475cd04", "id": "94318e39-2f18-4995-a826-5365a7f5eba8", "size": 12716032, "self": "/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/94318e39-2f18-4995-a826-5365a7f5eba8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_5319e294-fa75-4dc1-89d1-f3cf708190d8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:29:37Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:30:34,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f43fc25d-fd7d-458e-8028-1935909d2835 2018-09-01 12:30:34,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.793438911438s 2018-09-01 12:30:34,573 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f43fc25d-fd7d-458e-8028-1935909d2835 2018-09-01 12:30:34,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 12:30:34,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:36,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9a818a83-949b-4c15-ac06-f43b1c247bbf Date: Sat, 01 Sep 2018 12:30:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:30:36,143 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8 used request id req-9a818a83-949b-4c15-ac06-f43b1c247bbf 2018-09-01 12:30:36,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.56861710548s 2018-09-01 12:30:36,144 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/94318e39-2f18-4995-a826-5365a7f5eba8 used request id req-9a818a83-949b-4c15-ac06-f43b1c247bbf 2018-09-01 12:30:36,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:30:36,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:36,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d53d10f-a69c-4fac-8cc1-a0b5bc853875 x-compute-request-id: req-3d53d10f-a69c-4fac-8cc1-a0b5bc853875 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_5319e294-fa75-4dc1-89d1-f3cf708190d8", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/bc596260-daef-425f-934e-816a28df71df", "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": "bc596260-daef-425f-934e-816a28df71df"}]} 2018-09-01 12:30:36,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-3d53d10f-a69c-4fac-8cc1-a0b5bc853875 2018-09-01 12:30:36,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.139093875885s 2018-09-01 12:30:36,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-3d53d10f-a69c-4fac-8cc1-a0b5bc853875 2018-09-01 12:30:36,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 12:30:36,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ecb70ca54e7bff97d7b8d883c066205a73c2acf2" 2018-09-01 12:30:36,327 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:30:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae7d7114-e487-447e-9d3e-b7d7fbbdc002 x-compute-request-id: req-ae7d7114-e487-447e-9d3e-b7d7fbbdc002 Content-Length: 0 Content-Type: application/json 2018-09-01 12:30:36,327 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df used request id req-ae7d7114-e487-447e-9d3e-b7d7fbbdc002 2018-09-01 12:30:36,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0425469875336s 2018-09-01 12:30:36,328 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/bc596260-daef-425f-934e-816a28df71df used request id req-ae7d7114-e487-447e-9d3e-b7d7fbbdc002 2018-09-01 12:30:36,381 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-01 12:30:36,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:30:36,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:30:36,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:30:36,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:30:36,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:30:36,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:30:36,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:30:36,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:30:36,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:30:36,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:30:36,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:30:36,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16902354-da46-491e-8b3a-3947c40797f3 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:30:36,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-16902354-da46-491e-8b3a-3947c40797f3 2018-09-01 12:30:36,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:30:36,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["lP97xQu_RhK3d91kxeA8uQ"], "issued_at": "2018-09-01T12:30:36.000000Z"}} 2018-09-01 12:30:36,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:30:36,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:37,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a97abed0-e6d6-42a3-ba5d-0d55bfda8918 Date: Sat, 01 Sep 2018 12:30:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:30:37,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a97abed0-e6d6-42a3-ba5d-0d55bfda8918 2018-09-01 12:30:37,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327980995178s 2018-09-01 12:30:37,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a97abed0-e6d6-42a3-ba5d-0d55bfda8918 2018-09-01 12:30:37,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:30:37,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:30:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6268cc6-1a91-457b-ba4a-0695c98587d0 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:30:37,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-b6268cc6-1a91-457b-ba4a-0695c98587d0 2018-09-01 12:30:37,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:30:37,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:37,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51796a8e-cd67-429c-aa6c-118b47c08048 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43"}, "tags": [], "enabled": true, "id": "59570a9a89bf4471b19676bc072ecc43", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 12:30:37,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-51796a8e-cd67-429c-aa6c-118b47c08048 2018-09-01 12:30:37,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.205724000931s 2018-09-01 12:30:37,381 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-51796a8e-cd67-429c-aa6c-118b47c08048 2018-09-01 12:30:37,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 12:30:37,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57"}}' 2018-09-01 12:30:37,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:30:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bca198c-d59c-4309-8d51-fce62b8d0dc2 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.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213"}, "tags": [], "enabled": true, "id": "0369f7d87ce84fa3982918fe92083213", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57"}} 2018-09-01 12:30:37,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0bca198c-d59c-4309-8d51-fce62b8d0dc2 2018-09-01 12:30:37,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.270717859268s 2018-09-01 12:30:37,659 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-0bca198c-d59c-4309-8d51-fce62b8d0dc2 2018-09-01 12:30:37,659 - 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'0369f7d87ce84fa3982918fe92083213', '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_15f4410f-5861-444a-bd84-e8d6df4d3f57'}) 2018-09-01 12:30:37,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 12:30:37,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "351d55e3-26a6-4453-bba0-9e44081a85ea", "email": null, "name": "singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57"}}' 2018-09-01 12:30:38,187 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:30:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd5f6472-47cf-42c5-82db-43035bec871c Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57", "links": {"self": "http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2f62b94909bc438ab68558f5fe7d6bd9", "domain_id": "default", "password_expires_at": null}} 2018-09-01 12:30:38,187 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-bd5f6472-47cf-42c5-82db-43035bec871c 2018-09-01 12:30:38,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.521944046021s 2018-09-01 12:30:38,188 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-bd5f6472-47cf-42c5-82db-43035bec871c 2018-09-01 12:30:38,188 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2f62b94909bc438ab68558f5fe7d6bd9', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57'}) 2018-09-01 12:30:38,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:30:38,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:38,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85e40fd8-dd1d-4e5b-bc24-6383465bd6bd Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:30:38,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-85e40fd8-dd1d-4e5b-bc24-6383465bd6bd 2018-09-01 12:30:38,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194984197617s 2018-09-01 12:30:38,387 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-85e40fd8-dd1d-4e5b-bc24-6383465bd6bd 2018-09-01 12:30:38,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:30:38,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:38,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-226a949f-a663-4f07-9413-f4c76f35182b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:30:38,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-226a949f-a663-4f07-9413-f4c76f35182b 2018-09-01 12:30:38,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204572916031s 2018-09-01 12:30:38,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-226a949f-a663-4f07-9413-f4c76f35182b 2018-09-01 12:30:38,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:30:38,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:38,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-846f8348-61d8-4f83-be97-40876425218c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:30:38,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-846f8348-61d8-4f83-be97-40876425218c 2018-09-01 12:30:38,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182492017746s 2018-09-01 12:30:38,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-846f8348-61d8-4f83-be97-40876425218c 2018-09-01 12:30:38,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:30:38,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:38,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826c51b0-eab8-4d09-b13f-33bbf94e5e23 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 12:30:38,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-826c51b0-eab8-4d09-b13f-33bbf94e5e23 2018-09-01 12:30:38,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.1049451828s 2018-09-01 12:30:38,896 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-826c51b0-eab8-4d09-b13f-33bbf94e5e23 2018-09-01 12:30:38,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:30:38,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:39,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5e7bfd-032a-4a9e-be79-19b4ad387e1d Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57", "links": {"self": "http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2f62b94909bc438ab68558f5fe7d6bd9", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:30:39,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7c5e7bfd-032a-4a9e-be79-19b4ad387e1d 2018-09-01 12:30:39,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203043937683s 2018-09-01 12:30:39,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-7c5e7bfd-032a-4a9e-be79-19b4ad387e1d 2018-09-01 12:30:39,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:30:39,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:39,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd2c0bdc-1a97-494f-b8ee-24cd7eeb6401 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213"}, "tags": [], "enabled": true, "id": "0369f7d87ce84fa3982918fe92083213", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:30:39,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-cd2c0bdc-1a97-494f-b8ee-24cd7eeb6401 2018-09-01 12:30:39,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.295361995697s 2018-09-01 12:30:39,408 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-cd2c0bdc-1a97-494f-b8ee-24cd7eeb6401 2018-09-01 12:30:39,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 12:30:39,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=2f62b94909bc438ab68558f5fe7d6bd9&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=0369f7d87ce84fa3982918fe92083213" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:39,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-717aa78f-eaf2-4f74-bc00-bc3e3bfd41f4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=2f62b94909bc438ab68558f5fe7d6bd9&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=0369f7d87ce84fa3982918fe92083213", "previous": null, "next": null}} 2018-09-01 12:30:39,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2f62b94909bc438ab68558f5fe7d6bd9&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=0369f7d87ce84fa3982918fe92083213 used request id req-717aa78f-eaf2-4f74-bc00-bc3e3bfd41f4 2018-09-01 12:30:39,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.112553119659s 2018-09-01 12:30:39,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=2f62b94909bc438ab68558f5fe7d6bd9&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=0369f7d87ce84fa3982918fe92083213 used request id req-717aa78f-eaf2-4f74-bc00-bc3e3bfd41f4 2018-09-01 12:30:39,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 12:30:39,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213/users/2f62b94909bc438ab68558f5fe7d6bd9/roles/ea17eab18c9e49f2aa6b51fa281968cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:30:39,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:30:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5bf7d11-060b-4684-8e19-05552eda774f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:30:39,853 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213/users/2f62b94909bc438ab68558f5fe7d6bd9/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-d5bf7d11-060b-4684-8e19-05552eda774f 2018-09-01 12:30:39,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.32183599472s 2018-09-01 12:30:39,854 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213/users/2f62b94909bc438ab68558f5fe7d6bd9/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-d5bf7d11-060b-4684-8e19-05552eda774f 2018-09-01 12:30:39,855 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57', 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'0369f7d87ce84fa3982918fe92083213', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '351d55e3-26a6-4453-bba0-9e44081a85ea', 'username': u'singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 12:30:39,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:30:39,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:30:39,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:30:39,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:30:39,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:30:39,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:30:39,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:30:39,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:30:39,860 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'password': '351d55e3-26a6-4453-bba0-9e44081a85ea', 'project_name': 'singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '0369f7d87ce84fa3982918fe92083213', 'project_domain_name': 'Default'} 2018-09-01 12:30:39,860 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-01 12:30:39,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:30:39,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf806b3c-4b50-46e4-a09d-c3e67f7a1ded 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:30:39,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-cf806b3c-4b50-46e4-a09d-c3e67f7a1ded 2018-09-01 12:30:39,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:30:40,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0369f7d87ce84fa3982918fe92083213", "name": "singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/0369f7d87ce84fa3982918fe92083213", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/0369f7d87ce84fa3982918fe92083213", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/0369f7d87ce84fa3982918fe92083213", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/0369f7d87ce84fa3982918fe92083213", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/0369f7d87ce84fa3982918fe92083213", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/0369f7d87ce84fa3982918fe92083213", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/0369f7d87ce84fa3982918fe92083213", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/0369f7d87ce84fa3982918fe92083213", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/0369f7d87ce84fa3982918fe92083213", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_0369f7d87ce84fa3982918fe92083213", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_0369f7d87ce84fa3982918fe92083213", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0369f7d87ce84fa3982918fe92083213", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/0369f7d87ce84fa3982918fe92083213", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/0369f7d87ce84fa3982918fe92083213", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57", "id": "2f62b94909bc438ab68558f5fe7d6bd9"}, "audit_ids": ["RCkMGu-fRfKiaSIJzpZToQ"], "issued_at": "2018-09-01T12:30:40.000000Z"}} 2018-09-01 12:30:40,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:30:40,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"network": {"name": "singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57", "admin_state_up": true}}' 2018-09-01 12:30:40,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-fc7e5884-6cf9-44c5-9e37-108f408a73a8 Date: Sat, 01 Sep 2018 12:30:40 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T12:30:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0369f7d87ce84fa3982918fe92083213","id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","name":"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57"}} 2018-09-01 12:30:40,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fc7e5884-6cf9-44c5-9e37-108f408a73a8 2018-09-01 12:30:40,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.689378976822s 2018-09-01 12:30:40,962 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-fc7e5884-6cf9-44c5-9e37-108f408a73a8 2018-09-01 12:30:40,963 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:30:40Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd5fbc8a3-5fce-41c7-8494-5bd20e9d291b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57', u'admin_state_up': True, u'tenant_id': u'0369f7d87ce84fa3982918fe92083213', u'created_at': u'2018-09-01T12:30:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0369f7d87ce84fa3982918fe92083213'}) 2018-09-01 12:30:40,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:30:40,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:41,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-d96b2798-9208-40eb-acee-29aa55116cd1 Date: Sat, 01 Sep 2018 12:30: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":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","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-09-01T12:30:40Z","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"0369f7d87ce84fa3982918fe92083213","id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","name":"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:30:41,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d96b2798-9208-40eb-acee-29aa55116cd1 2018-09-01 12:30:41,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340667963028s 2018-09-01 12:30:41,304 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d96b2798-9208-40eb-acee-29aa55116cd1 2018-09-01 12:30:41,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:30:41,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"subnet": {"name": "singlevm2-subnet_15f4410f-5861-444a-bd84-e8d6df4d3f57", "enable_dhcp": true, "network_id": "d5fbc8a3-5fce-41c7-8494-5bd20e9d291b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:30:42,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-5be42e9d-8fee-4768-a395-d8540f95cbb8 Date: Sat, 01 Sep 2018 12:30:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:30:41Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0369f7d87ce84fa3982918fe92083213","id":"1ee95375-2126-440a-b139-ff73b5a99214","subnetpool_id":null,"name":"singlevm2-subnet_15f4410f-5861-444a-bd84-e8d6df4d3f57"}} 2018-09-01 12:30:42,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-5be42e9d-8fee-4768-a395-d8540f95cbb8 2018-09-01 12:30:42,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.83457493782s 2018-09-01 12:30:42,141 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-5be42e9d-8fee-4768-a395-d8540f95cbb8 2018-09-01 12:30:42,141 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:30:41Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1ee95375-2126-440a-b139-ff73b5a99214', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_15f4410f-5861-444a-bd84-e8d6df4d3f57', u'enable_dhcp': True, u'network_id': u'd5fbc8a3-5fce-41c7-8494-5bd20e9d291b', u'tenant_id': u'0369f7d87ce84fa3982918fe92083213', u'created_at': u'2018-09-01T12:30:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0369f7d87ce84fa3982918fe92083213'}) 2018-09-01 12:30:42,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:30:42,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "singlevm2-router_15f4410f-5861-444a-bd84-e8d6df4d3f57", "admin_state_up": true}}' 2018-09-01 12:30:43,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-59924119-1f70-481d-817b-e407a958947e Date: Sat, 01 Sep 2018 12:30:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:42Z", "admin_state_up": true, "updated_at": "2018-09-01T12:30:43Z", "revision_number": 2, "routes": [], "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "c68cb703-e0db-4e83-a6a5-a234acacdb87", "name": "singlevm2-router_15f4410f-5861-444a-bd84-e8d6df4d3f57"}} 2018-09-01 12:30:43,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-59924119-1f70-481d-817b-e407a958947e 2018-09-01 12:30:43,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53395819664s 2018-09-01 12:30:43,676 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-59924119-1f70-481d-817b-e407a958947e 2018-09-01 12:30:43,677 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0369f7d87ce84fa3982918fe92083213', u'created_at': u'2018-09-01T12:30:42Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T12:30:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'0369f7d87ce84fa3982918fe92083213', u'id': u'c68cb703-e0db-4e83-a6a5-a234acacdb87', u'name': u'singlevm2-router_15f4410f-5861-444a-bd84-e8d6df4d3f57'}) 2018-09-01 12:30:43,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:30:43,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"subnet_id": "1ee95375-2126-440a-b139-ff73b5a99214"}' 2018-09-01 12:30:46,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5d46c84b-b94f-4d4d-9d38-43daff9b2e2a Date: Sat, 01 Sep 2018 12:30:46 GMT RESP BODY: {"network_id": "d5fbc8a3-5fce-41c7-8494-5bd20e9d291b", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "subnet_id": "1ee95375-2126-440a-b139-ff73b5a99214", "subnet_ids": ["1ee95375-2126-440a-b139-ff73b5a99214"], "port_id": "f63641f6-630a-4e7f-8fc4-d949fd1728f0", "id": "c68cb703-e0db-4e83-a6a5-a234acacdb87"} 2018-09-01 12:30:46,072 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87/add_router_interface.json used request id req-5d46c84b-b94f-4d4d-9d38-43daff9b2e2a 2018-09-01 12:30:46,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.39450120926s 2018-09-01 12:30:46,072 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87/add_router_interface.json used request id req-5d46c84b-b94f-4d4d-9d38-43daff9b2e2a returning object c68cb703-e0db-4e83-a6a5-a234acacdb87 2018-09-01 12:30:46,072 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 12:30:46,200 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 12:30:46,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:30:46,206 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 12:30:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-09-01 12:30:46,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:30:46,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:47,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a27bc9ac-c676-4dad-9ee7-d77607619054 Date: Sat, 01 Sep 2018 12:30:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:30:47,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a27bc9ac-c676-4dad-9ee7-d77607619054 2018-09-01 12:30:47,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.796303987503s 2018-09-01 12:30:47,008 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-a27bc9ac-c676-4dad-9ee7-d77607619054 2018-09-01 12:30:47,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 12:30:47,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57"}' 2018-09-01 12:30:47,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-494e479d-0134-4577-861d-8bd92a21bec3 Date: Sat, 01 Sep 2018 12:30:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:30:47Z", "file": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file", "owner": "0369f7d87ce84fa3982918fe92083213", "id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "size": null, "self": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "checksum": null, "created_at": "2018-09-01T12:30:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 12:30:47,404 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-494e479d-0134-4577-861d-8bd92a21bec3 2018-09-01 12:30:47,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.388761997223s 2018-09-01 12:30:47,405 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-494e479d-0134-4577-861d-8bd92a21bec3 returning object a199fecd-8eac-436c-87c2-7242350dfdfa 2018-09-01 12:30:47,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 12:30:47,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '' 2018-09-01 12:30:49,432 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-13fc1029-e585-4d90-bf07-05c4ad1fe37e Date: Sat, 01 Sep 2018 12:30:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:30:49,432 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file used request id req-13fc1029-e585-4d90-bf07-05c4ad1fe37e 2018-09-01 12:30:49,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.02654910088s 2018-09-01 12:30:49,433 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file used request id req-13fc1029-e585-4d90-bf07-05c4ad1fe37e 2018-09-01 12:30:49,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:30:49,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:50,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ebdc06c5-9b4e-4a4b-87db-15ad7389ced7 Date: Sat, 01 Sep 2018 12:30:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:30:49Z", "file": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file", "owner": "0369f7d87ce84fa3982918fe92083213", "id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "size": 12716032, "self": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:30:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:30:50,230 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ebdc06c5-9b4e-4a4b-87db-15ad7389ced7 2018-09-01 12:30:50,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.793401956558s 2018-09-01 12:30:50,231 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-ebdc06c5-9b4e-4a4b-87db-15ad7389ced7 2018-09-01 12:30:50,233 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file', 'owner': u'0369f7d87ce84fa3982918fe92083213', 'id': u'a199fecd-8eac-436c-87c2-7242350dfdfa', 'size': 12716032, u'self': u'/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0369f7d87ce84fa3982918fe92083213', 'name': 'singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T12:30:49Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T12:30:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'created': u'2018-09-01T12:30:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T12:30:47Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 12:30:50,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 12:30:50,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_15f4410f-5861-444a-bd84-e8d6df4d3f57", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 12:30:51,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-b5fdcf22-c6d8-487f-bd74-1bbf173cdd57 x-compute-request-id: req-b5fdcf22-c6d8-487f-bd74-1bbf173cdd57 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_15f4410f-5861-444a-bd84-e8d6df4d3f57", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "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": "74b88193-30e5-4443-a08b-91cdc6135313"}} 2018-09-01 12:30:51,002 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b5fdcf22-c6d8-487f-bd74-1bbf173cdd57 2018-09-01 12:30:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.767920970917s 2018-09-01 12:30:51,002 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-b5fdcf22-c6d8-487f-bd74-1bbf173cdd57 2018-09-01 12:30:51,003 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_15f4410f-5861-444a-bd84-e8d6df4d3f57', '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'dfc461ef79e94bbc95d56eabe475cd04', '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'74b88193-30e5-4443-a08b-91cdc6135313', 'swap': 0}) 2018-09-01 12:30:51,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 12:30:51,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" -d '{"extra_specs": {}}' 2018-09-01 12:30:51,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-662d2fd9-39f8-45a4-98e0-a090cda0b5e6 x-compute-request-id: req-662d2fd9-39f8-45a4-98e0-a090cda0b5e6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 12:30:51,024 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313/os-extra_specs used request id req-662d2fd9-39f8-45a4-98e0-a090cda0b5e6 2018-09-01 12:30:51,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204379558563s 2018-09-01 12:30:51,025 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313/os-extra_specs used request id req-662d2fd9-39f8-45a4-98e0-a090cda0b5e6 2018-09-01 12:30:51,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 12:30:51,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"keypair": {"name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57"}}' 2018-09-01 12:30:51,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-bccbc598-ddf9-463a-a99a-ef93ae9906f7 x-compute-request-id: req-bccbc598-ddf9-463a-a99a-ef93ae9906f7 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo1OJWXZ1J65lwB1ND2Dy6tZ4j6LrIbNTCeiRatdWnJeUueyt0eej864eerrCxgz35E5grnox3nsPT0zu9ZEaceCgTbPvtsbi3mKjzvHeMYaCruzdtt+rXUrf+1sAjVIevHrRBLgYrAUToxfprDwFB5CStBqwE/lQArRTVF+P4y7nw5TifnifgN5kbmiJ5ebo8PiEoKMzebzSFO2xM1ZoOo4hrHeNL67sX7BCAYuJlXYhKHxcx5pM10vDXBJwTBOs1ijdezVWNSvYQrfyAsKzisCjhknDBr7GI8pSQ/oSuq18wEn1/+loKpoeOhu1w/Cja2uVPFNldjL/MJYnSlRSP Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqNTiVl2dSeuZcAdTQ9g8urWeI+i6yGzUwnokWrXVpyXlLnsr\ndHno/OuHnq6wsYM9+ROYK56Md57D09M7vWRGnHgoE2z77bG4t5io87x3jGGgq7s3\nbbfq11K3/tbAI1SHrx60QS4GKwFE6MX6aw8BQeQkrQasBP5UAK0U1Rfj+Mu58OU4\nn54n4DeZG5oieXm6PD4hKCjM3m80hTtsTNWaDqOIax3jS+u7F+wQgGLiZV2ISh8X\nMeaTNdLw1wScEwTrNYo3Xs1VjUr2EK38gLCs4rAo4ZJwwa+xiPKUkP6ErqtfMBJ9\nf/paCqaHjobtcPwo2trlTxTZXYy/zCWJ0pUUjwIDAQABAoIBADIIlOL/b0Oe3KQE\np7ptdOHoPOtrZx9KkWrpA6kWRjD43AiAXApyrod1zYVLQ/X3bQBJvEkA/aPdmy9F\nZGjmNL7eJRJMtARnLNTMGxXQfqVNsW3zV6PeY2xYiUqundZakLNnKAhA+Xb5M1DA\ni0v68GZ0lCHq3kPEk2R35rqYD+mFCy26Elg7jz1KPmNbzA2+tMwgR3v4rThcMAMb\n3/yu71CCQ/RvJ7YemVbayATmuqMKcwk/1WWWKXVTZjyxGYA1HiY0w6eaY42719BW\nUQoXrg/FvRX+rA1vVnesOU3ywzFH8IVkz8j2uK24brVsGt/6l0Ui4bq1DadaeTWn\nJPDHALECgYEA3MdqIplWmVereewu4w2xuy+XfGXwOEzBf70VyiaaodKL97o3fGuF\neUIOX1En+zavXKxFCjIA1w5+FY9zKOh/EBjlkNeDcFTR4tfK6gnPIEK4h8n7+f6q\nxxA7biIxkuS/0Jlu+YRIe+InBrwktQR6bmOiHSH29P3/FqNZ+REjrLUCgYEAw8Px\n3yKX6ifwHdiUngNuVRwjNWBj2c7Yig77mSBQKiUi68nS3aVzQr0p0Euw56IvBrAH\nrLUWmJkmkiaLpdD9ZvhvsP1B5HsY6bntNAtDMQ0OKEd9jSQ/8P73nkxEAYa1dw5b\nUj3G/QWoznxarU+shgkbOAj23yyzHRIei3U7SrMCgYEAwzagJg+nftcCDEBGBQWq\nzXR7YcdQ7LcRsT0j8ybHO6bLlDPXs+/uiRVbV/SOgZYM4MiCE027aGysF6xLizRo\nhXc+JSAqXDzjiMx94wrhVgko2QhEAPypTHKR2gPqCZSx9mR0t7O7065YC6B4ZIad\nKtZ2FYRetKmR0BaIC66X+LECgYApaP5169RktLQHLDQrxKAHIt+Tv+L/RNDrS0YP\nWxV6BMcBR3zyY7gg6vC4Xfp61QTLjlrhPqEcAHF3Qu4RUkb4DB9cOgZBNYTMlAbI\nFoXND2zqOk0lmQBpkxWAB7Pu+rbSC1hn6id4iETwAMARnyPoam62iLbn+IWe5aFO\ncKrtHwKBgQDBpqAgnctNOolT71kEh5EzRXvu3JceSzf1/itiShEyxLanDEjaaRw9\nJUWSEM5RGUzyKqPCeGOd0/1r5fqs33twlt9a2IborOIPE7RNGabTR6yjXIQ48a/u\n/KDXCb5BnTNTGfsINjl6AwdBJcLB4n8O9fUbxkamqUJefhIbxBT+Vw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "2f62b94909bc438ab68558f5fe7d6bd9", "name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57", "fingerprint": "20:6f:08:af:47:ca:26:07:bb:49:01:be:20:44:0a:79"}} 2018-09-01 12:30:51,862 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-bccbc598-ddf9-463a-a99a-ef93ae9906f7 2018-09-01 12:30:51,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.836462974548s 2018-09-01 12:30:51,862 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-bccbc598-ddf9-463a-a99a-ef93ae9906f7 2018-09-01 12:30:51,863 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo1OJWXZ1J65lwB1ND2Dy6tZ4j6LrIbNTCeiRatdWnJeUueyt0eej864eerrCxgz35E5grnox3nsPT0zu9ZEaceCgTbPvtsbi3mKjzvHeMYaCruzdtt+rXUrf+1sAjVIevHrRBLgYrAUToxfprDwFB5CStBqwE/lQArRTVF+P4y7nw5TifnifgN5kbmiJ5ebo8PiEoKMzebzSFO2xM1ZoOo4hrHeNL67sX7BCAYuJlXYhKHxcx5pM10vDXBJwTBOs1ijdezVWNSvYQrfyAsKzisCjhknDBr7GI8pSQ/oSuq18wEn1/+loKpoeOhu1w/Cja2uVPFNldjL/MJYnSlRSP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqNTiVl2dSeuZcAdTQ9g8urWeI+i6yGzUwnokWrXVpyXlLnsr\ndHno/OuHnq6wsYM9+ROYK56Md57D09M7vWRGnHgoE2z77bG4t5io87x3jGGgq7s3\nbbfq11K3/tbAI1SHrx60QS4GKwFE6MX6aw8BQeQkrQasBP5UAK0U1Rfj+Mu58OU4\nn54n4DeZG5oieXm6PD4hKCjM3m80hTtsTNWaDqOIax3jS+u7F+wQgGLiZV2ISh8X\nMeaTNdLw1wScEwTrNYo3Xs1VjUr2EK38gLCs4rAo4ZJwwa+xiPKUkP6ErqtfMBJ9\nf/paCqaHjobtcPwo2trlTxTZXYy/zCWJ0pUUjwIDAQABAoIBADIIlOL/b0Oe3KQE\np7ptdOHoPOtrZx9KkWrpA6kWRjD43AiAXApyrod1zYVLQ/X3bQBJvEkA/aPdmy9F\nZGjmNL7eJRJMtARnLNTMGxXQfqVNsW3zV6PeY2xYiUqundZakLNnKAhA+Xb5M1DA\ni0v68GZ0lCHq3kPEk2R35rqYD+mFCy26Elg7jz1KPmNbzA2+tMwgR3v4rThcMAMb\n3/yu71CCQ/RvJ7YemVbayATmuqMKcwk/1WWWKXVTZjyxGYA1HiY0w6eaY42719BW\nUQoXrg/FvRX+rA1vVnesOU3ywzFH8IVkz8j2uK24brVsGt/6l0Ui4bq1DadaeTWn\nJPDHALECgYEA3MdqIplWmVereewu4w2xuy+XfGXwOEzBf70VyiaaodKL97o3fGuF\neUIOX1En+zavXKxFCjIA1w5+FY9zKOh/EBjlkNeDcFTR4tfK6gnPIEK4h8n7+f6q\nxxA7biIxkuS/0Jlu+YRIe+InBrwktQR6bmOiHSH29P3/FqNZ+REjrLUCgYEAw8Px\n3yKX6ifwHdiUngNuVRwjNWBj2c7Yig77mSBQKiUi68nS3aVzQr0p0Euw56IvBrAH\nrLUWmJkmkiaLpdD9ZvhvsP1B5HsY6bntNAtDMQ0OKEd9jSQ/8P73nkxEAYa1dw5b\nUj3G/QWoznxarU+shgkbOAj23yyzHRIei3U7SrMCgYEAwzagJg+nftcCDEBGBQWq\nzXR7YcdQ7LcRsT0j8ybHO6bLlDPXs+/uiRVbV/SOgZYM4MiCE027aGysF6xLizRo\nhXc+JSAqXDzjiMx94wrhVgko2QhEAPypTHKR2gPqCZSx9mR0t7O7065YC6B4ZIad\nKtZ2FYRetKmR0BaIC66X+LECgYApaP5169RktLQHLDQrxKAHIt+Tv+L/RNDrS0YP\nWxV6BMcBR3zyY7gg6vC4Xfp61QTLjlrhPqEcAHF3Qu4RUkb4DB9cOgZBNYTMlAbI\nFoXND2zqOk0lmQBpkxWAB7Pu+rbSC1hn6id4iETwAMARnyPoam62iLbn+IWe5aFO\ncKrtHwKBgQDBpqAgnctNOolT71kEh5EzRXvu3JceSzf1/itiShEyxLanDEjaaRw9\nJUWSEM5RGUzyKqPCeGOd0/1r5fqs33twlt9a2IborOIPE7RNGabTR6yjXIQ48a/u\n/KDXCb5BnTNTGfsINjl6AwdBJcLB4n8O9fUbxkamqUJefhIbxBT+Vw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2f62b94909bc438ab68558f5fe7d6bd9', 'name': u'singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'created_at': '2018-09-01T12:30:51.863157', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0369f7d87ce84fa3982918fe92083213', 'name': 'singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'20:6f:08:af:47:ca:26:07:bb:49:01:be:20:44:0a:79', 'type': 'ssh', 'id': u'singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57'}) 2018-09-01 12:30:51,863 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAqNTiVl2dSeuZcAdTQ9g8urWeI+i6yGzUwnokWrXVpyXlLnsr dHno/OuHnq6wsYM9+ROYK56Md57D09M7vWRGnHgoE2z77bG4t5io87x3jGGgq7s3 bbfq11K3/tbAI1SHrx60QS4GKwFE6MX6aw8BQeQkrQasBP5UAK0U1Rfj+Mu58OU4 n54n4DeZG5oieXm6PD4hKCjM3m80hTtsTNWaDqOIax3jS+u7F+wQgGLiZV2ISh8X MeaTNdLw1wScEwTrNYo3Xs1VjUr2EK38gLCs4rAo4ZJwwa+xiPKUkP6ErqtfMBJ9 f/paCqaHjobtcPwo2trlTxTZXYy/zCWJ0pUUjwIDAQABAoIBADIIlOL/b0Oe3KQE p7ptdOHoPOtrZx9KkWrpA6kWRjD43AiAXApyrod1zYVLQ/X3bQBJvEkA/aPdmy9F ZGjmNL7eJRJMtARnLNTMGxXQfqVNsW3zV6PeY2xYiUqundZakLNnKAhA+Xb5M1DA i0v68GZ0lCHq3kPEk2R35rqYD+mFCy26Elg7jz1KPmNbzA2+tMwgR3v4rThcMAMb 3/yu71CCQ/RvJ7YemVbayATmuqMKcwk/1WWWKXVTZjyxGYA1HiY0w6eaY42719BW UQoXrg/FvRX+rA1vVnesOU3ywzFH8IVkz8j2uK24brVsGt/6l0Ui4bq1DadaeTWn JPDHALECgYEA3MdqIplWmVereewu4w2xuy+XfGXwOEzBf70VyiaaodKL97o3fGuF eUIOX1En+zavXKxFCjIA1w5+FY9zKOh/EBjlkNeDcFTR4tfK6gnPIEK4h8n7+f6q xxA7biIxkuS/0Jlu+YRIe+InBrwktQR6bmOiHSH29P3/FqNZ+REjrLUCgYEAw8Px 3yKX6ifwHdiUngNuVRwjNWBj2c7Yig77mSBQKiUi68nS3aVzQr0p0Euw56IvBrAH rLUWmJkmkiaLpdD9ZvhvsP1B5HsY6bntNAtDMQ0OKEd9jSQ/8P73nkxEAYa1dw5b Uj3G/QWoznxarU+shgkbOAj23yyzHRIei3U7SrMCgYEAwzagJg+nftcCDEBGBQWq zXR7YcdQ7LcRsT0j8ybHO6bLlDPXs+/uiRVbV/SOgZYM4MiCE027aGysF6xLizRo hXc+JSAqXDzjiMx94wrhVgko2QhEAPypTHKR2gPqCZSx9mR0t7O7065YC6B4ZIad KtZ2FYRetKmR0BaIC66X+LECgYApaP5169RktLQHLDQrxKAHIt+Tv+L/RNDrS0YP WxV6BMcBR3zyY7gg6vC4Xfp61QTLjlrhPqEcAHF3Qu4RUkb4DB9cOgZBNYTMlAbI FoXND2zqOk0lmQBpkxWAB7Pu+rbSC1hn6id4iETwAMARnyPoam62iLbn+IWe5aFO cKrtHwKBgQDBpqAgnctNOolT71kEh5EzRXvu3JceSzf1/itiShEyxLanDEjaaRw9 JUWSEM5RGUzyKqPCeGOd0/1r5fqs33twlt9a2IborOIPE7RNGabTR6yjXIQ48a/u /KDXCb5BnTNTGfsINjl6AwdBJcLB4n8O9fUbxkamqUJefhIbxBT+Vw== -----END RSA PRIVATE KEY----- 2018-09-01 12:30:51,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 12:30:51,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"security_group": {"name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-01 12:30:52,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-efad0648-b6e0-42ee-af77-66600bea6e4d Date: Sat, 01 Sep 2018 12:30:52 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:52Z", "updated_at": "2018-09-01T12:30:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "095ebd49-c46a-497f-99c1-14e5fde720c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "2792e3c9-d8a9-4b0a-bf04-e19d2a827193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}], "revision_number": 1, "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57"}} 2018-09-01 12:30:52,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-efad0648-b6e0-42ee-af77-66600bea6e4d 2018-09-01 12:30:52,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.471472978592s 2018-09-01 12:30:52,338 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-efad0648-b6e0-42ee-af77-66600bea6e4d 2018-09-01 12:30:52,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:30:52,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:52,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-204fdc96-4cce-4386-b06b-d7289d7c1988 Date: Sat, 01 Sep 2018 12:30:52 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:52Z", "updated_at": "2018-09-01T12:30:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "095ebd49-c46a-497f-99c1-14e5fde720c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "2792e3c9-d8a9-4b0a-bf04-e19d2a827193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}], "revision_number": 1, "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57"}, {"description": "Default security group", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:40Z", "updated_at": "2018-09-01T12:30:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "50349745-66b0-4839-8e9d-14a51196e88c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "71036460-7d80-491d-822b-ac5633bac89d", "remote_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "91fc164a-2527-4959-a75a-8c9e4ee617a2", "remote_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "e53523d1-5536-4568-85e9-be75c8bf8cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}], "revision_number": 1, "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "705f6182-1358-4930-be74-51ac81a782eb", "name": "default"}]} 2018-09-01 12:30:52,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-204fdc96-4cce-4386-b06b-d7289d7c1988 2018-09-01 12:30:52,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.105294942856s 2018-09-01 12:30:52,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-204fdc96-4cce-4386-b06b-d7289d7c1988 2018-09-01 12:30:52,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:30:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -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": "60a7b78b-818b-480a-9828-3fe4abcfc0e8"}}' 2018-09-01 12:30:52,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cfcd4a2a-d7eb-48c0-90ac-ea002a677536 Date: Sat, 01 Sep 2018 12:30:52 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-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "port_range_min": 22, "revision_number": 0, "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:52Z", "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "fb912f5c-e72a-40d9-9768-34f0e2d1e38f"}} 2018-09-01 12:30:52,916 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-cfcd4a2a-d7eb-48c0-90ac-ea002a677536 2018-09-01 12:30:52,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.464521169662s 2018-09-01 12:30:52,916 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-cfcd4a2a-d7eb-48c0-90ac-ea002a677536 2018-09-01 12:30:52,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:30:52,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:53,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-b461def7-3aac-4fcf-9365-007a0a8e2b2f Date: Sat, 01 Sep 2018 12:30:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:52Z", "updated_at": "2018-09-01T12:30:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "095ebd49-c46a-497f-99c1-14e5fde720c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "2792e3c9-d8a9-4b0a-bf04-e19d2a827193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "fb912f5c-e72a-40d9-9768-34f0e2d1e38f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}], "revision_number": 2, "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57"}, {"description": "Default security group", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:40Z", "updated_at": "2018-09-01T12:30:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "50349745-66b0-4839-8e9d-14a51196e88c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "71036460-7d80-491d-822b-ac5633bac89d", "remote_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "91fc164a-2527-4959-a75a-8c9e4ee617a2", "remote_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "e53523d1-5536-4568-85e9-be75c8bf8cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}], "revision_number": 1, "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "705f6182-1358-4930-be74-51ac81a782eb", "name": "default"}]} 2018-09-01 12:30:53,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-b461def7-3aac-4fcf-9365-007a0a8e2b2f 2018-09-01 12:30:53,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.310445070267s 2018-09-01 12:30:53,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-b461def7-3aac-4fcf-9365-007a0a8e2b2f 2018-09-01 12:30:53,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:30:53,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -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": "60a7b78b-818b-480a-9828-3fe4abcfc0e8"}}' 2018-09-01 12:30:53,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-eddec84c-dfb8-44af-ba7e-126571ce14de Date: Sat, 01 Sep 2018 12:30:53 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-09-01T12:30:53Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "port_range_min": null, "revision_number": 0, "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:53Z", "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "39b9037e-bb26-46df-b46c-4ecb85032640"}} 2018-09-01 12:30:53,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-eddec84c-dfb8-44af-ba7e-126571ce14de 2018-09-01 12:30:53,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.454983949661s 2018-09-01 12:30:53,690 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-eddec84c-dfb8-44af-ba7e-126571ce14de 2018-09-01 12:30:53,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:30:53,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:53,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-aecf0f63-062c-4453-863c-0ff552cb8610 Date: Sat, 01 Sep 2018 12:30:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ee95375-2126-440a-b139-ff73b5a99214"],"updated_at":"2018-09-01T12:30:41Z","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0369f7d87ce84fa3982918fe92083213","id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","name":"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:30:53,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-aecf0f63-062c-4453-863c-0ff552cb8610 2018-09-01 12:30:53,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104035139084s 2018-09-01 12:30:53,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-aecf0f63-062c-4453-863c-0ff552cb8610 2018-09-01 12:30:53,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:30:53,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:53,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7fca130f-8088-4479-884e-f0190d1acdef Date: Sat, 01 Sep 2018 12:30:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:30:49Z", "file": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file", "owner": "0369f7d87ce84fa3982918fe92083213", "id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "size": 12716032, "self": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:30:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:30:53,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-7fca130f-8088-4479-884e-f0190d1acdef 2018-09-01 12:30:53,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0387768745422s 2018-09-01 12:30:53,840 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-7fca130f-8088-4479-884e-f0190d1acdef 2018-09-01 12:30:53,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:30:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:30:54,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5329cbfa-6986-4caf-a126-8e69da35525d x-compute-request-id: req-5329cbfa-6986-4caf-a126-8e69da35525d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_15f4410f-5861-444a-bd84-e8d6df4d3f57", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "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": "74b88193-30e5-4443-a08b-91cdc6135313"}]} 2018-09-01 12:30:54,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-5329cbfa-6986-4caf-a126-8e69da35525d 2018-09-01 12:30:54,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.161163806915s 2018-09-01 12:30:54,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-5329cbfa-6986-4caf-a126-8e69da35525d 2018-09-01 12:30:54,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:30:54,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"server": {"name": "singlevm2-vm_15f4410f-5861-444a-bd84-e8d6df4d3f57", "imageRef": "a199fecd-8eac-436c-87c2-7242350dfdfa", "key_name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57", "flavorRef": "74b88193-30e5-4443-a08b-91cdc6135313", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d5fbc8a3-5fce-41c7-8494-5bd20e9d291b"}], "security_groups": [{"name": "60a7b78b-818b-480a-9828-3fe4abcfc0e8"}]}}' 2018-09-01 12:30:58,958 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:30: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-be0e5241-c1a6-4430-8c0c-3450f8496a31 x-compute-request-id: req-be0e5241-c1a6-4430-8c0c-3450f8496a31 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "60a7b78b-818b-480a-9828-3fe4abcfc0e8"}], "OS-DCF:diskConfig": "MANUAL", "id": "695a701d-776d-4d45-959d-e07a477c6c69", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "bookmark"}], "adminPass": "kQ9cXG5mnDSm"}} 2018-09-01 12:30:58,958 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-be0e5241-c1a6-4430-8c0c-3450f8496a31 2018-09-01 12:30:58,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.95298409462s 2018-09-01 12:30:58,958 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-be0e5241-c1a6-4430-8c0c-3450f8496a31 2018-09-01 12:30:58,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:30:58,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:00,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:30: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-80a49eb0-8467-416c-a4d2-5ade9f7c406c x-compute-request-id: req-80a49eb0-8467-416c-a4d2-5ade9f7c406c Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "bookmark"}], "image": {"id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "links": [{"href": "http://172.30.9.30:8774/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74b88193-30e5-4443-a08b-91cdc6135313", "links": [{"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "bookmark"}]}, "id": "695a701d-776d-4d45-959d-e07a477c6c69", "user_id": "2f62b94909bc438ab68558f5fe7d6bd9", "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-09-01T12:30:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57", "name": "singlevm2-vm_15f4410f-5861-444a-bd84-e8d6df4d3f57", "created": "2018-09-01T12:30:58Z", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:00,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-80a49eb0-8467-416c-a4d2-5ade9f7c406c 2018-09-01 12:31:00,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14295816422s 2018-09-01 12:31:00,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-80a49eb0-8467-416c-a4d2-5ade9f7c406c 2018-09-01 12:31:00,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:31:00,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:00,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2c8ab1fa-1c68-4336-a00d-f94ab9b15426 Date: Sat, 01 Sep 2018 12:31: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":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ee95375-2126-440a-b139-ff73b5a99214"],"updated_at":"2018-09-01T12:30:41Z","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0369f7d87ce84fa3982918fe92083213","id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","name":"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:31:00,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2c8ab1fa-1c68-4336-a00d-f94ab9b15426 2018-09-01 12:31:00,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.3495221138s 2018-09-01 12:31:00,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-2c8ab1fa-1c68-4336-a00d-f94ab9b15426 2018-09-01 12:31:00,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:31:00,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:00,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-78d63ece-36ca-418a-89b7-f9abfac170ab Date: Sat, 01 Sep 2018 12:31:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:30:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0369f7d87ce84fa3982918fe92083213","id":"1ee95375-2126-440a-b139-ff73b5a99214","subnetpool_id":null,"name":"singlevm2-subnet_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:31:00,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-78d63ece-36ca-418a-89b7-f9abfac170ab 2018-09-01 12:31:00,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0429799556732s 2018-09-01 12:31:00,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-78d63ece-36ca-418a-89b7-f9abfac170ab 2018-09-01 12:31:00,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:31:02,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:02,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:03,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-1e83fee4-c031-4821-a6d5-ff683bf2fceb x-compute-request-id: req-1e83fee4-c031-4821-a6d5-ff683bf2fceb Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "bookmark"}], "image": {"id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "links": [{"href": "http://172.30.9.30:8774/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74b88193-30e5-4443-a08b-91cdc6135313", "links": [{"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "bookmark"}]}, "id": "695a701d-776d-4d45-959d-e07a477c6c69", "user_id": "2f62b94909bc438ab68558f5fe7d6bd9", "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-09-01T12:31:02Z", "hostId": "fab67b2947ef4dbdd626ccda1d57f235116fa29fcd509bd583d09bf6", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57", "name": "singlevm2-vm_15f4410f-5861-444a-bd84-e8d6df4d3f57", "created": "2018-09-01T12:30:58Z", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:03,495 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1e83fee4-c031-4821-a6d5-ff683bf2fceb 2018-09-01 12:31:03,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.988308906555s 2018-09-01 12:31:03,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1e83fee4-c031-4821-a6d5-ff683bf2fceb 2018-09-01 12:31:03,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:31:05,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:05,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:07,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-d9285689-938f-4e9d-98cb-82c3541d4a38 x-compute-request-id: req-d9285689-938f-4e9d-98cb-82c3541d4a38 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.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "bookmark"}], "image": {"id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "links": [{"href": "http://172.30.9.30:8774/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "74b88193-30e5-4443-a08b-91cdc6135313", "links": [{"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "bookmark"}]}, "id": "695a701d-776d-4d45-959d-e07a477c6c69", "security_groups": [{"name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57"}], "user_id": "2f62b94909bc438ab68558f5fe7d6bd9", "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-09-01T12:31:02Z", "hostId": "fab67b2947ef4dbdd626ccda1d57f235116fa29fcd509bd583d09bf6", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57", "name": "singlevm2-vm_15f4410f-5861-444a-bd84-e8d6df4d3f57", "created": "2018-09-01T12:30:58Z", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:07,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d9285689-938f-4e9d-98cb-82c3541d4a38 2018-09-01 12:31:07,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.57634019852s 2018-09-01 12:31:07,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d9285689-938f-4e9d-98cb-82c3541d4a38 2018-09-01 12:31:07,083 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:31:09,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:09,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:10,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-a3e2b7ec-fd46-4397-bb87-5395e0c4c6c9 x-compute-request-id: req-a3e2b7ec-fd46-4397-bb87-5395e0c4c6c9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8c:40", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "bookmark"}], "image": {"id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "links": [{"href": "http://172.30.9.30:8774/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:31:08.000000", "flavor": {"id": "74b88193-30e5-4443-a08b-91cdc6135313", "links": [{"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "bookmark"}]}, "id": "695a701d-776d-4d45-959d-e07a477c6c69", "security_groups": [{"name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57"}], "user_id": "2f62b94909bc438ab68558f5fe7d6bd9", "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-09-01T12:31:08Z", "hostId": "fab67b2947ef4dbdd626ccda1d57f235116fa29fcd509bd583d09bf6", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57", "name": "singlevm2-vm_15f4410f-5861-444a-bd84-e8d6df4d3f57", "created": "2018-09-01T12:30:58Z", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:10,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a3e2b7ec-fd46-4397-bb87-5395e0c4c6c9 2018-09-01 12:31:10,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.996711015701s 2018-09-01 12:31:10,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a3e2b7ec-fd46-4397-bb87-5395e0c4c6c9 2018-09-01 12:31:10,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:31:10,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=695a701d-776d-4d45-959d-e07a477c6c69" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:10,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fc1d459c-5dbb-4193-945c-fc7adc818ca1 Date: Sat, 01 Sep 2018 12:31:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:31:03Z","admin_state_up":true,"updated_at":"2018-09-01T12:31:08Z","binding:vnic_type":"normal","device_id":"695a701d-776d-4d45-959d-e07a477c6c69","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e7:8c:40","id":"6e901e1e-3b24-4b0c-88b8-1c8c2e754054","port_security_enabled":true,"project_id":"0369f7d87ce84fa3982918fe92083213","fixed_ips":[{"subnet_id":"1ee95375-2126-440a-b139-ff73b5a99214","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["60a7b78b-818b-480a-9828-3fe4abcfc0e8"],"name":""}]} 2018-09-01 12:31:10,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=695a701d-776d-4d45-959d-e07a477c6c69 used request id req-fc1d459c-5dbb-4193-945c-fc7adc818ca1 2018-09-01 12:31:10,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0607481002808s 2018-09-01 12:31:10,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=695a701d-776d-4d45-959d-e07a477c6c69 used request id req-fc1d459c-5dbb-4193-945c-fc7adc818ca1 2018-09-01 12:31:10,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:31:10,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=6e901e1e-3b24-4b0c-88b8-1c8c2e754054" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:10,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-72fdf895-7c7e-4744-b989-ab3afc16416d Date: Sat, 01 Sep 2018 12:31:10 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:31:10,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=6e901e1e-3b24-4b0c-88b8-1c8c2e754054 used request id req-72fdf895-7c7e-4744-b989-ab3afc16416d 2018-09-01 12:31:10,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0516510009766s 2018-09-01 12:31:10,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=6e901e1e-3b24-4b0c-88b8-1c8c2e754054 used request id req-72fdf895-7c7e-4744-b989-ab3afc16416d 2018-09-01 12:31:10,205 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e7:8c:40', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a199fecd-8eac-436c-87c2-7242350dfdfa'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T12:31:08.000000', 'flavor': Munch({u'id': u'74b88193-30e5-4443-a08b-91cdc6135313'}), 'az': u'nova', 'id': u'695a701d-776d-4d45-959d-e07a477c6c69', 'security_groups': [Munch({u'name': u'singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2f62b94909bc438ab68558f5fe7d6bd9', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0369f7d87ce84fa3982918fe92083213', 'name': 'singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57', '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-09-01T12:31:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:31:08Z', 'hostId': u'fab67b2947ef4dbdd626ccda1d57f235116fa29fcd509bd583d09bf6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'fab67b2947ef4dbdd626ccda1d57f235116fa29fcd509bd583d09bf6', '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-09-01T12:31:08.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0369f7d87ce84fa3982918fe92083213', 'name': u'singlevm2-vm_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'adminPass': u'kQ9cXG5mnDSm', 'tenant_id': u'0369f7d87ce84fa3982918fe92083213', 'created_at': u'2018-09-01T12:30:58Z', 'created': u'2018-09-01T12:30:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:31:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:31:10,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:10,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9b642e12-8124-4cda-a7d7-1761837adc21 Date: Sat, 01 Sep 2018 12:31:10 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":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ee95375-2126-440a-b139-ff73b5a99214"],"updated_at":"2018-09-01T12:30:41Z","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0369f7d87ce84fa3982918fe92083213","id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","name":"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:31:10,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9b642e12-8124-4cda-a7d7-1761837adc21 2018-09-01 12:31:10,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354423999786s 2018-09-01 12:31:10,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9b642e12-8124-4cda-a7d7-1761837adc21 2018-09-01 12:31:10,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:31:10,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=695a701d-776d-4d45-959d-e07a477c6c69" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:10,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5e48eeeb-d6da-4135-a79d-9b0dd3d52e55 Date: Sat, 01 Sep 2018 12:31:10 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:31:03Z","admin_state_up":true,"updated_at":"2018-09-01T12:31:08Z","binding:vnic_type":"normal","device_id":"695a701d-776d-4d45-959d-e07a477c6c69","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:e7:8c:40","id":"6e901e1e-3b24-4b0c-88b8-1c8c2e754054","port_security_enabled":true,"project_id":"0369f7d87ce84fa3982918fe92083213","fixed_ips":[{"subnet_id":"1ee95375-2126-440a-b139-ff73b5a99214","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["60a7b78b-818b-480a-9828-3fe4abcfc0e8"],"name":""}]} 2018-09-01 12:31:10,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=695a701d-776d-4d45-959d-e07a477c6c69 used request id req-5e48eeeb-d6da-4135-a79d-9b0dd3d52e55 2018-09-01 12:31:10,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585429668427s 2018-09-01 12:31:10,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=695a701d-776d-4d45-959d-e07a477c6c69 used request id req-5e48eeeb-d6da-4135-a79d-9b0dd3d52e55 2018-09-01 12:31:10,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 12:31:10,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"floatingip": {"floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.6", "port_id": "6e901e1e-3b24-4b0c-88b8-1c8c2e754054"}}' 2018-09-01 12:31:12,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-bb414e4f-7b24-4443-b426-6f6d8696c280 Date: Sat, 01 Sep 2018 12:31:12 GMT RESP BODY: {"floatingip": {"router_id": "c68cb703-e0db-4e83-a6a5-a234acacdb87", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:31:11Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "6e901e1e-3b24-4b0c-88b8-1c8c2e754054", "id": "a7455181-de61-4cba-8ed5-520e14b284c0", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:31:11Z", "project_id": "0369f7d87ce84fa3982918fe92083213"}} 2018-09-01 12:31:12,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-bb414e4f-7b24-4443-b426-6f6d8696c280 2018-09-01 12:31:12,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.36073613167s 2018-09-01 12:31:12,984 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-bb414e4f-7b24-4443-b426-6f6d8696c280 2018-09-01 12:31:12,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:31:12,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:13,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-fc0634c1-c571-491e-b4b9-7f616dc95a24 Date: Sat, 01 Sep 2018 12:31:13 GMT RESP BODY: {"floatingips": [{"router_id": "c68cb703-e0db-4e83-a6a5-a234acacdb87", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:31:11Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "6e901e1e-3b24-4b0c-88b8-1c8c2e754054", "id": "a7455181-de61-4cba-8ed5-520e14b284c0", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:31:11Z", "project_id": "0369f7d87ce84fa3982918fe92083213"}]} 2018-09-01 12:31:13,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-fc0634c1-c571-491e-b4b9-7f616dc95a24 2018-09-01 12:31:13,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.3380818367s 2018-09-01 12:31:13,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-fc0634c1-c571-491e-b4b9-7f616dc95a24 2018-09-01 12:31:13,335 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c68cb703-e0db-4e83-a6a5-a234acacdb87', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0369f7d87ce84fa3982918fe92083213', 'created_at': u'2018-09-01T12:31:11Z', 'attached': True, 'updated_at': u'2018-09-01T12:31:11Z', 'id': u'a7455181-de61-4cba-8ed5-520e14b284c0', 'floating_network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.209', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0369f7d87ce84fa3982918fe92083213', 'name': 'singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c68cb703-e0db-4e83-a6a5-a234acacdb87', 'project_id': u'0369f7d87ce84fa3982918fe92083213', 'port_id': u'6e901e1e-3b24-4b0c-88b8-1c8c2e754054', 'port': u'6e901e1e-3b24-4b0c-88b8-1c8c2e754054', 'network': u'c2541a6c-ee2f-4745-866e-f11cc584589f'}) 2018-09-01 12:31:13,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:31:13,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:31:13,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c94f72e-e4b1-4e17-a391-df72275a4275 x-compute-request-id: req-8c94f72e-e4b1-4e17-a391-df72275a4275 Content-Encoding: gzip Content-Length: 9595 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459350312 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.199626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.201875] pid_max: default: 32768 minimum: 301\n[ 0.203089] ACPI: Core revision 20150930\n[ 0.204731] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.206495] Security Framework initialized\n[ 0.207597] Yama: becoming mindful.\n[ 0.208584] AppArmor: AppArmor initialized\n[ 0.209723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.211470] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.213162] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216617] Initializing cgroup subsys io\n[ 0.217721] Initializing cgroup subsys memory\n[ 0.218900] Initializing cgroup subsys devices\n[ 0.220081] Initializing cgroup subsys freezer\n[ 0.221249] Initializing cgroup subsys net_cls\n[ 0.222429] Initializing cgroup subsys perf_event\n[ 0.223665] Initializing cgroup subsys net_prio\n[ 0.224859] Initializing cgroup subsys hugetlb\n[ 0.226026] Initializing cgroup subsys pids\n[ 0.227191] CPU: Physical Processor ID: 0\n[ 0.228974] mce: CPU supports 10 MCE banks\n[ 0.230102] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246232] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252807] ftrace: allocating 31920 entries in 125 pages\n[ 0.278280] smpboot: Max logical packages: 1\n[ 0.279426] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281254] x2apic enabled\n[ 0.282380] Switched APIC routing to physical x2apic.\n[ 0.284801] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286292] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.288972] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.291382] KVM setup paravirtual spinlock\n[ 0.292952] x86: Booted up 1 node, 1 CPUs\n[ 0.294036] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.295886] devtmpfs: initialized\n[ 0.297845] evm: security.selinux\n[ 0.298787] evm: security.SMACK64\n[ 0.299727] evm: security.SMACK64EXEC\n[ 0.300733] evm: security.SMACK64TRANSMUTE\n[ 0.301840] evm: security.SMACK64MMAP\n[ 0.302846] evm: security.ima\n[ 0.303718] evm: security.capability\n[ 0.304784] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.307265] pinctrl core: initialized pinctrl subsystem\n[ 0.308729] RTC time: 12:31:07, date: 09/01/18\n[ 0.310000] NET: Registered protocol family 16\n[ 0.311298] cpuidle: using governor ladder\n[ 0.312420] cpuidle: using governor menu\n[ 0.313502] PCCT header not found.\n[ 0.314510] ACPI: bus type PCI registered\n[ 0.315589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.317242] PCI: Using configuration type 1 for base access\n[ 0.319382] ACPI: Added _OSI(Module Device)\n[ 0.320505] ACPI: Added _OSI(Processor Device)\n[ 0.321656] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.322857] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324977] ACPI: Interpreter enabled\n[ 0.326002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.328477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333409] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335865] ACPI: (supports S0 S5)\n[ 0.336819] ACPI: Using IOAPIC for interrupt routing\n[ 0.338078] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341851] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.344994] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349486] acpiphp: Slot [3] registered\n[ 0.350567] acpiphp: Slot [4] registered\n[ 0.351637] acpiphp: Slot [5] registered\n[ 0.352707] acpiphp: Slot [6] registered\n[ 0.353776] acpiphp: Slot [7] registered\n[ 0.354848] acpiphp: Slot [8] registered\n[ 0.355917] acpiphp: Slot [9] registered\n[ 0.356983] acpiphp: Slot [10] registered\n[ 0.358075] acpiphp: Slot [11] registered\n[ 0.359160] acpiphp: Slot [12] registered\n[ 0.360244] acpiphp: Slot [13] registered\n[ 0.361325] acpiphp: Slot [14] registered\n[ 0.362410] acpiphp: Slot [15] registered\n[ 0.377527] acpiphp: Slot [16] registered\n[ 0.378630] acpiphp: Slot [17] registered\n[ 0.379722] acpiphp: Slot [18] registered\n[ 0.380808] acpiphp: Slot [19] registered\n[ 0.381903] acpiphp: Slot [20] registered\n[ 0.382994] acpiphp: Slot [21] registered\n[ 0.384085] acpiphp: Slot [22] registered\n[ 0.385175] acpiphp: Slot [23] registered\n[ 0.386267] acpiphp: Slot [24] registered\n[ 0.387356] acpiphp: Slot [25] registered\n[ 0.388440] acpiphp: Slot [26] registered\n[ 0.389523] acpiphp: Slot [27] registered\n[ 0.390619] acpiphp: Slot [28] registered\n[ 0.391713] acpiphp: Slot [29] registered\n[ 0.392798] acpiphp: Slot [30] registered\n[ 0.393887] acpiphp: Slot [31] registered\n[ 0.394979] PCI host bridge to bus 0000:00\n[ 0.396069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397680] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399299] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401276] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403227] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410832] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.412395] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414093] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.418391] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.420319] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.440550] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.442552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448309] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450119] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.451891] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.453298] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.455436] vgaarb: loaded\n[ 0.456255] vgaarb: bridge control possible 0000:00:02.0\n[ 0.457903] SCSI subsystem initialized\n[ 0.459157] ACPI: bus type USB registered\n[ 0.460276] usbcore: registered new interface driver usbfs\n[ 0.461656] usbcore: registered new interface driver hub\n[ 0.463001] usbcore: registered new device driver usb\n[ 0.464485] PCI: Using ACPI for IRQ routing\n[ 0.465980] NetLabel: Initializing\n[ 0.466956] NetLabel: domain hash size = 128\n[ 0.468146] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.469414] NetLabel: unlabeled traffic allowed by default\n[ 0.470924] clocksource: Switched to clocksource kvm-clock\n[ 0.480734] AppArmor: AppArmor Filesystem Enabled\n[ 0.481980] pnp: PnP ACPI init\n[ 0.483203] pnp: PnP ACPI: found 5 devices\n[ 0.489946] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.492206] NET: Registered protocol family 2\n[ 0.493555] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.495263] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.496829] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.498416] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.501449] NET: Registered protocol family 1\n[ 0.502600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.504062] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.505460] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.519834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.534251] Trying to unpack rootfs image as initramfs...\n[ 0.596308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.601105] Scanning for low memory corruption every 60 seconds\n[ 0.603299] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.604869] audit: initializing netlink subsys (disabled)\n[ 0.606295] audit: type=2000 audit(1535805068.937:1): initialized\n[ 0.608208] Initialise system trusted keyring\n[ 0.609556] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.611335] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.614368] zbud: loaded\n[ 0.615505] VFS: Disk quotas dquot_6.6.0\n[ 0.616839] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.619345] fuse init (API version 7.23)\n[ 0.620776] Key type big_key registered\n[ 0.622081] Allocating IMA MOK and blacklist keyrings.\n[ 0.624018] Key type asymmetric registered\n[ 0.625371] Asymmetric key parser 'x509' registered\n[ 0.626938] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.629378] io scheduler noop registered\n[ 0.630666] io scheduler deadline registered (default)\n[ 0.632301] io scheduler cfq registered\n[ 0.633687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.635412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.637494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.639902] ACPI: Power Button [PWRF]\n[ 0.641448] GHES: HEST is not enabled!\n[ 0.655885] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.685431] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.688597] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.714231] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.717605] Linux agpgart interface v0.103\n[ 0.721756] brd: module loaded\n[ 0.724135] loop: module loaded\n[ 0.729291] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731443] GPT:90111 != 2097151\n[ 0.732417] GPT:Alternate GPT header not at the end of the disk.\n[ 0.733976] GPT:90111 != 2097151\n[ 0.734963] GPT: Use GNU Parted to correct GPT errors.\n[ 0.736358] vda: vda1 vda15\n[ 0.738389] scsi host0: ata_piix\n[ 0.739521] scsi host1: ata_piix\n[ 0.740561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.742302] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.744731] libphy: Fixed MDIO Bus: probed\n[ 0.745921] tun: Universal TUN/TAP device driver, 1.6\n[ 0.747303] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.750469] PPP generic driver version 2.4.2\n[ 0.751868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.753607] ehci-pci: EHCI PCI platform driver\n[ 0.754884] ehci-platform: EHCI generic platform driver\n[ 0.756315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.757943] ohci-pci: OHCI PCI platform driver\n[ 0.759213] ohci-platform: OHCI generic platform driver\n[ 0.760698] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.775488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.776975] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779126] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.780584] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.782313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.784085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.786148] usb usb1: Product: UHCI Host Controller\n[ 0.787584] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.789328] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.790747] hub 1-0:1.0: USB hub found\n[ 0.791895] hub 1-0:1.0: 2 ports detected\n[ 0.793368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.796482] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.797857] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.799368] mousedev: PS/2 mouse device common for all mice\n[ 0.801213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.803883] rtc_cmos 00:00: RTC can wake from S4\n[ 0.805532] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.807245] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.808985] i2c /dev entries driver\n[ 0.810114] device-mapper: uevent: version 1.0.3\n[ 0.811540] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814154] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816393] NET: Registered protocol family 10\n[ 0.818584] NET: Registered protocol family 17\n[ 0.819883] Key type dns_resolver registered\n[ 0.821331] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822918] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825523] registered taskstats version 1\n[ 0.826765] Loading compiled-in X.509 certificates\n[ 0.828759] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.831474] zswap: loaded using pool lzo/zbud\n[ 0.834167] Key type trusted registered\n[ 0.836563] Key type encrypted registered\n[ 0.837817] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.839345] ima: No TPM chip found, activating TPM-bypass!\n[ 0.840866] evm: HMAC attrs: 0x1\n[ 0.842271] Magic number: 2:841:530\n[ 0.843571] tty ttyS10: hash matches\n[ 0.844773] rtc_cmos 00:00: setting system clock to 2018-09-01 12:31:08 UTC (1535805068)\n[ 0.847163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.848792] EDD information not available.\n[ 0.901908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904197] Write protecting the kernel read-only data: 14336k\n[ 0.909463] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912441] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.964034] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMwBF8z7HA+VDUx9GpEAQU9iT+eWSc67LD9b2XyRoMzKQQbfiDgHLynIysasOMqiapRhIAw5wGvtjXEEkhQyfyUBQOkJO2iyYFGFD189YFso8SQcbsIDq4odpoT2yshVtuLbvjA8ezvAgaH8mEBcfh5tsNBdkqbWIC/wiIvLRw5+/9ghCheyOmSdHI4NAyET05i52cbpGDrgoO1Uyy0Z5ELJxnZttAu8+lPWFRWH2wGQGVtHyg4fyrAXP9MnJWQm1PnIJEOHawx5VPpuWMPaeuZ3h5CfStHUJ+VDZsllOR/Ab81VdBe+l9OSmB9v0cZ8AUwGeMC3fhyDFJe83baYS7 root@singlevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57\nssh-dss AAAAB3NzaC1kc3MAAACBAN57Q/9rB6FCV5zANo/UaMNcLlaiD7fbWzwa/8QsIUTneqtyhxwsaKyOPVDEC/hxgPj3E3k1b1hPaULCCeyeRI7xjp1GPzBtnZBuCInDZFtV9f0luR4RjIuzDwPEpTMV3QoyW617HEvwSMtIhNDATJG3tWwgXtTSv8Tqg4AMgdmZAAAAFQDd1Qv6fm2nQe6PNeKdn1rEJ0o7fwAAAIBJAKx/wUIOcpedsiBO0fAv0SZmAnWj4qNNy0rTa2RS0KRkK70VpDn8EXJHIG852rYNN1fl/6VHWRnTFaKtK2Gz1WfLB8/Pf4pxSQdu8DnqXo6z8kT4FV8hZZVJQIZpILuemhLdaCUvVuiU54b+vD1jnp7Iju2nmU8paQd5gn2gTwAAAIEAsZdnEyitMOpzJz4fR2eRQZ1LrE7aHx4EhaRXGcCLVjE7P+qfm8oOLHkSqhXsbvnDdlfZo2DbuTOiwnJVYEG/iZvCx1HGi6pwNfGIHyFnmuTC4D2UwKjIQLHJDawDP9Eu8FBURcSOJsUGH7FBYv8FYwEvH8Sys/uY6ekm0232j5A= root@singlevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.30s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fee7:8c40/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.69 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57 login: "} 2018-09-01 12:31:13,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69/action used request id req-8c94f72e-e4b1-4e17-a391-df72275a4275 2018-09-01 12:31:13,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.248278856277s 2018-09-01 12:31:13,585 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69/action used request id req-8c94f72e-e4b1-4e17-a391-df72275a4275 2018-09-01 12:31:13,585 - 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 459350312 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.199626] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.201875] pid_max: default: 32768 minimum: 301 [ 0.203089] ACPI: Core revision 20150930 [ 0.204731] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.206495] Security Framework initialized [ 0.207597] Yama: becoming mindful. [ 0.208584] AppArmor: AppArmor initialized [ 0.209723] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.211470] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.213162] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214771] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216617] Initializing cgroup subsys io [ 0.217721] Initializing cgroup subsys memory [ 0.218900] Initializing cgroup subsys devices [ 0.220081] Initializing cgroup subsys freezer [ 0.221249] Initializing cgroup subsys net_cls [ 0.222429] Initializing cgroup subsys perf_event [ 0.223665] Initializing cgroup subsys net_prio [ 0.224859] Initializing cgroup subsys hugetlb [ 0.226026] Initializing cgroup subsys pids [ 0.227191] CPU: Physical Processor ID: 0 [ 0.228974] mce: CPU supports 10 MCE banks [ 0.230102] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231440] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246232] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252807] ftrace: allocating 31920 entries in 125 pages [ 0.278280] smpboot: Max logical packages: 1 [ 0.279426] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281254] x2apic enabled [ 0.282380] Switched APIC routing to physical x2apic. [ 0.284801] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286292] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.288972] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.291382] KVM setup paravirtual spinlock [ 0.292952] x86: Booted up 1 node, 1 CPUs [ 0.294036] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.295886] devtmpfs: initialized [ 0.297845] evm: security.selinux [ 0.298787] evm: security.SMACK64 [ 0.299727] evm: security.SMACK64EXEC [ 0.300733] evm: security.SMACK64TRANSMUTE [ 0.301840] evm: security.SMACK64MMAP [ 0.302846] evm: security.ima [ 0.303718] evm: security.capability [ 0.304784] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.307265] pinctrl core: initialized pinctrl subsystem [ 0.308729] RTC time: 12:31:07, date: 09/01/18 [ 0.310000] NET: Registered protocol family 16 [ 0.311298] cpuidle: using governor ladder [ 0.312420] cpuidle: using governor menu [ 0.313502] PCCT header not found. [ 0.314510] ACPI: bus type PCI registered [ 0.315589] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.317242] PCI: Using configuration type 1 for base access [ 0.319382] ACPI: Added _OSI(Module Device) [ 0.320505] ACPI: Added _OSI(Processor Device) [ 0.321656] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.322857] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324977] ACPI: Interpreter enabled [ 0.326002] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.328477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333409] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335865] ACPI: (supports S0 S5) [ 0.336819] ACPI: Using IOAPIC for interrupt routing [ 0.338078] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341851] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343365] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.344994] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346579] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349486] acpiphp: Slot [3] registered [ 0.350567] acpiphp: Slot [4] registered [ 0.351637] acpiphp: Slot [5] registered [ 0.352707] acpiphp: Slot [6] registered [ 0.353776] acpiphp: Slot [7] registered [ 0.354848] acpiphp: Slot [8] registered [ 0.355917] acpiphp: Slot [9] registered [ 0.356983] acpiphp: Slot [10] registered [ 0.358075] acpiphp: Slot [11] registered [ 0.359160] acpiphp: Slot [12] registered [ 0.360244] acpiphp: Slot [13] registered [ 0.361325] acpiphp: Slot [14] registered [ 0.362410] acpiphp: Slot [15] registered [ 0.377527] acpiphp: Slot [16] registered [ 0.378630] acpiphp: Slot [17] registered [ 0.379722] acpiphp: Slot [18] registered [ 0.380808] acpiphp: Slot [19] registered [ 0.381903] acpiphp: Slot [20] registered [ 0.382994] acpiphp: Slot [21] registered [ 0.384085] acpiphp: Slot [22] registered [ 0.385175] acpiphp: Slot [23] registered [ 0.386267] acpiphp: Slot [24] registered [ 0.387356] acpiphp: Slot [25] registered [ 0.388440] acpiphp: Slot [26] registered [ 0.389523] acpiphp: Slot [27] registered [ 0.390619] acpiphp: Slot [28] registered [ 0.391713] acpiphp: Slot [29] registered [ 0.392798] acpiphp: Slot [30] registered [ 0.393887] acpiphp: Slot [31] registered [ 0.394979] PCI host bridge to bus 0000:00 [ 0.396069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397680] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.399299] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.401276] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.403227] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.405219] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409144] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410832] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.412395] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414093] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.418391] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.420319] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.440550] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.442552] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444473] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448309] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450119] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.451891] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.453298] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.455436] vgaarb: loaded [ 0.456255] vgaarb: bridge control possible 0000:00:02.0 [ 0.457903] SCSI subsystem initialized [ 0.459157] ACPI: bus type USB registered [ 0.460276] usbcore: registered new interface driver usbfs [ 0.461656] usbcore: registered new interface driver hub [ 0.463001] usbcore: registered new device driver usb [ 0.464485] PCI: Using ACPI for IRQ routing [ 0.465980] NetLabel: Initializing [ 0.466956] NetLabel: domain hash size = 128 [ 0.468146] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.469414] NetLabel: unlabeled traffic allowed by default [ 0.470924] clocksource: Switched to clocksource kvm-clock [ 0.480734] AppArmor: AppArmor Filesystem Enabled [ 0.481980] pnp: PnP ACPI init [ 0.483203] pnp: PnP ACPI: found 5 devices [ 0.489946] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.492206] NET: Registered protocol family 2 [ 0.493555] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.495263] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.496829] TCP: Hash tables configured (established 4096 bind 4096) [ 0.498416] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.499828] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.501449] NET: Registered protocol family 1 [ 0.502600] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.504062] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.505460] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.519834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.534251] Trying to unpack rootfs image as initramfs... [ 0.596308] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.601105] Scanning for low memory corruption every 60 seconds [ 0.603299] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.604869] audit: initializing netlink subsys (disabled) [ 0.606295] audit: type=2000 audit(1535805068.937:1): initialized [ 0.608208] Initialise system trusted keyring [ 0.609556] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.611335] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.614368] zbud: loaded [ 0.615505] VFS: Disk quotas dquot_6.6.0 [ 0.616839] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.619345] fuse init (API version 7.23) [ 0.620776] Key type big_key registered [ 0.622081] Allocating IMA MOK and blacklist keyrings. [ 0.624018] Key type asymmetric registered [ 0.625371] Asymmetric key parser 'x509' registered [ 0.626938] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.629378] io scheduler noop registered [ 0.630666] io scheduler deadline registered (default) [ 0.632301] io scheduler cfq registered [ 0.633687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.635412] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.637494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.639902] ACPI: Power Button [PWRF] [ 0.641448] GHES: HEST is not enabled! [ 0.655885] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.685431] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.688597] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.714231] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.717605] Linux agpgart interface v0.103 [ 0.721756] brd: module loaded [ 0.724135] loop: module loaded [ 0.729291] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.731443] GPT:90111 != 2097151 [ 0.732417] GPT:Alternate GPT header not at the end of the disk. [ 0.733976] GPT:90111 != 2097151 [ 0.734963] GPT: Use GNU Parted to correct GPT errors. [ 0.736358] vda: vda1 vda15 [ 0.738389] scsi host0: ata_piix [ 0.739521] scsi host1: ata_piix [ 0.740561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.742302] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.744731] libphy: Fixed MDIO Bus: probed [ 0.745921] tun: Universal TUN/TAP device driver, 1.6 [ 0.747303] tun: (C) 1999-2004 Max Krasnyansky [ 0.750469] PPP generic driver version 2.4.2 [ 0.751868] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.753607] ehci-pci: EHCI PCI platform driver [ 0.754884] ehci-platform: EHCI generic platform driver [ 0.756315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.757943] ohci-pci: OHCI PCI platform driver [ 0.759213] ohci-platform: OHCI generic platform driver [ 0.760698] uhci_hcd: USB Universal Host Controller Interface driver [ 0.775488] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.776975] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.779126] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.780584] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.782313] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.784085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.786148] usb usb1: Product: UHCI Host Controller [ 0.787584] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.789328] usb usb1: SerialNumber: 0000:00:01.2 [ 0.790747] hub 1-0:1.0: USB hub found [ 0.791895] hub 1-0:1.0: 2 ports detected [ 0.793368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.796482] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.797857] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.799368] mousedev: PS/2 mouse device common for all mice [ 0.801213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.803883] rtc_cmos 00:00: RTC can wake from S4 [ 0.805532] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.807245] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.808985] i2c /dev entries driver [ 0.810114] device-mapper: uevent: version 1.0.3 [ 0.811540] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814154] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816393] NET: Registered protocol family 10 [ 0.818584] NET: Registered protocol family 17 [ 0.819883] Key type dns_resolver registered [ 0.821331] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822918] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825523] registered taskstats version 1 [ 0.826765] Loading compiled-in X.509 certificates [ 0.828759] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.831474] zswap: loaded using pool lzo/zbud [ 0.834167] Key type trusted registered [ 0.836563] Key type encrypted registered [ 0.837817] AppArmor: AppArmor sha1 policy hashing enabled [ 0.839345] ima: No TPM chip found, activating TPM-bypass! [ 0.840866] evm: HMAC attrs: 0x1 [ 0.842271] Magic number: 2:841:530 [ 0.843571] tty ttyS10: hash matches [ 0.844773] rtc_cmos 00:00: setting system clock to 2018-09-01 12:31:08 UTC (1535805068) [ 0.847163] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.848792] EDD information not available. [ 0.901908] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.904197] Write protecting the kernel read-only data: 14336k [ 0.909463] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912441] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.964034] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCMwBF8z7HA+VDUx9GpEAQU9iT+eWSc67LD9b2XyRoMzKQQbfiDgHLynIysasOMqiapRhIAw5wGvtjXEEkhQyfyUBQOkJO2iyYFGFD189YFso8SQcbsIDq4odpoT2yshVtuLbvjA8ezvAgaH8mEBcfh5tsNBdkqbWIC/wiIvLRw5+/9ghCheyOmSdHI4NAyET05i52cbpGDrgoO1Uyy0Z5ELJxnZttAu8+lPWFRWH2wGQGVtHyg4fyrAXP9MnJWQm1PnIJEOHawx5VPpuWMPaeuZ3h5CfStHUJ+VDZsllOR/Ab81VdBe+l9OSmB9v0cZ8AUwGeMC3fhyDFJe83baYS7 root@singlevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57 ssh-dss AAAAB3NzaC1kc3MAAACBAN57Q/9rB6FCV5zANo/UaMNcLlaiD7fbWzwa/8QsIUTneqtyhxwsaKyOPVDEC/hxgPj3E3k1b1hPaULCCeyeRI7xjp1GPzBtnZBuCInDZFtV9f0luR4RjIuzDwPEpTMV3QoyW617HEvwSMtIhNDATJG3tWwgXtTSv8Tqg4AMgdmZAAAAFQDd1Qv6fm2nQe6PNeKdn1rEJ0o7fwAAAIBJAKx/wUIOcpedsiBO0fAv0SZmAnWj4qNNy0rTa2RS0KRkK70VpDn8EXJHIG852rYNN1fl/6VHWRnTFaKtK2Gz1WfLB8/Pf4pxSQdu8DnqXo6z8kT4FV8hZZVJQIZpILuemhLdaCUvVuiU54b+vD1jnp7Iju2nmU8paQd5gn2gTwAAAIEAsZdnEyitMOpzJz4fR2eRQZ1LrE7aHx4EhaRXGcCLVjE7P+qfm8oOLHkSqhXsbvnDdlfZo2DbuTOiwnJVYEG/iZvCx1HGi6pwNfGIHyFnmuTC4D2UwKjIQLHJDawDP9Eu8FBURcSOJsUGH7FBYv8FYwEvH8Sys/uY6ekm0232j5A= root@singlevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.30s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fee7:8c40/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57 launch-index: 0 === cirros: current=0.4.0 uptime=3.69 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-15f4410f-5861-444a-bd84-e8d6df4d3f57 login: 2018-09-01 12:31:14,587 - paramiko.transport - DEBUG - starting thread (client mode): 0x22119a10L 2018-09-01 12:31:14,587 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 12:31:14,587 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 12:31:14,587 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 12:31:14,589 - 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-09-01 12:31:14,589 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 12:31:14,589 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 12:31:14,590 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 12:31:14,590 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 12:31:14,590 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 12:31:14,607 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 12:31:14,607 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 12:31:14,619 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.209: dc59650485667527f7dbf46292b2eaca 2018-09-01 12:31:14,620 - paramiko.transport - DEBUG - Trying discovered key 206f08af47ca2607bb4901be20440a79 in /tmp/tmpQCplTL 2018-09-01 12:31:14,645 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 12:31:14,652 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 12:31:14,653 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 12:31:14,654 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 12:31:14,654 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 12:31:14,655 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 12:31:14,656 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 12:31:14,657 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-01 12:31:14,657 - functest.core.singlevm - DEBUG - error: 2018-09-01 12:31:14,662 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 12:31:14,770 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:31:14,770 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 12:31:14,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 12:31:14,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/a7455181-de61-4cba-8ed5-520e14b284c0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:16,114 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-720dd0b3-267f-465f-819f-3a0882831f1f Content-Length: 0 Date: Sat, 01 Sep 2018 12:31:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:31:16,114 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/a7455181-de61-4cba-8ed5-520e14b284c0.json used request id req-720dd0b3-267f-465f-819f-3a0882831f1f 2018-09-01 12:31:16,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.33571791649s 2018-09-01 12:31:16,115 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/a7455181-de61-4cba-8ed5-520e14b284c0.json used request id req-720dd0b3-267f-465f-819f-3a0882831f1f 2018-09-01 12:31:16,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:31:16,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:16,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-81d5bbbc-0e51-4130-a301-f1f4ac100f33 Date: Sat, 01 Sep 2018 12:31:16 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:31:16,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-81d5bbbc-0e51-4130-a301-f1f4ac100f33 2018-09-01 12:31:16,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.047972202301s 2018-09-01 12:31:16,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-81d5bbbc-0e51-4130-a301-f1f4ac100f33 2018-09-01 12:31:16,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:31:16,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:16,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:31: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-c8ef6306-957d-4a31-8e9f-61c0ba296b0d x-compute-request-id: req-c8ef6306-957d-4a31-8e9f-61c0ba296b0d Content-Type: application/json 2018-09-01 12:31:16,526 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69 used request id req-c8ef6306-957d-4a31-8e9f-61c0ba296b0d 2018-09-01 12:31:16,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.356820106506s 2018-09-01 12:31:16,526 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69 used request id req-c8ef6306-957d-4a31-8e9f-61c0ba296b0d 2018-09-01 12:31:16,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:17,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-d6bfdc54-f0bf-4d9d-9c4f-2f063e7dfbbd x-compute-request-id: req-d6bfdc54-f0bf-4d9d-9c4f-2f063e7dfbbd Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8c:40", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:8c:40", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/695a701d-776d-4d45-959d-e07a477c6c69", "rel": "bookmark"}], "image": {"id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "links": [{"href": "http://172.30.9.30:8774/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:31:08.000000", "flavor": {"id": "74b88193-30e5-4443-a08b-91cdc6135313", "links": [{"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "bookmark"}]}, "id": "695a701d-776d-4d45-959d-e07a477c6c69", "security_groups": [{"name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57"}], "user_id": "2f62b94909bc438ab68558f5fe7d6bd9", "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-09-01T12:31:16Z", "hostId": "fab67b2947ef4dbdd626ccda1d57f235116fa29fcd509bd583d09bf6", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57", "name": "singlevm2-vm_15f4410f-5861-444a-bd84-e8d6df4d3f57", "created": "2018-09-01T12:30:58Z", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:18,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d6bfdc54-f0bf-4d9d-9c4f-2f063e7dfbbd 2018-09-01 12:31:18,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.47288584709s 2018-09-01 12:31:18,000 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d6bfdc54-f0bf-4d9d-9c4f-2f063e7dfbbd 2018-09-01 12:31:18,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:31:20,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:20,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:20,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c02c9ccc-e757-4d87-8e57-ead1b2acba14 x-compute-request-id: req-c02c9ccc-e757-4d87-8e57-ead1b2acba14 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 12:31:20,250 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c02c9ccc-e757-4d87-8e57-ead1b2acba14 2018-09-01 12:31:20,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.245057106018s 2018-09-01 12:31:20,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c02c9ccc-e757-4d87-8e57-ead1b2acba14 2018-09-01 12:31:20,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:31:20,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:20,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-890fd56f-35a6-43d4-92a3-bb390a896dd5 Date: Sat, 01 Sep 2018 12:31:20 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:52Z", "updated_at": "2018-09-01T12:30:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "095ebd49-c46a-497f-99c1-14e5fde720c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "2792e3c9-d8a9-4b0a-bf04-e19d2a827193", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:53Z", "revision_number": 0, "id": "39b9037e-bb26-46df-b46c-4ecb85032640", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:53Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:30:52Z", "revision_number": 0, "id": "fb912f5c-e72a-40d9-9768-34f0e2d1e38f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:52Z", "security_group_id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}], "revision_number": 3, "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "60a7b78b-818b-480a-9828-3fe4abcfc0e8", "name": "singlevm2-sg_15f4410f-5861-444a-bd84-e8d6df4d3f57"}, {"description": "Default security group", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:40Z", "updated_at": "2018-09-01T12:30:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "50349745-66b0-4839-8e9d-14a51196e88c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "71036460-7d80-491d-822b-ac5633bac89d", "remote_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv6", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "91fc164a-2527-4959-a75a-8c9e4ee617a2", "remote_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:30:40Z", "revision_number": 0, "id": "e53523d1-5536-4568-85e9-be75c8bf8cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:30:40Z", "security_group_id": "705f6182-1358-4930-be74-51ac81a782eb", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "port_range_min": null, "ethertype": "IPv4", "project_id": "0369f7d87ce84fa3982918fe92083213"}], "revision_number": 1, "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "705f6182-1358-4930-be74-51ac81a782eb", "name": "default"}]} 2018-09-01 12:31:20,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-890fd56f-35a6-43d4-92a3-bb390a896dd5 2018-09-01 12:31:20,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.232082843781s 2018-09-01 12:31:20,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-890fd56f-35a6-43d4-92a3-bb390a896dd5 2018-09-01 12:31:20,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 12:31:20,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/60a7b78b-818b-480a-9828-3fe4abcfc0e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:20,725 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-188689b6-6645-4245-b77e-2a6cc4b5882e Content-Length: 0 Date: Sat, 01 Sep 2018 12:31:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:31:20,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/60a7b78b-818b-480a-9828-3fe4abcfc0e8.json used request id req-188689b6-6645-4245-b77e-2a6cc4b5882e 2018-09-01 12:31:20,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.235707998276s 2018-09-01 12:31:20,725 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/60a7b78b-818b-480a-9828-3fe4abcfc0e8.json used request id req-188689b6-6645-4245-b77e-2a6cc4b5882e 2018-09-01 12:31:20,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 12:31:20,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:20,795 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:31:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-915d0f6a-054e-497a-abe8-78c430ffab18 x-compute-request-id: req-915d0f6a-054e-497a-abe8-78c430ffab18 Content-Length: 0 Content-Type: application/json 2018-09-01 12:31:20,795 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57 used request id req-915d0f6a-054e-497a-abe8-78c430ffab18 2018-09-01 12:31:20,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0694310665131s 2018-09-01 12:31:20,795 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/singlevm2-kp_15f4410f-5861-444a-bd84-e8d6df4d3f57 used request id req-915d0f6a-054e-497a-abe8-78c430ffab18 2018-09-01 12:31:20,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:31:20,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" -d '{"subnet_id": "1ee95375-2126-440a-b139-ff73b5a99214"}' 2018-09-01 12:31:22,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2a4cf5d3-404d-4549-b5dd-b80f67fafc2d Date: Sat, 01 Sep 2018 12:31:22 GMT RESP BODY: {"network_id": "d5fbc8a3-5fce-41c7-8494-5bd20e9d291b", "tenant_id": "0369f7d87ce84fa3982918fe92083213", "subnet_id": "1ee95375-2126-440a-b139-ff73b5a99214", "subnet_ids": ["1ee95375-2126-440a-b139-ff73b5a99214"], "port_id": "f63641f6-630a-4e7f-8fc4-d949fd1728f0", "id": "c68cb703-e0db-4e83-a6a5-a234acacdb87"} 2018-09-01 12:31:22,636 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87/remove_router_interface.json used request id req-2a4cf5d3-404d-4549-b5dd-b80f67fafc2d 2018-09-01 12:31:22,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84034490585s 2018-09-01 12:31:22,637 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87/remove_router_interface.json used request id req-2a4cf5d3-404d-4549-b5dd-b80f67fafc2d returning object c68cb703-e0db-4e83-a6a5-a234acacdb87 2018-09-01 12:31:22,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:31:22,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:22,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-3f5c2aa7-5929-4a6c-a6d8-333465da89dc Date: Sat, 01 Sep 2018 12:31:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "0369f7d87ce84fa3982918fe92083213", "created_at": "2018-09-01T12:30:42Z", "admin_state_up": true, "updated_at": "2018-09-01T12:31:21Z", "revision_number": 4, "routes": [], "project_id": "0369f7d87ce84fa3982918fe92083213", "id": "c68cb703-e0db-4e83-a6a5-a234acacdb87", "name": "singlevm2-router_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:31:22,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-3f5c2aa7-5929-4a6c-a6d8-333465da89dc 2018-09-01 12:31:22,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122180938721s 2018-09-01 12:31:22,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-3f5c2aa7-5929-4a6c-a6d8-333465da89dc 2018-09-01 12:31:22,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:31:22,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:24,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c707dc25-bfd5-453c-bea2-aab468d4e383 Content-Length: 0 Date: Sat, 01 Sep 2018 12:31:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:31:24,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87.json used request id req-c707dc25-bfd5-453c-bea2-aab468d4e383 2018-09-01 12:31:24,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.51992702484s 2018-09-01 12:31:24,281 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/c68cb703-e0db-4e83-a6a5-a234acacdb87.json used request id req-c707dc25-bfd5-453c-bea2-aab468d4e383 2018-09-01 12:31:24,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:31:24,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:24,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b63a0afa-1de6-48e2-adc7-4a5021d6c0c9 Date: Sat, 01 Sep 2018 12:31:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:30:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0369f7d87ce84fa3982918fe92083213","id":"1ee95375-2126-440a-b139-ff73b5a99214","subnetpool_id":null,"name":"singlevm2-subnet_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:31:24,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-b63a0afa-1de6-48e2-adc7-4a5021d6c0c9 2018-09-01 12:31:24,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.316373109818s 2018-09-01 12:31:24,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-b63a0afa-1de6-48e2-adc7-4a5021d6c0c9 2018-09-01 12:31:24,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:31:24,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/1ee95375-2126-440a-b139-ff73b5a99214.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:27,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2b0d9d3-eba3-45f4-8d66-4af95721ca5a Date: Sat, 01 Sep 2018 12:31:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:31:27,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1ee95375-2126-440a-b139-ff73b5a99214.json used request id req-e2b0d9d3-eba3-45f4-8d66-4af95721ca5a 2018-09-01 12:31:27,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.44015002251s 2018-09-01 12:31:27,041 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/1ee95375-2126-440a-b139-ff73b5a99214.json used request id req-e2b0d9d3-eba3-45f4-8d66-4af95721ca5a 2018-09-01 12:31:27,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:31:27,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:27,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-782b2c4b-add1-4053-88ce-d8b971b878f8 Date: Sat, 01 Sep 2018 12:31:27 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":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","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-09-01T12:31:26Z","tenant_id":"0369f7d87ce84fa3982918fe92083213","created_at":"2018-09-01T12:30:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0369f7d87ce84fa3982918fe92083213","id":"d5fbc8a3-5fce-41c7-8494-5bd20e9d291b","name":"singlevm2-net_15f4410f-5861-444a-bd84-e8d6df4d3f57"}]} 2018-09-01 12:31:27,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-782b2c4b-add1-4053-88ce-d8b971b878f8 2018-09-01 12:31:27,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.289344072342s 2018-09-01 12:31:27,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-782b2c4b-add1-4053-88ce-d8b971b878f8 2018-09-01 12:31:27,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:31:27,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/d5fbc8a3-5fce-41c7-8494-5bd20e9d291b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:28,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-032ea558-dec0-45fe-83b6-a1a6174185f9 Date: Sat, 01 Sep 2018 12:31:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:31:28,840 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d5fbc8a3-5fce-41c7-8494-5bd20e9d291b.json used request id req-032ea558-dec0-45fe-83b6-a1a6174185f9 2018-09-01 12:31:28,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.50817298889s 2018-09-01 12:31:28,841 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d5fbc8a3-5fce-41c7-8494-5bd20e9d291b.json used request id req-032ea558-dec0-45fe-83b6-a1a6174185f9 2018-09-01 12:31:28,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:31:28,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:29,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6245c399-a37c-468e-9fb5-6eaa022af6a1 Date: Sat, 01 Sep 2018 12:31:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:30:49Z", "file": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa/file", "owner": "0369f7d87ce84fa3982918fe92083213", "id": "a199fecd-8eac-436c-87c2-7242350dfdfa", "size": 12716032, "self": "/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/a199fecd-8eac-436c-87c2-7242350dfdfa/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_15f4410f-5861-444a-bd84-e8d6df4d3f57", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:30:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:31:29,657 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6245c399-a37c-468e-9fb5-6eaa022af6a1 2018-09-01 12:31:29,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.812327861786s 2018-09-01 12:31:29,658 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6245c399-a37c-468e-9fb5-6eaa022af6a1 2018-09-01 12:31:29,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 12:31:29,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f96cf74a0a1a4327cc796ce832068b036fb8fa6" 2018-09-01 12:31:30,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2ca5b158-e268-44f7-9ca4-4380b2403a62 Date: Sat, 01 Sep 2018 12:31:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:31:30,297 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa used request id req-2ca5b158-e268-44f7-9ca4-4380b2403a62 2018-09-01 12:31:30,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.637606859207s 2018-09-01 12:31:30,297 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/a199fecd-8eac-436c-87c2-7242350dfdfa used request id req-2ca5b158-e268-44f7-9ca4-4380b2403a62 2018-09-01 12:31:30,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:31:30,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:31:30,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-bf749196-90f0-4a4a-a4dc-e266c6ea2396 x-compute-request-id: req-bf749196-90f0-4a4a-a4dc-e266c6ea2396 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_15f4410f-5861-444a-bd84-e8d6df4d3f57", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/74b88193-30e5-4443-a08b-91cdc6135313", "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": "74b88193-30e5-4443-a08b-91cdc6135313"}]} 2018-09-01 12:31:30,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-bf749196-90f0-4a4a-a4dc-e266c6ea2396 2018-09-01 12:31:30,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244069099426s 2018-09-01 12:31:30,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-bf749196-90f0-4a4a-a4dc-e266c6ea2396 2018-09-01 12:31:30,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 12:31:30,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:31:30,363 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:31:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d091fd0-3cce-4abe-bb38-41e6046ba3b6 x-compute-request-id: req-5d091fd0-3cce-4abe-bb38-41e6046ba3b6 Content-Length: 0 Content-Type: application/json 2018-09-01 12:31:30,363 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313 used request id req-5d091fd0-3cce-4abe-bb38-41e6046ba3b6 2018-09-01 12:31:30,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0398290157318s 2018-09-01 12:31:30,363 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/74b88193-30e5-4443-a08b-91cdc6135313 used request id req-5d091fd0-3cce-4abe-bb38-41e6046ba3b6 2018-09-01 12:31:30,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:31:30,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:31:30,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e966a26-5c85-46d8-bf3a-50187e946f3c Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57", "links": {"self": "http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2f62b94909bc438ab68558f5fe7d6bd9", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:31:30,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6e966a26-5c85-46d8-bf3a-50187e946f3c 2018-09-01 12:31:30,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204329967499s 2018-09-01 12:31:30,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6e966a26-5c85-46d8-bf3a-50187e946f3c 2018-09-01 12:31:30,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:31:30,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:31:30,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a52ce4-88aa-45b7-bc99-d0a211db7dde Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_15f4410f-5861-444a-bd84-e8d6df4d3f57", "links": {"self": "http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2f62b94909bc438ab68558f5fe7d6bd9", "description": null}} 2018-09-01 12:31:30,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9 used request id req-17a52ce4-88aa-45b7-bc99-d0a211db7dde 2018-09-01 12:31:30,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215373039246s 2018-09-01 12:31:30,789 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9 used request id req-17a52ce4-88aa-45b7-bc99-d0a211db7dde 2018-09-01 12:31:30,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 12:31:30,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:31:31,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:31:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20354067-94da-4581-8028-21668a10df9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:31:31,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9 used request id req-20354067-94da-4581-8028-21668a10df9c 2018-09-01 12:31:31,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.430401802063s 2018-09-01 12:31:31,220 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/2f62b94909bc438ab68558f5fe7d6bd9 used request id req-20354067-94da-4581-8028-21668a10df9c 2018-09-01 12:31:31,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:31:31,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:31:31,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39b2145-7db9-4b0f-8384-540918ca39be Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213"}, "tags": [], "enabled": true, "id": "0369f7d87ce84fa3982918fe92083213", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_15f4410f-5861-444a-bd84-e8d6df4d3f57"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 12:31:31,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-c39b2145-7db9-4b0f-8384-540918ca39be 2018-09-01 12:31:31,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190598011017s 2018-09-01 12:31:31,417 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-c39b2145-7db9-4b0f-8384-540918ca39be 2018-09-01 12:31:31,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 12:31:31,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}34116371c04b80b7ce4feabb37912447d501075c" 2018-09-01 12:31:31,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:31:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39d68dac-ca84-4b83-8f63-1a7c1eec7184 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:31:31,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213 used request id req-39d68dac-ca84-4b83-8f63-1a7c1eec7184 2018-09-01 12:31:31,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.29430603981s 2018-09-01 12:31:31,715 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/0369f7d87ce84fa3982918fe92083213 used request id req-39d68dac-ca84-4b83-8f63-1a7c1eec7184 2018-09-01 12:31:31,766 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-01 12:31:31,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:31:31,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:31:31,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:31:31,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:31:31,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:31:31,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:31:31,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c847dc6b-066a-432f-8ec8-41a475bcc2b4 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:31:31,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c847dc6b-066a-432f-8ec8-41a475bcc2b4 2018-09-01 12:31:31,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:31:32,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:31:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["Xdk-pNn5TPGxHiAEsCzPtg"], "issued_at": "2018-09-01T12:31:32.000000Z"}} 2018-09-01 12:31:32,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:31:32,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:32,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b63d3db2-9a2b-41b9-ad0b-2d32de3887d7 Date: Sat, 01 Sep 2018 12:31:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:31:32,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b63d3db2-9a2b-41b9-ad0b-2d32de3887d7 2018-09-01 12:31:32,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.386721849442s 2018-09-01 12:31:32,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b63d3db2-9a2b-41b9-ad0b-2d32de3887d7 2018-09-01 12:31:32,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:31:32,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d093c04b-8f49-432c-8850-eaceea681701 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:31:32,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-d093c04b-8f49-432c-8850-eaceea681701 2018-09-01 12:31:32,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:31:32,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:32,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21943097-72a2-45f2-970e-1bfb7181f981 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43"}, "tags": [], "enabled": true, "id": "59570a9a89bf4471b19676bc072ecc43", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 12:31:32,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-21943097-72a2-45f2-970e-1bfb7181f981 2018-09-01 12:31:32,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199105978012s 2018-09-01 12:31:32,840 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-21943097-72a2-45f2-970e-1bfb7181f981 2018-09-01 12:31:32,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 12:31:32,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}}' 2018-09-01 12:31:33,124 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:31:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7e19edc-d84f-4f4c-9398-7d73566e2aa8 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.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f"}, "tags": [], "enabled": true, "id": "4afa67cace0d49f4b074e57e1dde3d1f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}} 2018-09-01 12:31:33,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a7e19edc-d84f-4f4c-9398-7d73566e2aa8 2018-09-01 12:31:33,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.277601003647s 2018-09-01 12:31:33,125 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-a7e19edc-d84f-4f4c-9398-7d73566e2aa8 2018-09-01 12:31:33,125 - 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'4afa67cace0d49f4b074e57e1dde3d1f', '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_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f'}) 2018-09-01 12:31:33,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 12:31:33,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7eca0cbc-5bd4-4a32-9364-1bd7dbe8db63", "email": null, "name": "vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}}' 2018-09-01 12:31:33,643 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:31:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cbd99b2-47a3-4144-a4df-ed072e7faa44 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": {"self": "http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "eddf3316166141bc9d2bb1aa04106b03", "domain_id": "default", "password_expires_at": null}} 2018-09-01 12:31:33,643 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-4cbd99b2-47a3-4144-a4df-ed072e7faa44 2018-09-01 12:31:33,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.511406898499s 2018-09-01 12:31:33,644 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-4cbd99b2-47a3-4144-a4df-ed072e7faa44 2018-09-01 12:31:33,644 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eddf3316166141bc9d2bb1aa04106b03', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f'}) 2018-09-01 12:31:33,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:31:33,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:33,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f899c52-1d61-4e13-a214-28dd41c6dac8 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:31:33,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9f899c52-1d61-4e13-a214-28dd41c6dac8 2018-09-01 12:31:33,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197098970413s 2018-09-01 12:31:33,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-9f899c52-1d61-4e13-a214-28dd41c6dac8 2018-09-01 12:31:33,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:31:33,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:34,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0653ecd1-a7a5-4f83-987c-3fd5e04638f9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:31:34,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0653ecd1-a7a5-4f83-987c-3fd5e04638f9 2018-09-01 12:31:34,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194189071655s 2018-09-01 12:31:34,044 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-0653ecd1-a7a5-4f83-987c-3fd5e04638f9 2018-09-01 12:31:34,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:31:34,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:34,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-454bbfa4-7203-42e2-924f-b387b748b651 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:31:34,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-454bbfa4-7203-42e2-924f-b387b748b651 2018-09-01 12:31:34,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191841125488s 2018-09-01 12:31:34,241 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-454bbfa4-7203-42e2-924f-b387b748b651 2018-09-01 12:31:34,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:31:34,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:34,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332e65bd-04e5-4c6f-a454-cb7966753780 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 12:31:34,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-332e65bd-04e5-4c6f-a454-cb7966753780 2018-09-01 12:31:34,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.158694982529s 2018-09-01 12:31:34,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-332e65bd-04e5-4c6f-a454-cb7966753780 2018-09-01 12:31:34,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:31:34,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:34,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fde9a8-33b2-486c-96a4-723b6fa1a448 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": {"self": "http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "eddf3316166141bc9d2bb1aa04106b03", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:31:34,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-92fde9a8-33b2-486c-96a4-723b6fa1a448 2018-09-01 12:31:34,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198379039764s 2018-09-01 12:31:34,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-92fde9a8-33b2-486c-96a4-723b6fa1a448 2018-09-01 12:31:34,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:31:34,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:34,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b9e583f-add6-4bd7-add4-2f790f669ebd Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f"}, "tags": [], "enabled": true, "id": "4afa67cace0d49f4b074e57e1dde3d1f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}]} 2018-09-01 12:31:34,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8b9e583f-add6-4bd7-add4-2f790f669ebd 2018-09-01 12:31:34,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201441049576s 2018-09-01 12:31:34,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8b9e583f-add6-4bd7-add4-2f790f669ebd 2018-09-01 12:31:34,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 12:31:34,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=eddf3316166141bc9d2bb1aa04106b03&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=4afa67cace0d49f4b074e57e1dde3d1f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:35,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef176708-cd6b-4972-b599-98f6ae0eb524 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=eddf3316166141bc9d2bb1aa04106b03&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=4afa67cace0d49f4b074e57e1dde3d1f", "previous": null, "next": null}} 2018-09-01 12:31:35,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=eddf3316166141bc9d2bb1aa04106b03&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=4afa67cace0d49f4b074e57e1dde3d1f used request id req-ef176708-cd6b-4972-b599-98f6ae0eb524 2018-09-01 12:31:35,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.193807125092s 2018-09-01 12:31:35,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=eddf3316166141bc9d2bb1aa04106b03&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=4afa67cace0d49f4b074e57e1dde3d1f used request id req-ef176708-cd6b-4972-b599-98f6ae0eb524 2018-09-01 12:31:35,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 12:31:35,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f/users/eddf3316166141bc9d2bb1aa04106b03/roles/ea17eab18c9e49f2aa6b51fa281968cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:31:35,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:31:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b93ea9c-0915-41cf-881d-fdf8878f40db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:31:35,176 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f/users/eddf3316166141bc9d2bb1aa04106b03/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-3b93ea9c-0915-41cf-881d-fdf8878f40db 2018-09-01 12:31:35,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.153042078018s 2018-09-01 12:31:35,177 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f/users/eddf3316166141bc9d2bb1aa04106b03/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-3b93ea9c-0915-41cf-881d-fdf8878f40db 2018-09-01 12:31:35,178 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 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'4afa67cace0d49f4b074e57e1dde3d1f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7eca0cbc-5bd4-4a32-9364-1bd7dbe8db63', 'username': u'vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 12:31:35,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:31:35,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:31:35,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:31:35,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:31:35,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:31:35,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:31:35,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:31:35,183 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'password': '7eca0cbc-5bd4-4a32-9364-1bd7dbe8db63', 'project_name': 'vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': '4afa67cace0d49f4b074e57e1dde3d1f', 'project_domain_name': 'Default'} 2018-09-01 12:31:35,183 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-01 12:31:35,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:31:35,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08070753-9704-4148-80f2-00493de1fea6 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:31:35,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-08070753-9704-4148-80f2-00493de1fea6 2018-09-01 12:31:35,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:31:35,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4afa67cace0d49f4b074e57e1dde3d1f", "name": "vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_4afa67cace0d49f4b074e57e1dde3d1f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_4afa67cace0d49f4b074e57e1dde3d1f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/4afa67cace0d49f4b074e57e1dde3d1f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "id": "eddf3316166141bc9d2bb1aa04106b03"}, "audit_ids": ["ocJKgFApRkKJPdDio2256Q"], "issued_at": "2018-09-01T12:31:35.000000Z"}} 2018-09-01 12:31:35,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:31:35,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"network": {"name": "vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "admin_state_up": true}}' 2018-09-01 12:31:36,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-cf7da73f-f6d6-44ea-8803-398eda1f9e62 Date: Sat, 01 Sep 2018 12:31:36 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T12:31:36Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","name":"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}} 2018-09-01 12:31:36,434 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-cf7da73f-f6d6-44ea-8803-398eda1f9e62 2018-09-01 12:31:36,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.839923143387s 2018-09-01 12:31:36,434 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-cf7da73f-f6d6-44ea-8803-398eda1f9e62 2018-09-01 12:31:36,435 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:31:36Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'6e05872a-30fd-460d-86fe-58ab8b0d1430', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', u'admin_state_up': True, u'tenant_id': u'4afa67cace0d49f4b074e57e1dde3d1f', u'created_at': u'2018-09-01T12:31:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4afa67cace0d49f4b074e57e1dde3d1f'}) 2018-09-01 12:31:36,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:31:36,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:36,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-0ac68880-af25-4b5e-a180-8ba6ec70f59a Date: Sat, 01 Sep 2018 12:31:36 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-09-01T12:31:36Z","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","name":"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:31:36,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0ac68880-af25-4b5e-a180-8ba6ec70f59a 2018-09-01 12:31:36,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.401467084885s 2018-09-01 12:31:36,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0ac68880-af25-4b5e-a180-8ba6ec70f59a 2018-09-01 12:31:36,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:31:36,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"subnet": {"name": "vping_ssh-subnet_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "enable_dhcp": true, "network_id": "6e05872a-30fd-460d-86fe-58ab8b0d1430", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:31:37,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-5d22b81c-769f-4ad8-92f3-20e44c62f3d6 Date: Sat, 01 Sep 2018 12:31:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:31:37Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"dab0544a-abd3-4acc-8f8b-756a4d7daac9","subnetpool_id":null,"name":"vping_ssh-subnet_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}} 2018-09-01 12:31:37,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-5d22b81c-769f-4ad8-92f3-20e44c62f3d6 2018-09-01 12:31:37,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.990568876266s 2018-09-01 12:31:37,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-5d22b81c-769f-4ad8-92f3-20e44c62f3d6 2018-09-01 12:31:37,830 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:31:37Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'dab0544a-abd3-4acc-8f8b-756a4d7daac9', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', u'enable_dhcp': True, u'network_id': u'6e05872a-30fd-460d-86fe-58ab8b0d1430', u'tenant_id': u'4afa67cace0d49f4b074e57e1dde3d1f', u'created_at': u'2018-09-01T12:31:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4afa67cace0d49f4b074e57e1dde3d1f'}) 2018-09-01 12:31:37,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:31:37,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "vping_ssh-router_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "admin_state_up": true}}' 2018-09-01 12:31:39,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-0caa90c6-a2cc-4274-b81d-2f19e771037d Date: Sat, 01 Sep 2018 12:31:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:38Z", "admin_state_up": true, "updated_at": "2018-09-01T12:31:39Z", "revision_number": 2, "routes": [], "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "14caecc2-f4fe-4489-9943-28a9294ba6fd", "name": "vping_ssh-router_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}} 2018-09-01 12:31:39,448 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-0caa90c6-a2cc-4274-b81d-2f19e771037d 2018-09-01 12:31:39,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.6170630455s 2018-09-01 12:31:39,448 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-0caa90c6-a2cc-4274-b81d-2f19e771037d 2018-09-01 12:31:39,449 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4afa67cace0d49f4b074e57e1dde3d1f', u'created_at': u'2018-09-01T12:31:38Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T12:31:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'4afa67cace0d49f4b074e57e1dde3d1f', u'id': u'14caecc2-f4fe-4489-9943-28a9294ba6fd', u'name': u'vping_ssh-router_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f'}) 2018-09-01 12:31:39,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:31:39,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"subnet_id": "dab0544a-abd3-4acc-8f8b-756a4d7daac9"}' 2018-09-01 12:31:41,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-67249130-5587-485a-a301-9f48da42877d Date: Sat, 01 Sep 2018 12:31:41 GMT RESP BODY: {"network_id": "6e05872a-30fd-460d-86fe-58ab8b0d1430", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "subnet_id": "dab0544a-abd3-4acc-8f8b-756a4d7daac9", "subnet_ids": ["dab0544a-abd3-4acc-8f8b-756a4d7daac9"], "port_id": "7e792cc1-aa7c-453c-81a2-0e88dba1cb53", "id": "14caecc2-f4fe-4489-9943-28a9294ba6fd"} 2018-09-01 12:31:41,423 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd/add_router_interface.json used request id req-67249130-5587-485a-a301-9f48da42877d 2018-09-01 12:31:41,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97339606285s 2018-09-01 12:31:41,423 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd/add_router_interface.json used request id req-67249130-5587-485a-a301-9f48da42877d returning object 14caecc2-f4fe-4489-9943-28a9294ba6fd 2018-09-01 12:31:41,423 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 12:31:41,550 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 12:31:41,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:31:41,556 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 12:31:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-09-01 12:31:41,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:31:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:41,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c74529ca-d87f-4391-998c-60cb774e7b0c Date: Sat, 01 Sep 2018 12:31:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:31:41,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c74529ca-d87f-4391-998c-60cb774e7b0c 2018-09-01 12:31:41,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.30770111084s 2018-09-01 12:31:41,867 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-c74529ca-d87f-4391-998c-60cb774e7b0c 2018-09-01 12:31:41,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 12:31:41,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}' 2018-09-01 12:31:42,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1e04e8bb-b193-48a5-a9bb-b17f87e6623f Date: Sat, 01 Sep 2018 12:31:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:31:42Z", "file": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file", "owner": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "size": null, "self": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "checksum": null, "created_at": "2018-09-01T12:31:42Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 12:31:42,219 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1e04e8bb-b193-48a5-a9bb-b17f87e6623f 2018-09-01 12:31:42,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.343469142914s 2018-09-01 12:31:42,219 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-1e04e8bb-b193-48a5-a9bb-b17f87e6623f returning object cbcab8e9-e444-4493-82d2-16f7a299aab5 2018-09-01 12:31:42,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 12:31:42,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '' 2018-09-01 12:31:43,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-62f92b7c-71d3-4057-9e86-afe54ec11db1 Date: Sat, 01 Sep 2018 12:31:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:31:43,029 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file used request id req-62f92b7c-71d3-4057-9e86-afe54ec11db1 2018-09-01 12:31:43,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.809178829193s 2018-09-01 12:31:43,029 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file used request id req-62f92b7c-71d3-4057-9e86-afe54ec11db1 2018-09-01 12:31:43,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:31:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:43,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-03606305-8697-4cc1-9837-d255638d5b70 Date: Sat, 01 Sep 2018 12:31:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:31:42Z", "file": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file", "owner": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "size": 12716032, "self": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:31:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:31:43,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-03606305-8697-4cc1-9837-d255638d5b70 2018-09-01 12:31:43,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.312127113342s 2018-09-01 12:31:43,346 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-03606305-8697-4cc1-9837-d255638d5b70 2018-09-01 12:31:43,348 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file', 'owner': u'4afa67cace0d49f4b074e57e1dde3d1f', 'id': u'cbcab8e9-e444-4493-82d2-16f7a299aab5', 'size': 12716032, u'self': u'/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'name': 'vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T12:31:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T12:31:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'created': u'2018-09-01T12:31:42Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T12:31:42Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 12:31:43,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 12:31:43,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 12:31:43,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-fe3ec7a9-8cfe-4d2e-aff7-2d7d58fe888b x-compute-request-id: req-fe3ec7a9-8cfe-4d2e-aff7-2d7d58fe888b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "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": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee"}} 2018-09-01 12:31:43,792 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fe3ec7a9-8cfe-4d2e-aff7-2d7d58fe888b 2018-09-01 12:31:43,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.442731142044s 2018-09-01 12:31:43,792 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-fe3ec7a9-8cfe-4d2e-aff7-2d7d58fe888b 2018-09-01 12:31:43,793 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', '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'dfc461ef79e94bbc95d56eabe475cd04', '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'3c34b946-92f7-4818-8fc0-b2dc640bf2ee', 'swap': 0}) 2018-09-01 12:31:43,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 12:31:43,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" -d '{"extra_specs": {}}' 2018-09-01 12:31:43,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-e208a25e-6465-42de-922a-4a52efd291e7 x-compute-request-id: req-e208a25e-6465-42de-922a-4a52efd291e7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 12:31:43,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee/os-extra_specs used request id req-e208a25e-6465-42de-922a-4a52efd291e7 2018-09-01 12:31:43,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221118927002s 2018-09-01 12:31:43,816 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee/os-extra_specs used request id req-e208a25e-6465-42de-922a-4a52efd291e7 2018-09-01 12:31:43,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 12:31:43,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"keypair": {"name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}}' 2018-09-01 12:31:44,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-530f2e90-a857-477c-931f-3a2ea50b5e36 x-compute-request-id: req-530f2e90-a857-477c-931f-3a2ea50b5e36 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDb8D1O84ECZiHjZSk7yQ0PIj1VLi49c9wTUsuXttXLZpTl8noh/4Blpc7hveVbGandxkr4hwx+N2yzZX761+kwYxEizwFXfW3J9vQI1idehDpCdJycIrDg5RFeMDiEHQc0r22X4YR+T/SmfFGDgF1pBjpcutgrPH4DfFBOnn/EinOFTF+BwSUPXivdtAsgiJytPxxk8Xqxby1jOyUJrC25rS98V0/VWKiF9V8WXQhauMg+It+AvPjkQZy0nLnAbMO9srxgyO1wrvNkqkQU0CRMbd/Koi0fps0O17OFGqZ8cuE3fcG+kJMxln0a+nCsdbkL/ad48zx8s/5cWim60vw5 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2/A9TvOBAmYh42UpO8kNDyI9VS4uPXPcE1LLl7bVy2aU5fJ6\nIf+AZaXO4b3lWxmp3cZK+IcMfjdss2V++tfpMGMRIs8BV31tyfb0CNYnXoQ6QnSc\nnCKw4OURXjA4hB0HNK9tl+GEfk/0pnxRg4BdaQY6XLrYKzx+A3xQTp5/xIpzhUxf\ngcElD14r3bQLIIicrT8cZPF6sW8tYzslCawtua0vfFdP1ViohfVfFl0IWrjIPiLf\ngLz45EGctJy5wGzDvbK8YMjtcK7zZKpEFNAkTG3fyqItH6bNDtezhRqmfHLhN33B\nvpCTMZZ9GvpwrHW5C/2nePM8fLP+XFoputL8OQIDAQABAoIBAGvfmTJwHIagsV5m\n76JzKgSSNqLg060wdnDD2ze+ZX4uAjoGhADI4KD6gk4WZbgZDkfISl07X9VIOfiD\nf5Ro8ebZsD3yaiYPTxoQFgF/iC/Diw+tQmMSYM7ti2c3H4Es+6vLn2UvJ10MumIt\n940YGLi6ZUW2HvCV6viqsHjfJKuwk6yZpPEYLM1ovTIX/sOsVU/wtzCrb0g9qk9g\nfPM8Jt3q6fnWG3zT5SAwNuIFq11OdaodvWCFUvhoJZS7Tmcn7smnNdGVY24uUIQz\nWFyS2KmHid/q6Ac3YnoW3iOG7MEukMt3i8r1aGHsaiDN588ZRMzYQLNknjx7O9Pl\nMJmp4AECgYEA9hoFt+wNyyd5+IsbDdqD9m5tdt+WeRfQkQjVZv2gXwkSgjTyWtBk\nrlbqR01pb1bf2X5HiuxVwrNYPJjuEdUmQFVwmly+zj3peod9K+ypUL6ZyZyfJ29k\nx3Fg67NRPSdcmD57gI428FLX6ozHS1XUKH4OtsVVypNrmsIjdGQQpEECgYEA5MjU\nFfpj+y7ziN32AQDdVJg5cUPWWwY2GcOxdof1rqAm6SGs6SUyZpdc+M1wXoClrvfF\nGTZ34HN3mXmWrL3ccnJnmboK+VL/FE3q/MLCHiCfTg+Ezn7y0BWNhj1LYmMDiaAg\nRP3hMQUPxlAUPXIljCxZGytaiHT+ivvxGP7g+fkCgYBy8+y/4E8BGctrQO6+JdeG\nAEa5Q+7xWSJe3JVxqf6C5aXzk++wY67jkE2WSJ57F0UwPkAEsCfO7h7FD1oEkl9v\npXkXYULu6xRn22moXr8nrCABgFsG/I1Ca78t2XCU9BHYOzdM8SDQWKHqOR/OHKUg\n1ODiloJgQUP94bjV4Pe1AQKBgQDWdhOpjpBOk9KiyD6k7iSL+i5OqKK1rPrl5/Xh\nAM4jJemTvIeT/dRjKxxx9lKRo9KsU4KlgdOZyWOhsMK3pzqQ5gGLr0Q+N7j5VZkj\n24WQLFBpIk8CKyp+ONXzsl2KGvrj9gCJ69s+0lnZMpPmjav43FGjEF7Lb7B0pHt7\nTOGkMQKBgQCfK75lnKdosMGrj5oLrZ/PmFR3+fJgGaWd0zcKa0ZB5rWaleBj4mbY\nEXCyJry6Od+GwMVBmxoMU6NQXLcBN7UJAr+ZjTyB/UtNh3pWaJs1nsQHLgFVxDs7\nCRWdPWoSICUetNcoyAPniBR/qqi9ekJVEssRrzGfvtGLEzpaEhQp6w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "eddf3316166141bc9d2bb1aa04106b03", "name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "fingerprint": "fa:c2:1f:05:67:e6:53:14:2e:fe:e7:52:f0:ec:30:d3"}} 2018-09-01 12:31:44,256 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-530f2e90-a857-477c-931f-3a2ea50b5e36 2018-09-01 12:31:44,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.438745975494s 2018-09-01 12:31:44,256 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-530f2e90-a857-477c-931f-3a2ea50b5e36 2018-09-01 12:31:44,257 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDb8D1O84ECZiHjZSk7yQ0PIj1VLi49c9wTUsuXttXLZpTl8noh/4Blpc7hveVbGandxkr4hwx+N2yzZX761+kwYxEizwFXfW3J9vQI1idehDpCdJycIrDg5RFeMDiEHQc0r22X4YR+T/SmfFGDgF1pBjpcutgrPH4DfFBOnn/EinOFTF+BwSUPXivdtAsgiJytPxxk8Xqxby1jOyUJrC25rS98V0/VWKiF9V8WXQhauMg+It+AvPjkQZy0nLnAbMO9srxgyO1wrvNkqkQU0CRMbd/Koi0fps0O17OFGqZ8cuE3fcG+kJMxln0a+nCsdbkL/ad48zx8s/5cWim60vw5 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2/A9TvOBAmYh42UpO8kNDyI9VS4uPXPcE1LLl7bVy2aU5fJ6\nIf+AZaXO4b3lWxmp3cZK+IcMfjdss2V++tfpMGMRIs8BV31tyfb0CNYnXoQ6QnSc\nnCKw4OURXjA4hB0HNK9tl+GEfk/0pnxRg4BdaQY6XLrYKzx+A3xQTp5/xIpzhUxf\ngcElD14r3bQLIIicrT8cZPF6sW8tYzslCawtua0vfFdP1ViohfVfFl0IWrjIPiLf\ngLz45EGctJy5wGzDvbK8YMjtcK7zZKpEFNAkTG3fyqItH6bNDtezhRqmfHLhN33B\nvpCTMZZ9GvpwrHW5C/2nePM8fLP+XFoputL8OQIDAQABAoIBAGvfmTJwHIagsV5m\n76JzKgSSNqLg060wdnDD2ze+ZX4uAjoGhADI4KD6gk4WZbgZDkfISl07X9VIOfiD\nf5Ro8ebZsD3yaiYPTxoQFgF/iC/Diw+tQmMSYM7ti2c3H4Es+6vLn2UvJ10MumIt\n940YGLi6ZUW2HvCV6viqsHjfJKuwk6yZpPEYLM1ovTIX/sOsVU/wtzCrb0g9qk9g\nfPM8Jt3q6fnWG3zT5SAwNuIFq11OdaodvWCFUvhoJZS7Tmcn7smnNdGVY24uUIQz\nWFyS2KmHid/q6Ac3YnoW3iOG7MEukMt3i8r1aGHsaiDN588ZRMzYQLNknjx7O9Pl\nMJmp4AECgYEA9hoFt+wNyyd5+IsbDdqD9m5tdt+WeRfQkQjVZv2gXwkSgjTyWtBk\nrlbqR01pb1bf2X5HiuxVwrNYPJjuEdUmQFVwmly+zj3peod9K+ypUL6ZyZyfJ29k\nx3Fg67NRPSdcmD57gI428FLX6ozHS1XUKH4OtsVVypNrmsIjdGQQpEECgYEA5MjU\nFfpj+y7ziN32AQDdVJg5cUPWWwY2GcOxdof1rqAm6SGs6SUyZpdc+M1wXoClrvfF\nGTZ34HN3mXmWrL3ccnJnmboK+VL/FE3q/MLCHiCfTg+Ezn7y0BWNhj1LYmMDiaAg\nRP3hMQUPxlAUPXIljCxZGytaiHT+ivvxGP7g+fkCgYBy8+y/4E8BGctrQO6+JdeG\nAEa5Q+7xWSJe3JVxqf6C5aXzk++wY67jkE2WSJ57F0UwPkAEsCfO7h7FD1oEkl9v\npXkXYULu6xRn22moXr8nrCABgFsG/I1Ca78t2XCU9BHYOzdM8SDQWKHqOR/OHKUg\n1ODiloJgQUP94bjV4Pe1AQKBgQDWdhOpjpBOk9KiyD6k7iSL+i5OqKK1rPrl5/Xh\nAM4jJemTvIeT/dRjKxxx9lKRo9KsU4KlgdOZyWOhsMK3pzqQ5gGLr0Q+N7j5VZkj\n24WQLFBpIk8CKyp+ONXzsl2KGvrj9gCJ69s+0lnZMpPmjav43FGjEF7Lb7B0pHt7\nTOGkMQKBgQCfK75lnKdosMGrj5oLrZ/PmFR3+fJgGaWd0zcKa0ZB5rWaleBj4mbY\nEXCyJry6Od+GwMVBmxoMU6NQXLcBN7UJAr+ZjTyB/UtNh3pWaJs1nsQHLgFVxDs7\nCRWdPWoSICUetNcoyAPniBR/qqi9ekJVEssRrzGfvtGLEzpaEhQp6w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'eddf3316166141bc9d2bb1aa04106b03', 'name': u'vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'created_at': '2018-09-01T12:31:44.257520', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'name': 'vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fa:c2:1f:05:67:e6:53:14:2e:fe:e7:52:f0:ec:30:d3', 'type': 'ssh', 'id': u'vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f'}) 2018-09-01 12:31:44,258 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA2/A9TvOBAmYh42UpO8kNDyI9VS4uPXPcE1LLl7bVy2aU5fJ6 If+AZaXO4b3lWxmp3cZK+IcMfjdss2V++tfpMGMRIs8BV31tyfb0CNYnXoQ6QnSc nCKw4OURXjA4hB0HNK9tl+GEfk/0pnxRg4BdaQY6XLrYKzx+A3xQTp5/xIpzhUxf gcElD14r3bQLIIicrT8cZPF6sW8tYzslCawtua0vfFdP1ViohfVfFl0IWrjIPiLf gLz45EGctJy5wGzDvbK8YMjtcK7zZKpEFNAkTG3fyqItH6bNDtezhRqmfHLhN33B vpCTMZZ9GvpwrHW5C/2nePM8fLP+XFoputL8OQIDAQABAoIBAGvfmTJwHIagsV5m 76JzKgSSNqLg060wdnDD2ze+ZX4uAjoGhADI4KD6gk4WZbgZDkfISl07X9VIOfiD f5Ro8ebZsD3yaiYPTxoQFgF/iC/Diw+tQmMSYM7ti2c3H4Es+6vLn2UvJ10MumIt 940YGLi6ZUW2HvCV6viqsHjfJKuwk6yZpPEYLM1ovTIX/sOsVU/wtzCrb0g9qk9g fPM8Jt3q6fnWG3zT5SAwNuIFq11OdaodvWCFUvhoJZS7Tmcn7smnNdGVY24uUIQz WFyS2KmHid/q6Ac3YnoW3iOG7MEukMt3i8r1aGHsaiDN588ZRMzYQLNknjx7O9Pl MJmp4AECgYEA9hoFt+wNyyd5+IsbDdqD9m5tdt+WeRfQkQjVZv2gXwkSgjTyWtBk rlbqR01pb1bf2X5HiuxVwrNYPJjuEdUmQFVwmly+zj3peod9K+ypUL6ZyZyfJ29k x3Fg67NRPSdcmD57gI428FLX6ozHS1XUKH4OtsVVypNrmsIjdGQQpEECgYEA5MjU Ffpj+y7ziN32AQDdVJg5cUPWWwY2GcOxdof1rqAm6SGs6SUyZpdc+M1wXoClrvfF GTZ34HN3mXmWrL3ccnJnmboK+VL/FE3q/MLCHiCfTg+Ezn7y0BWNhj1LYmMDiaAg RP3hMQUPxlAUPXIljCxZGytaiHT+ivvxGP7g+fkCgYBy8+y/4E8BGctrQO6+JdeG AEa5Q+7xWSJe3JVxqf6C5aXzk++wY67jkE2WSJ57F0UwPkAEsCfO7h7FD1oEkl9v pXkXYULu6xRn22moXr8nrCABgFsG/I1Ca78t2XCU9BHYOzdM8SDQWKHqOR/OHKUg 1ODiloJgQUP94bjV4Pe1AQKBgQDWdhOpjpBOk9KiyD6k7iSL+i5OqKK1rPrl5/Xh AM4jJemTvIeT/dRjKxxx9lKRo9KsU4KlgdOZyWOhsMK3pzqQ5gGLr0Q+N7j5VZkj 24WQLFBpIk8CKyp+ONXzsl2KGvrj9gCJ69s+0lnZMpPmjav43FGjEF7Lb7B0pHt7 TOGkMQKBgQCfK75lnKdosMGrj5oLrZ/PmFR3+fJgGaWd0zcKa0ZB5rWaleBj4mbY EXCyJry6Od+GwMVBmxoMU6NQXLcBN7UJAr+ZjTyB/UtNh3pWaJs1nsQHLgFVxDs7 CRWdPWoSICUetNcoyAPniBR/qqi9ekJVEssRrzGfvtGLEzpaEhQp6w== -----END RSA PRIVATE KEY----- 2018-09-01 12:31:44,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 12:31:44,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"security_group": {"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-01 12:31:44,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ded48640-57c1-48a6-82c8-f8cb09df13e1 Date: Sat, 01 Sep 2018 12:31:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:44Z", "updated_at": "2018-09-01T12:31:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "1230fed0-a135-4a81-b58d-d4d0c0e0cc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "4b8e8e9e-a7ac-4497-ba3a-2eff3dc8f82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}], "revision_number": 1, "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}} 2018-09-01 12:31:44,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ded48640-57c1-48a6-82c8-f8cb09df13e1 2018-09-01 12:31:44,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.4277780056s 2018-09-01 12:31:44,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-ded48640-57c1-48a6-82c8-f8cb09df13e1 2018-09-01 12:31:44,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:31:44,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:45,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-48d8c3f9-79c5-4990-90d6-c7bb7147744a Date: Sat, 01 Sep 2018 12:31:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:44Z", "updated_at": "2018-09-01T12:31:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "1230fed0-a135-4a81-b58d-d4d0c0e0cc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "4b8e8e9e-a7ac-4497-ba3a-2eff3dc8f82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}], "revision_number": 1, "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}, {"description": "Default security group", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:35Z", "updated_at": "2018-09-01T12:31:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "01aa40fd-bfe1-4d54-93cc-84699d0d5f62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "65554e70-b543-4dfa-9984-abdd9db9ed75", "remote_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "8dd920a0-0035-4294-bb45-ac23a535c206", "remote_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "c278806a-9716-48c7-8f05-8b7ce6379d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}], "revision_number": 1, "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "name": "default"}]} 2018-09-01 12:31:45,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-48d8c3f9-79c5-4990-90d6-c7bb7147744a 2018-09-01 12:31:45,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.320932865143s 2018-09-01 12:31:45,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-48d8c3f9-79c5-4990-90d6-c7bb7147744a 2018-09-01 12:31:45,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:31:45,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -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": "3fb702c6-3bd0-4e31-a310-3f970b14fb23"}}' 2018-09-01 12:31:45,430 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5b9b1c2b-6376-4c49-91fd-999cc71b38fa Date: Sat, 01 Sep 2018 12:31:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-01T12:31:45Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "port_range_min": 22, "revision_number": 0, "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:45Z", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "772f5b95-fed5-4f61-a2de-19e16e19b677"}} 2018-09-01 12:31:45,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-5b9b1c2b-6376-4c49-91fd-999cc71b38fa 2018-09-01 12:31:45,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.412389039993s 2018-09-01 12:31:45,431 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-5b9b1c2b-6376-4c49-91fd-999cc71b38fa 2018-09-01 12:31:45,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:31:45,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:45,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-af6b73be-efce-43f1-bd4b-40a67cdc259e Date: Sat, 01 Sep 2018 12:31:45 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:44Z", "updated_at": "2018-09-01T12:31:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "1230fed0-a135-4a81-b58d-d4d0c0e0cc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "4b8e8e9e-a7ac-4497-ba3a-2eff3dc8f82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:31:45Z", "revision_number": 0, "id": "772f5b95-fed5-4f61-a2de-19e16e19b677", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:45Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}], "revision_number": 2, "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}, {"description": "Default security group", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:35Z", "updated_at": "2018-09-01T12:31:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "01aa40fd-bfe1-4d54-93cc-84699d0d5f62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "65554e70-b543-4dfa-9984-abdd9db9ed75", "remote_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "8dd920a0-0035-4294-bb45-ac23a535c206", "remote_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "c278806a-9716-48c7-8f05-8b7ce6379d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}], "revision_number": 1, "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "name": "default"}]} 2018-09-01 12:31:45,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-af6b73be-efce-43f1-bd4b-40a67cdc259e 2018-09-01 12:31:45,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.344597816467s 2018-09-01 12:31:45,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-af6b73be-efce-43f1-bd4b-40a67cdc259e 2018-09-01 12:31:45,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:31:45,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -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": "3fb702c6-3bd0-4e31-a310-3f970b14fb23"}}' 2018-09-01 12:31:46,214 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-77a7d076-9ce7-4b7b-b38b-a42054bf8ac2 Date: Sat, 01 Sep 2018 12:31:46 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-09-01T12:31:46Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "port_range_min": null, "revision_number": 0, "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:46Z", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "0af33d7b-8295-4972-b3b2-308c5368e7f4"}} 2018-09-01 12:31:46,214 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-77a7d076-9ce7-4b7b-b38b-a42054bf8ac2 2018-09-01 12:31:46,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.431285142899s 2018-09-01 12:31:46,215 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-77a7d076-9ce7-4b7b-b38b-a42054bf8ac2 2018-09-01 12:31:46,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:31:46,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:46,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e7d4c7ff-4733-4192-8297-8b09f15243bc Date: Sat, 01 Sep 2018 12:31:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dab0544a-abd3-4acc-8f8b-756a4d7daac9"],"updated_at":"2018-09-01T12:31:37Z","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","name":"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:31:46,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e7d4c7ff-4733-4192-8297-8b09f15243bc 2018-09-01 12:31:46,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0920901298523s 2018-09-01 12:31:46,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e7d4c7ff-4733-4192-8297-8b09f15243bc 2018-09-01 12:31:46,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:31:46,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:47,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8e0a59d1-33e0-44db-b492-67ba92ee2031 Date: Sat, 01 Sep 2018 12:31:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:31:42Z", "file": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file", "owner": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "size": 12716032, "self": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:31:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:31:47,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-8e0a59d1-33e0-44db-b492-67ba92ee2031 2018-09-01 12:31:47,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.788956880569s 2018-09-01 12:31:47,103 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-8e0a59d1-33e0-44db-b492-67ba92ee2031 2018-09-01 12:31:47,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:31:47,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:47,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-369f55a2-3245-45e1-87c2-42b0d4467d5b x-compute-request-id: req-369f55a2-3245-45e1-87c2-42b0d4467d5b Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "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": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee"}]} 2018-09-01 12:31:47,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-369f55a2-3245-45e1-87c2-42b0d4467d5b 2018-09-01 12:31:47,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0291857719421s 2018-09-01 12:31:47,135 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-369f55a2-3245-45e1-87c2-42b0d4467d5b 2018-09-01 12:31:47,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:31:47,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"server": {"name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "imageRef": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "flavorRef": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6e05872a-30fd-460d-86fe-58ab8b0d1430"}], "security_groups": [{"name": "3fb702c6-3bd0-4e31-a310-3f970b14fb23"}]}}' 2018-09-01 12:31:52,419 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:31: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-4c6048a5-5e87-45ce-8c5d-75adfefa96b5 x-compute-request-id: req-4c6048a5-5e87-45ce-8c5d-75adfefa96b5 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3fb702c6-3bd0-4e31-a310-3f970b14fb23"}], "OS-DCF:diskConfig": "MANUAL", "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "adminPass": "PTBxFr8xpmCH"}} 2018-09-01 12:31:52,419 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4c6048a5-5e87-45ce-8c5d-75adfefa96b5 2018-09-01 12:31:52,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.28225684166s 2018-09-01 12:31:52,420 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-4c6048a5-5e87-45ce-8c5d-75adfefa96b5 2018-09-01 12:31:52,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:52,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:53,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-6026fde6-4e28-4da0-bcd3-51262538e4e8 x-compute-request-id: req-6026fde6-4e28-4da0-bcd3-51262538e4e8 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:31:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:53,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6026fde6-4e28-4da0-bcd3-51262538e4e8 2018-09-01 12:31:53,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.812127828598s 2018-09-01 12:31:53,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-6026fde6-4e28-4da0-bcd3-51262538e4e8 2018-09-01 12:31:53,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:31:53,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:53,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-147229e5-12a4-4fc6-91d9-e9557161e946 Date: Sat, 01 Sep 2018 12:31:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dab0544a-abd3-4acc-8f8b-756a4d7daac9"],"updated_at":"2018-09-01T12:31:37Z","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","name":"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:31:53,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-147229e5-12a4-4fc6-91d9-e9557161e946 2018-09-01 12:31:53,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364146947861s 2018-09-01 12:31:53,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-147229e5-12a4-4fc6-91d9-e9557161e946 2018-09-01 12:31:53,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:31:53,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:53,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-96f86b1a-178b-494c-afc5-c3f7ef9a8604 Date: Sat, 01 Sep 2018 12:31:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:31:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"dab0544a-abd3-4acc-8f8b-756a4d7daac9","subnetpool_id":null,"name":"vping_ssh-subnet_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}]} 2018-09-01 12:31:53,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-96f86b1a-178b-494c-afc5-c3f7ef9a8604 2018-09-01 12:31:53,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0422399044037s 2018-09-01 12:31:53,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-96f86b1a-178b-494c-afc5-c3f7ef9a8604 2018-09-01 12:31:53,648 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:31:55,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:55,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:56,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ca19633-36b3-4189-89b6-d58316b260ff x-compute-request-id: req-4ca19633-36b3-4189-89b6-d58316b260ff Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:31:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:56,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4ca19633-36b3-4189-89b6-d58316b260ff 2018-09-01 12:31:56,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.680113077164s 2018-09-01 12:31:56,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4ca19633-36b3-4189-89b6-d58316b260ff 2018-09-01 12:31:56,333 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:31:58,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:31:58,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:31:59,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:31: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-01d24b41-b39e-4bfb-9e81-a4d71389c22e x-compute-request-id: req-01d24b41-b39e-4bfb-9e81-a4d71389c22e Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:31:58Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:31:59,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-01d24b41-b39e-4bfb-9e81-a4d71389c22e 2018-09-01 12:31:59,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25166702271s 2018-09-01 12:31:59,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-01d24b41-b39e-4bfb-9e81-a4d71389c22e 2018-09-01 12:31:59,592 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:01,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:01,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:02,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-564a72f8-30a2-4f60-afcc-af9f7e8053e5 x-compute-request-id: req-564a72f8-30a2-4f60-afcc-af9f7e8053e5 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:31:58Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:02,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-564a72f8-30a2-4f60-afcc-af9f7e8053e5 2018-09-01 12:32:02,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2725379467s 2018-09-01 12:32:02,867 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-564a72f8-30a2-4f60-afcc-af9f7e8053e5 2018-09-01 12:32:02,871 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:04,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:06,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-9175f291-8f06-4d9c-abf9-5305b4c9285e x-compute-request-id: req-9175f291-8f06-4d9c-abf9-5305b4c9285e Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:31:58Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:06,154 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9175f291-8f06-4d9c-abf9-5305b4c9285e 2018-09-01 12:32:06,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.28009986877s 2018-09-01 12:32:06,155 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9175f291-8f06-4d9c-abf9-5305b4c9285e 2018-09-01 12:32:06,158 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:08,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:08,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:09,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-1029751e-797c-42f3-a17f-6f8dd5848d43 x-compute-request-id: req-1029751e-797c-42f3-a17f-6f8dd5848d43 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:69:d3", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:05.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:05Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:09,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1029751e-797c-42f3-a17f-6f8dd5848d43 2018-09-01 12:32:09,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05691695213s 2018-09-01 12:32:09,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1029751e-797c-42f3-a17f-6f8dd5848d43 2018-09-01 12:32:09,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:32:09,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=21044f2d-2a41-46eb-b430-790db1b1f635" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:09,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-28eb8069-6cbb-43df-8e74-d3bb8fe3d552 Date: Sat, 01 Sep 2018 12:32:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:58Z","admin_state_up":true,"updated_at":"2018-09-01T12:32:04Z","binding:vnic_type":"normal","device_id":"21044f2d-2a41-46eb-b430-790db1b1f635","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:89:69:d3","id":"755623ee-8522-4a44-93c9-cc5d4f413d2c","port_security_enabled":true,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","fixed_ips":[{"subnet_id":"dab0544a-abd3-4acc-8f8b-756a4d7daac9","ip_address":"192.168.120.27"}],"extra_dhcp_opts":[],"security_groups":["3fb702c6-3bd0-4e31-a310-3f970b14fb23"],"name":""}]} 2018-09-01 12:32:09,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=21044f2d-2a41-46eb-b430-790db1b1f635 used request id req-28eb8069-6cbb-43df-8e74-d3bb8fe3d552 2018-09-01 12:32:09,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0518579483032s 2018-09-01 12:32:09,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=21044f2d-2a41-46eb-b430-790db1b1f635 used request id req-28eb8069-6cbb-43df-8e74-d3bb8fe3d552 2018-09-01 12:32:09,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:32:09,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=755623ee-8522-4a44-93c9-cc5d4f413d2c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:09,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0a17e89f-fed6-4a6b-8878-8f73484f003f Date: Sat, 01 Sep 2018 12:32:09 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:32:09,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=755623ee-8522-4a44-93c9-cc5d4f413d2c used request id req-0a17e89f-fed6-4a6b-8878-8f73484f003f 2018-09-01 12:32:09,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0413901805878s 2018-09-01 12:32:09,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=755623ee-8522-4a44-93c9-cc5d4f413d2c used request id req-0a17e89f-fed6-4a6b-8878-8f73484f003f 2018-09-01 12:32:09,323 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:89:69:d3', u'version': 4, u'addr': u'192.168.120.27', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cbcab8e9-e444-4493-82d2-16f7a299aab5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T12:32:05.000000', 'flavor': Munch({u'id': u'3c34b946-92f7-4818-8fc0-b2dc640bf2ee'}), 'az': u'nova', 'id': u'21044f2d-2a41-46eb-b430-790db1b1f635', 'security_groups': [Munch({u'name': u'vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'eddf3316166141bc9d2bb1aa04106b03', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'name': 'vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', '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-09-01T12:32:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:32:05Z', 'hostId': u'5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.27', 'cloud': 'envvars', 'host_id': u'5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147', '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-09-01T12:32:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'name': u'vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'adminPass': u'PTBxFr8xpmCH', 'tenant_id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'created_at': u'2018-09-01T12:31:52Z', 'created': u'2018-09-01T12:31:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:32:09,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:32:09,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:09,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0e24e3a0-1462-4119-81d8-fc25fba7898d Date: Sat, 01 Sep 2018 12:32:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dab0544a-abd3-4acc-8f8b-756a4d7daac9"],"updated_at":"2018-09-01T12:31:37Z","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","name":"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:32:09,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0e24e3a0-1462-4119-81d8-fc25fba7898d 2018-09-01 12:32:09,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29781293869s 2018-09-01 12:32:09,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-0e24e3a0-1462-4119-81d8-fc25fba7898d 2018-09-01 12:32:09,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:32:09,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:09,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d27e786e-ba4d-4137-b83f-1e1e05424859 Date: Sat, 01 Sep 2018 12:32:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:31:42Z", "file": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file", "owner": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "size": 12716032, "self": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:31:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:32:09,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d27e786e-ba4d-4137-b83f-1e1e05424859 2018-09-01 12:32:09,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.323514938354s 2018-09-01 12:32:09,951 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-d27e786e-ba4d-4137-b83f-1e1e05424859 2018-09-01 12:32:09,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:32:09,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:09,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-956d4295-244d-4dc1-b61d-e772dc5bd156 x-compute-request-id: req-956d4295-244d-4dc1-b61d-e772dc5bd156 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "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": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee"}]} 2018-09-01 12:32:09,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-956d4295-244d-4dc1-b61d-e772dc5bd156 2018-09-01 12:32:09,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243759155273s 2018-09-01 12:32:09,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-956d4295-244d-4dc1-b61d-e772dc5bd156 2018-09-01 12:32:09,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:32:09,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"server": {"name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "imageRef": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "flavorRef": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6e05872a-30fd-460d-86fe-58ab8b0d1430"}], "security_groups": [{"name": "3fb702c6-3bd0-4e31-a310-3f970b14fb23"}]}}' 2018-09-01 12:32:12,874 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:32: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-100cf0a4-b5b4-430c-96a4-46a014c447f8 x-compute-request-id: req-100cf0a4-b5b4-430c-96a4-46a014c447f8 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3fb702c6-3bd0-4e31-a310-3f970b14fb23"}], "OS-DCF:diskConfig": "MANUAL", "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "adminPass": "xjrD98CXUqCz"}} 2018-09-01 12:32:12,874 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-100cf0a4-b5b4-430c-96a4-46a014c447f8 2018-09-01 12:32:12,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.89753103256s 2018-09-01 12:32:12,875 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-100cf0a4-b5b4-430c-96a4-46a014c447f8 2018-09-01 12:32:12,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:12,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:13,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-f9555523-63fe-47bd-9932-cb29db7d24d7 x-compute-request-id: req-f9555523-63fe-47bd-9932-cb29db7d24d7 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:32:12Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:69:d3", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:05.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:05Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:13,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9555523-63fe-47bd-9932-cb29db7d24d7 2018-09-01 12:32:13,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.96443605423s 2018-09-01 12:32:13,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f9555523-63fe-47bd-9932-cb29db7d24d7 2018-09-01 12:32:13,845 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:15,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:15,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:17,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-24b059df-1348-4141-831b-33b29bdeca68 x-compute-request-id: req-24b059df-1348-4141-831b-33b29bdeca68 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:16Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:32:12Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:69:d3", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:05.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:05Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:17,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-24b059df-1348-4141-831b-33b29bdeca68 2018-09-01 12:32:17,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.55753993988s 2018-09-01 12:32:17,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-24b059df-1348-4141-831b-33b29bdeca68 2018-09-01 12:32:17,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:19,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:19,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:20,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-51d1efe4-cb29-4702-963f-5d36f030e3c5 x-compute-request-id: req-51d1efe4-cb29-4702-963f-5d36f030e3c5 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:16Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:32:12Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:69:d3", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:05.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:05Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:20,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-51d1efe4-cb29-4702-963f-5d36f030e3c5 2018-09-01 12:32:20,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3109369278s 2018-09-01 12:32:20,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-51d1efe4-cb29-4702-963f-5d36f030e3c5 2018-09-01 12:32:20,729 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:22,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:22,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:23,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-d4ecb8c6-6bc0-49d1-93a6-aa21d7588ece x-compute-request-id: req-d4ecb8c6-6bc0-49d1-93a6-aa21d7588ece Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:a0:28", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:20.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:21Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:32:12Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:69:d3", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:05.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:05Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:23,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d4ecb8c6-6bc0-49d1-93a6-aa21d7588ece 2018-09-01 12:32:23,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.886957883835s 2018-09-01 12:32:23,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-d4ecb8c6-6bc0-49d1-93a6-aa21d7588ece 2018-09-01 12:32:23,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:32:23,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=34d47aec-8b84-4be9-b31e-3221aa78cadd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:23,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e7ebb842-49db-4aba-8d44-fd6da71dd68e Date: Sat, 01 Sep 2018 12:32:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:32:16Z","admin_state_up":true,"updated_at":"2018-09-01T12:32:20Z","binding:vnic_type":"normal","device_id":"34d47aec-8b84-4be9-b31e-3221aa78cadd","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f4:a0:28","id":"b0d87af3-1625-4ce6-8142-c41b930ac19c","port_security_enabled":true,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","fixed_ips":[{"subnet_id":"dab0544a-abd3-4acc-8f8b-756a4d7daac9","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["3fb702c6-3bd0-4e31-a310-3f970b14fb23"],"name":""}]} 2018-09-01 12:32:23,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=34d47aec-8b84-4be9-b31e-3221aa78cadd used request id req-e7ebb842-49db-4aba-8d44-fd6da71dd68e 2018-09-01 12:32:23,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0583159923553s 2018-09-01 12:32:23,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=34d47aec-8b84-4be9-b31e-3221aa78cadd used request id req-e7ebb842-49db-4aba-8d44-fd6da71dd68e 2018-09-01 12:32:23,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:32:23,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=b0d87af3-1625-4ce6-8142-c41b930ac19c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:23,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-411e21e4-3ba8-4a00-9019-1471fa2b353b Date: Sat, 01 Sep 2018 12:32:23 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:32:23,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=b0d87af3-1625-4ce6-8142-c41b930ac19c used request id req-411e21e4-3ba8-4a00-9019-1471fa2b353b 2018-09-01 12:32:23,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.201356887817s 2018-09-01 12:32:23,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=b0d87af3-1625-4ce6-8142-c41b930ac19c used request id req-411e21e4-3ba8-4a00-9019-1471fa2b353b 2018-09-01 12:32:23,890 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f4:a0:28', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cbcab8e9-e444-4493-82d2-16f7a299aab5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T12:32:20.000000', 'flavor': Munch({u'id': u'3c34b946-92f7-4818-8fc0-b2dc640bf2ee'}), 'az': u'nova', 'id': u'34d47aec-8b84-4be9-b31e-3221aa78cadd', 'security_groups': [Munch({u'name': u'vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'eddf3316166141bc9d2bb1aa04106b03', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'name': 'vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', '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-09-01T12:32:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:32:21Z', 'hostId': u'5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147', '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-09-01T12:32:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'name': u'vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'adminPass': u'xjrD98CXUqCz', 'tenant_id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'created_at': u'2018-09-01T12:32:12Z', 'created': u'2018-09-01T12:32:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:32:23,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:32:23,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:23,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1402e33a-62c8-42ae-9c02-c66cd9cd202d Date: Sat, 01 Sep 2018 12:32:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["dab0544a-abd3-4acc-8f8b-756a4d7daac9"],"updated_at":"2018-09-01T12:31:37Z","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","name":"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:32:23,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1402e33a-62c8-42ae-9c02-c66cd9cd202d 2018-09-01 12:32:23,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0941979885101s 2018-09-01 12:32:23,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1402e33a-62c8-42ae-9c02-c66cd9cd202d 2018-09-01 12:32:23,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:32:23,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=34d47aec-8b84-4be9-b31e-3221aa78cadd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:24,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8d3d2a53-dd4c-4155-b98b-7387d79a3169 Date: Sat, 01 Sep 2018 12:32:24 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:32:16Z","admin_state_up":true,"updated_at":"2018-09-01T12:32:20Z","binding:vnic_type":"normal","device_id":"34d47aec-8b84-4be9-b31e-3221aa78cadd","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f4:a0:28","id":"b0d87af3-1625-4ce6-8142-c41b930ac19c","port_security_enabled":true,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","fixed_ips":[{"subnet_id":"dab0544a-abd3-4acc-8f8b-756a4d7daac9","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["3fb702c6-3bd0-4e31-a310-3f970b14fb23"],"name":""}]} 2018-09-01 12:32:24,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=34d47aec-8b84-4be9-b31e-3221aa78cadd used request id req-8d3d2a53-dd4c-4155-b98b-7387d79a3169 2018-09-01 12:32:24,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.252140045166s 2018-09-01 12:32:24,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=34d47aec-8b84-4be9-b31e-3221aa78cadd used request id req-8d3d2a53-dd4c-4155-b98b-7387d79a3169 2018-09-01 12:32:24,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 12:32:24,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"floatingip": {"floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "port_id": "b0d87af3-1625-4ce6-8142-c41b930ac19c"}}' 2018-09-01 12:32:26,039 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-8b68fb68-0d78-46bf-b02d-28997bc324b4 Date: Sat, 01 Sep 2018 12:32:26 GMT RESP BODY: {"floatingip": {"router_id": "14caecc2-f4fe-4489-9943-28a9294ba6fd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:32:25Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "b0d87af3-1625-4ce6-8142-c41b930ac19c", "id": "3d078d95-7496-4559-9283-ebc967f8b796", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:32:25Z", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}} 2018-09-01 12:32:26,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-8b68fb68-0d78-46bf-b02d-28997bc324b4 2018-09-01 12:32:26,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.79700708389s 2018-09-01 12:32:26,040 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-8b68fb68-0d78-46bf-b02d-28997bc324b4 2018-09-01 12:32:26,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:32:26,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:26,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-5d3cb3ce-3046-4fe8-8764-54a08119e8fc Date: Sat, 01 Sep 2018 12:32:26 GMT RESP BODY: {"floatingips": [{"router_id": "14caecc2-f4fe-4489-9943-28a9294ba6fd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:32:25Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "b0d87af3-1625-4ce6-8142-c41b930ac19c", "id": "3d078d95-7496-4559-9283-ebc967f8b796", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:32:25Z", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}]} 2018-09-01 12:32:26,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-5d3cb3ce-3046-4fe8-8764-54a08119e8fc 2018-09-01 12:32:26,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.074147939682s 2018-09-01 12:32:26,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-5d3cb3ce-3046-4fe8-8764-54a08119e8fc 2018-09-01 12:32:26,127 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'14caecc2-f4fe-4489-9943-28a9294ba6fd', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'created_at': u'2018-09-01T12:32:25Z', 'attached': True, 'updated_at': u'2018-09-01T12:32:25Z', 'id': u'3d078d95-7496-4559-9283-ebc967f8b796', 'floating_network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'name': 'vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'14caecc2-f4fe-4489-9943-28a9294ba6fd', 'project_id': u'4afa67cace0d49f4b074e57e1dde3d1f', 'port_id': u'b0d87af3-1625-4ce6-8142-c41b930ac19c', 'port': u'b0d87af3-1625-4ce6-8142-c41b930ac19c', 'network': u'c2541a6c-ee2f-4745-866e-f11cc584589f'}) 2018-09-01 12:32:26,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:32:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:32:26,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-684b716c-6c97-4c4d-bd16-e32e92554e01 x-compute-request-id: req-684b716c-6c97-4c4d-bd16-e32e92554e01 Content-Encoding: gzip Content-Length: 9602 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 492927358 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.190478] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192852] pid_max: default: 32768 minimum: 301\n[ 0.194150] ACPI: Core revision 20150930\n[ 0.195886] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197777] Security Framework initialized\n[ 0.198942] Yama: becoming mindful.\n[ 0.200005] AppArmor: AppArmor initialized\n[ 0.201233] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203071] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204894] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208597] Initializing cgroup subsys io\n[ 0.209788] Initializing cgroup subsys memory\n[ 0.211036] Initializing cgroup subsys devices\n[ 0.212293] Initializing cgroup subsys freezer\n[ 0.213554] Initializing cgroup subsys net_cls\n[ 0.214802] Initializing cgroup subsys perf_event\n[ 0.216139] Initializing cgroup subsys net_prio\n[ 0.217418] Initializing cgroup subsys hugetlb\n[ 0.218671] Initializing cgroup subsys pids\n[ 0.219898] CPU: Physical Processor ID: 0\n[ 0.221787] mce: CPU supports 10 MCE banks\n[ 0.222994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224427] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248345] ftrace: allocating 31920 entries in 125 pages\n[ 0.274619] smpboot: Max logical packages: 1\n[ 0.275845] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277810] x2apic enabled\n[ 0.278988] Switched APIC routing to physical x2apic.\n[ 0.281526] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288551] KVM setup paravirtual spinlock\n[ 0.290303] x86: Booted up 1 node, 1 CPUs\n[ 0.291466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293458] devtmpfs: initialized\n[ 0.295501] evm: security.selinux\n[ 0.296509] evm: security.SMACK64\n[ 0.297500] evm: security.SMACK64EXEC\n[ 0.298579] evm: security.SMACK64TRANSMUTE\n[ 0.299751] evm: security.SMACK64MMAP\n[ 0.300819] evm: security.ima\n[ 0.301739] evm: security.capability\n[ 0.302871] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305577] pinctrl core: initialized pinctrl subsystem\n[ 0.307108] RTC time: 12:32:21, date: 09/01/18\n[ 0.308437] NET: Registered protocol family 16\n[ 0.309820] cpuidle: using governor ladder\n[ 0.310986] cpuidle: using governor menu\n[ 0.312107] PCCT header not found.\n[ 0.313161] ACPI: bus type PCI registered\n[ 0.314299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316041] PCI: Using configuration type 1 for base access\n[ 0.318272] ACPI: Added _OSI(Module Device)\n[ 0.319450] ACPI: Added _OSI(Processor Device)\n[ 0.320657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324106] ACPI: Interpreter enabled\n[ 0.325172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335783] ACPI: (supports S0 S5)\n[ 0.336852] ACPI: Using IOAPIC for interrupt routing\n[ 0.338250] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343879] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345643] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347366] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350500] acpiphp: Slot [3] registered\n[ 0.351656] acpiphp: Slot [4] registered\n[ 0.352808] acpiphp: Slot [5] registered\n[ 0.353957] acpiphp: Slot [6] registered\n[ 0.355109] acpiphp: Slot [7] registered\n[ 0.356262] acpiphp: Slot [8] registered\n[ 0.357407] acpiphp: Slot [9] registered\n[ 0.358545] acpiphp: Slot [10] registered\n[ 0.359714] acpiphp: Slot [11] registered\n[ 0.360880] acpiphp: Slot [12] registered\n[ 0.362055] acpiphp: Slot [13] registered\n[ 0.363219] acpiphp: Slot [14] registered\n[ 0.364387] acpiphp: Slot [15] registered\n[ 0.380284] acpiphp: Slot [16] registered\n[ 0.381473] acpiphp: Slot [17] registered\n[ 0.382649] acpiphp: Slot [18] registered\n[ 0.383817] acpiphp: Slot [19] registered\n[ 0.384998] acpiphp: Slot [20] registered\n[ 0.386159] acpiphp: Slot [21] registered\n[ 0.387308] acpiphp: Slot [22] registered\n[ 0.388457] acpiphp: Slot [23] registered\n[ 0.389662] acpiphp: Slot [24] registered\n[ 0.390833] acpiphp: Slot [25] registered\n[ 0.391986] acpiphp: Slot [26] registered\n[ 0.393153] acpiphp: Slot [27] registered\n[ 0.394331] acpiphp: Slot [28] registered\n[ 0.395503] acpiphp: Slot [29] registered\n[ 0.396664] acpiphp: Slot [30] registered\n[ 0.397814] acpiphp: Slot [31] registered\n[ 0.398979] PCI host bridge to bus 0000:00\n[ 0.400151] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401886] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403621] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407782] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.414059] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415898] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.419371] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423991] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.426083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452657] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454725] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458945] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460885] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462397] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464672] vgaarb: loaded\n[ 0.465541] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467292] SCSI subsystem initialized\n[ 0.468622] ACPI: bus type USB registered\n[ 0.469851] usbcore: registered new interface driver usbfs\n[ 0.471341] usbcore: registered new interface driver hub\n[ 0.472814] usbcore: registered new device driver usb\n[ 0.474410] PCI: Using ACPI for IRQ routing\n[ 0.476024] NetLabel: Initializing\n[ 0.477079] NetLabel: domain hash size = 128\n[ 0.478310] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479710] NetLabel: unlabeled traffic allowed by default\n[ 0.481379] clocksource: Switched to clocksource kvm-clock\n[ 0.491766] AppArmor: AppArmor Filesystem Enabled\n[ 0.493133] pnp: PnP ACPI init\n[ 0.494424] pnp: PnP ACPI: found 5 devices\n[ 0.501438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503895] NET: Registered protocol family 2\n[ 0.505391] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510706] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513958] NET: Registered protocol family 1\n[ 0.515233] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516810] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518360] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532985] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547703] Trying to unpack rootfs image as initramfs...\n[ 0.610570] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.617714] Scanning for low memory corruption every 60 seconds\n[ 0.621057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.622819] audit: initializing netlink subsys (disabled)\n[ 0.624485] audit: type=2000 audit(1535805141.807:1): initialized\n[ 0.626872] Initialise system trusted keyring\n[ 0.628512] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633191] zbud: loaded\n[ 0.634336] VFS: Disk quotas dquot_6.6.0\n[ 0.635560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638029] fuse init (API version 7.23)\n[ 0.639361] Key type big_key registered\n[ 0.640544] Allocating IMA MOK and blacklist keyrings.\n[ 0.642448] Key type asymmetric registered\n[ 0.643679] Asymmetric key parser 'x509' registered\n[ 0.645091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647311] io scheduler noop registered\n[ 0.648469] io scheduler deadline registered (default)\n[ 0.649938] io scheduler cfq registered\n[ 0.651293] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.652815] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.654817] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.656952] ACPI: Power Button [PWRF]\n[ 0.658423] GHES: HEST is not enabled!\n[ 0.672848] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.702368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.705569] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.729516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.732962] Linux agpgart interface v0.103\n[ 0.737119] brd: module loaded\n[ 0.739579] loop: module loaded\n[ 0.745488] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.747663] GPT:90111 != 2097151\n[ 0.748685] GPT:Alternate GPT header not at the end of the disk.\n[ 0.750324] GPT:90111 != 2097151\n[ 0.751338] GPT: Use GNU Parted to correct GPT errors.\n[ 0.752789] vda: vda1 vda15\n[ 0.754818] scsi host0: ata_piix\n[ 0.755993] scsi host1: ata_piix\n[ 0.757085] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.758936] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.761417] libphy: Fixed MDIO Bus: probed\n[ 0.762666] tun: Universal TUN/TAP device driver, 1.6\n[ 0.764105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.767372] PPP generic driver version 2.4.2\n[ 0.768766] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.770575] ehci-pci: EHCI PCI platform driver\n[ 0.771896] ehci-platform: EHCI generic platform driver\n[ 0.773480] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.775193] ohci-pci: OHCI PCI platform driver\n[ 0.776530] ohci-platform: OHCI generic platform driver\n[ 0.778059] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.792899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.794428] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796669] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.798192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.800008] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803973] usb usb1: Product: UHCI Host Controller\n[ 0.805514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.807105] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.808496] hub 1-0:1.0: USB hub found\n[ 0.809633] hub 1-0:1.0: 2 ports detected\n[ 0.811052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.814146] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.815508] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.817000] mousedev: PS/2 mouse device common for all mice\n[ 0.818839] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.821507] rtc_cmos 00:00: RTC can wake from S4\n[ 0.823159] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824868] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.826574] i2c /dev entries driver\n[ 0.827695] device-mapper: uevent: version 1.0.3\n[ 0.829105] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833671] NET: Registered protocol family 10\n[ 0.835632] NET: Registered protocol family 17\n[ 0.836942] Key type dns_resolver registered\n[ 0.838404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.840003] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.842632] registered taskstats version 1\n[ 0.843889] Loading compiled-in X.509 certificates\n[ 0.845912] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848589] zswap: loaded using pool lzo/zbud\n[ 0.851222] Key type trusted registered\n[ 0.853575] Key type encrypted registered\n[ 0.854768] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.856279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.857810] evm: HMAC attrs: 0x1\n[ 0.859249] Magic number: 2:841:530\n[ 0.860371] tty ttyS10: hash matches\n[ 0.861605] rtc_cmos 00:00: setting system clock to 2018-09-01 12:32:21 UTC (1535805141)\n[ 0.863959] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.865591] EDD information not available.\n[ 0.916352] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918641] Write protecting the kernel read-only data: 14336k\n[ 0.923864] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.926705] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.978283] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTF+oDX0us9XYqeUa/f7beBWnwKR8HIa/YhDNWa8ck4ZVtoR7oPT0/O9g/bB4OjnW9ymDw5i3UwsqByGJabVN8ZswmMZkaxhblb7TLG5xjcitjgx/hW+Sg/JAu3dA+ziuPCrValD9PjMYcpoebyfZALTNuHZl/zrW5NY+hEUG/Lz6VKUXnprpG6kTsXKMVcUuMuyM+NAC/7sFGdujjVwAupFNNzTSYCpDD8VpeYYjZw9JPgOeJWc1TG2U6QYVpNFEa2HARpEgNumWM/5oxHdDvtEU+y4KOEGtF8sFEz07wTU3yhPPx9Ye9Cqzpsacns2DLleS8JcJujFC1fU4FqBXN root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f\nssh-dss AAAAB3NzaC1kc3MAAACBALyCt0yTllJN04UDYyju9DExZ4oVJOPxSO6pTkW2QDfpPryuT7Dkh6QkXLkIh8BCRhoWpVvX2vgggn4yDMi/u4BUnbN6nltnVl9yKgcX/FjVke8QPUyhkieZBhoX81MWZVL6lhjvF0Su6CV+zUNMNjs7Ohf0564yhZme/OO2bhCxAAAAFQDsCZJo5/dZJAKOo+Z6R8fHqPUMZQAAAIBoNpwK8dnL2/Uege+x35o0TVUZgKn5hjZEdcRu4e3BLI7qb/MAqLSihX9w6WuUdTiJVHIFVTzqOStQV4A1tr2cN8/XCLuggfGnVfRgRJP3bRsdvHgCTV2VAUEueru+Mk/njjMNN1edvLfV9QVLrmY3OdGnEjbE5toc2P9ZzGB5QAAAAIAK4XOVarNq4hM8Sb/QwG2/i6DO7wZ1BcVIztyKuRD2PBnmznS5Zcx8+48aKcUN0lIAH14cvQt5SmrkC3vl4KVmAfht4pZOtBvo8qpcgKeFbkkn5u5m5lYO7S3xKheqA41g00nK7hmAPb8s0hfwmBK7DSD6c08NX5fkrMOlnjBqyQ== root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fef4:a028/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f login: "} 2018-09-01 12:32:26,940 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd/action used request id req-684b716c-6c97-4c4d-bd16-e32e92554e01 2018-09-01 12:32:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.812845945358s 2018-09-01 12:32:26,941 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd/action used request id req-684b716c-6c97-4c4d-bd16-e32e92554e01 2018-09-01 12:32:26,942 - 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 492927358 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.190478] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.192852] pid_max: default: 32768 minimum: 301 [ 0.194150] ACPI: Core revision 20150930 [ 0.195886] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197777] Security Framework initialized [ 0.198942] Yama: becoming mindful. [ 0.200005] AppArmor: AppArmor initialized [ 0.201233] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203071] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204894] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208597] Initializing cgroup subsys io [ 0.209788] Initializing cgroup subsys memory [ 0.211036] Initializing cgroup subsys devices [ 0.212293] Initializing cgroup subsys freezer [ 0.213554] Initializing cgroup subsys net_cls [ 0.214802] Initializing cgroup subsys perf_event [ 0.216139] Initializing cgroup subsys net_prio [ 0.217418] Initializing cgroup subsys hugetlb [ 0.218671] Initializing cgroup subsys pids [ 0.219898] CPU: Physical Processor ID: 0 [ 0.221787] mce: CPU supports 10 MCE banks [ 0.222994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224427] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248345] ftrace: allocating 31920 entries in 125 pages [ 0.274619] smpboot: Max logical packages: 1 [ 0.275845] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277810] x2apic enabled [ 0.278988] Switched APIC routing to physical x2apic. [ 0.281526] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288551] KVM setup paravirtual spinlock [ 0.290303] x86: Booted up 1 node, 1 CPUs [ 0.291466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293458] devtmpfs: initialized [ 0.295501] evm: security.selinux [ 0.296509] evm: security.SMACK64 [ 0.297500] evm: security.SMACK64EXEC [ 0.298579] evm: security.SMACK64TRANSMUTE [ 0.299751] evm: security.SMACK64MMAP [ 0.300819] evm: security.ima [ 0.301739] evm: security.capability [ 0.302871] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305577] pinctrl core: initialized pinctrl subsystem [ 0.307108] RTC time: 12:32:21, date: 09/01/18 [ 0.308437] NET: Registered protocol family 16 [ 0.309820] cpuidle: using governor ladder [ 0.310986] cpuidle: using governor menu [ 0.312107] PCCT header not found. [ 0.313161] ACPI: bus type PCI registered [ 0.314299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316041] PCI: Using configuration type 1 for base access [ 0.318272] ACPI: Added _OSI(Module Device) [ 0.319450] ACPI: Added _OSI(Processor Device) [ 0.320657] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321907] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324106] ACPI: Interpreter enabled [ 0.325172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335783] ACPI: (supports S0 S5) [ 0.336852] ACPI: Using IOAPIC for interrupt routing [ 0.338250] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343879] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345643] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347366] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350500] acpiphp: Slot [3] registered [ 0.351656] acpiphp: Slot [4] registered [ 0.352808] acpiphp: Slot [5] registered [ 0.353957] acpiphp: Slot [6] registered [ 0.355109] acpiphp: Slot [7] registered [ 0.356262] acpiphp: Slot [8] registered [ 0.357407] acpiphp: Slot [9] registered [ 0.358545] acpiphp: Slot [10] registered [ 0.359714] acpiphp: Slot [11] registered [ 0.360880] acpiphp: Slot [12] registered [ 0.362055] acpiphp: Slot [13] registered [ 0.363219] acpiphp: Slot [14] registered [ 0.364387] acpiphp: Slot [15] registered [ 0.380284] acpiphp: Slot [16] registered [ 0.381473] acpiphp: Slot [17] registered [ 0.382649] acpiphp: Slot [18] registered [ 0.383817] acpiphp: Slot [19] registered [ 0.384998] acpiphp: Slot [20] registered [ 0.386159] acpiphp: Slot [21] registered [ 0.387308] acpiphp: Slot [22] registered [ 0.388457] acpiphp: Slot [23] registered [ 0.389662] acpiphp: Slot [24] registered [ 0.390833] acpiphp: Slot [25] registered [ 0.391986] acpiphp: Slot [26] registered [ 0.393153] acpiphp: Slot [27] registered [ 0.394331] acpiphp: Slot [28] registered [ 0.395503] acpiphp: Slot [29] registered [ 0.396664] acpiphp: Slot [30] registered [ 0.397814] acpiphp: Slot [31] registered [ 0.398979] PCI host bridge to bus 0000:00 [ 0.400151] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401886] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403621] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407782] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409912] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414059] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415898] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419371] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423991] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.426083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452657] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454725] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458945] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460885] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462397] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464672] vgaarb: loaded [ 0.465541] vgaarb: bridge control possible 0000:00:02.0 [ 0.467292] SCSI subsystem initialized [ 0.468622] ACPI: bus type USB registered [ 0.469851] usbcore: registered new interface driver usbfs [ 0.471341] usbcore: registered new interface driver hub [ 0.472814] usbcore: registered new device driver usb [ 0.474410] PCI: Using ACPI for IRQ routing [ 0.476024] NetLabel: Initializing [ 0.477079] NetLabel: domain hash size = 128 [ 0.478310] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479710] NetLabel: unlabeled traffic allowed by default [ 0.481379] clocksource: Switched to clocksource kvm-clock [ 0.491766] AppArmor: AppArmor Filesystem Enabled [ 0.493133] pnp: PnP ACPI init [ 0.494424] pnp: PnP ACPI: found 5 devices [ 0.501438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.503895] NET: Registered protocol family 2 [ 0.505391] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.507245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.508972] TCP: Hash tables configured (established 4096 bind 4096) [ 0.510706] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.512282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.513958] NET: Registered protocol family 1 [ 0.515233] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.516810] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.518360] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.532985] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.547703] Trying to unpack rootfs image as initramfs... [ 0.610570] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.617714] Scanning for low memory corruption every 60 seconds [ 0.621057] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.622819] audit: initializing netlink subsys (disabled) [ 0.624485] audit: type=2000 audit(1535805141.807:1): initialized [ 0.626872] Initialise system trusted keyring [ 0.628512] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633191] zbud: loaded [ 0.634336] VFS: Disk quotas dquot_6.6.0 [ 0.635560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.638029] fuse init (API version 7.23) [ 0.639361] Key type big_key registered [ 0.640544] Allocating IMA MOK and blacklist keyrings. [ 0.642448] Key type asymmetric registered [ 0.643679] Asymmetric key parser 'x509' registered [ 0.645091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.647311] io scheduler noop registered [ 0.648469] io scheduler deadline registered (default) [ 0.649938] io scheduler cfq registered [ 0.651293] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.652815] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.654817] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.656952] ACPI: Power Button [PWRF] [ 0.658423] GHES: HEST is not enabled! [ 0.672848] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.702368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.705569] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.729516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.732962] Linux agpgart interface v0.103 [ 0.737119] brd: module loaded [ 0.739579] loop: module loaded [ 0.745488] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.747663] GPT:90111 != 2097151 [ 0.748685] GPT:Alternate GPT header not at the end of the disk. [ 0.750324] GPT:90111 != 2097151 [ 0.751338] GPT: Use GNU Parted to correct GPT errors. [ 0.752789] vda: vda1 vda15 [ 0.754818] scsi host0: ata_piix [ 0.755993] scsi host1: ata_piix [ 0.757085] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.758936] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.761417] libphy: Fixed MDIO Bus: probed [ 0.762666] tun: Universal TUN/TAP device driver, 1.6 [ 0.764105] tun: (C) 1999-2004 Max Krasnyansky [ 0.767372] PPP generic driver version 2.4.2 [ 0.768766] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.770575] ehci-pci: EHCI PCI platform driver [ 0.771896] ehci-platform: EHCI generic platform driver [ 0.773480] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.775193] ohci-pci: OHCI PCI platform driver [ 0.776530] ohci-platform: OHCI generic platform driver [ 0.778059] uhci_hcd: USB Universal Host Controller Interface driver [ 0.792899] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.794428] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.796669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.798192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.800008] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.801843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.803973] usb usb1: Product: UHCI Host Controller [ 0.805514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.807105] usb usb1: SerialNumber: 0000:00:01.2 [ 0.808496] hub 1-0:1.0: USB hub found [ 0.809633] hub 1-0:1.0: 2 ports detected [ 0.811052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.814146] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.815508] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.817000] mousedev: PS/2 mouse device common for all mice [ 0.818839] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.821507] rtc_cmos 00:00: RTC can wake from S4 [ 0.823159] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824868] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.826574] i2c /dev entries driver [ 0.827695] device-mapper: uevent: version 1.0.3 [ 0.829105] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.831495] ledtrig-cpu: registered to indicate activity on CPUs [ 0.833671] NET: Registered protocol family 10 [ 0.835632] NET: Registered protocol family 17 [ 0.836942] Key type dns_resolver registered [ 0.838404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.840003] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842632] registered taskstats version 1 [ 0.843889] Loading compiled-in X.509 certificates [ 0.845912] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848589] zswap: loaded using pool lzo/zbud [ 0.851222] Key type trusted registered [ 0.853575] Key type encrypted registered [ 0.854768] AppArmor: AppArmor sha1 policy hashing enabled [ 0.856279] ima: No TPM chip found, activating TPM-bypass! [ 0.857810] evm: HMAC attrs: 0x1 [ 0.859249] Magic number: 2:841:530 [ 0.860371] tty ttyS10: hash matches [ 0.861605] rtc_cmos 00:00: setting system clock to 2018-09-01 12:32:21 UTC (1535805141) [ 0.863959] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.865591] EDD information not available. [ 0.916352] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.918641] Write protecting the kernel read-only data: 14336k [ 0.923864] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.926705] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.978283] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTF+oDX0us9XYqeUa/f7beBWnwKR8HIa/YhDNWa8ck4ZVtoR7oPT0/O9g/bB4OjnW9ymDw5i3UwsqByGJabVN8ZswmMZkaxhblb7TLG5xjcitjgx/hW+Sg/JAu3dA+ziuPCrValD9PjMYcpoebyfZALTNuHZl/zrW5NY+hEUG/Lz6VKUXnprpG6kTsXKMVcUuMuyM+NAC/7sFGdujjVwAupFNNzTSYCpDD8VpeYYjZw9JPgOeJWc1TG2U6QYVpNFEa2HARpEgNumWM/5oxHdDvtEU+y4KOEGtF8sFEz07wTU3yhPPx9Ye9Cqzpsacns2DLleS8JcJujFC1fU4FqBXN root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f ssh-dss AAAAB3NzaC1kc3MAAACBALyCt0yTllJN04UDYyju9DExZ4oVJOPxSO6pTkW2QDfpPryuT7Dkh6QkXLkIh8BCRhoWpVvX2vgggn4yDMi/u4BUnbN6nltnVl9yKgcX/FjVke8QPUyhkieZBhoX81MWZVL6lhjvF0Su6CV+zUNMNjs7Ohf0564yhZme/OO2bhCxAAAAFQDsCZJo5/dZJAKOo+Z6R8fHqPUMZQAAAIBoNpwK8dnL2/Uege+x35o0TVUZgKn5hjZEdcRu4e3BLI7qb/MAqLSihX9w6WuUdTiJVHIFVTzqOStQV4A1tr2cN8/XCLuggfGnVfRgRJP3bRsdvHgCTV2VAUEueru+Mk/njjMNN1edvLfV9QVLrmY3OdGnEjbE5toc2P9ZzGB5QAAAAIAK4XOVarNq4hM8Sb/QwG2/i6DO7wZ1BcVIztyKuRD2PBnmznS5Zcx8+48aKcUN0lIAH14cvQt5SmrkC3vl4KVmAfht4pZOtBvo8qpcgKeFbkkn5u5m5lYO7S3xKheqA41g00nK7hmAPb8s0hfwmBK7DSD6c08NX5fkrMOlnjBqyQ== root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fef4:a028/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f launch-index: 0 === cirros: current=0.4.0 uptime=3.58 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f login: 2018-09-01 12:32:27,945 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-09-01 12:32:36,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:32:36,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:32:37,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3914b7b3-34ad-4150-bba3-a01e88159ab7 x-compute-request-id: req-3914b7b3-34ad-4150-bba3-a01e88159ab7 Content-Encoding: gzip Content-Length: 9602 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 492927358 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.190478] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192852] pid_max: default: 32768 minimum: 301\n[ 0.194150] ACPI: Core revision 20150930\n[ 0.195886] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197777] Security Framework initialized\n[ 0.198942] Yama: becoming mindful.\n[ 0.200005] AppArmor: AppArmor initialized\n[ 0.201233] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203071] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204894] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208597] Initializing cgroup subsys io\n[ 0.209788] Initializing cgroup subsys memory\n[ 0.211036] Initializing cgroup subsys devices\n[ 0.212293] Initializing cgroup subsys freezer\n[ 0.213554] Initializing cgroup subsys net_cls\n[ 0.214802] Initializing cgroup subsys perf_event\n[ 0.216139] Initializing cgroup subsys net_prio\n[ 0.217418] Initializing cgroup subsys hugetlb\n[ 0.218671] Initializing cgroup subsys pids\n[ 0.219898] CPU: Physical Processor ID: 0\n[ 0.221787] mce: CPU supports 10 MCE banks\n[ 0.222994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.224427] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.241518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.248345] ftrace: allocating 31920 entries in 125 pages\n[ 0.274619] smpboot: Max logical packages: 1\n[ 0.275845] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277810] x2apic enabled\n[ 0.278988] Switched APIC routing to physical x2apic.\n[ 0.281526] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.285990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288551] KVM setup paravirtual spinlock\n[ 0.290303] x86: Booted up 1 node, 1 CPUs\n[ 0.291466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293458] devtmpfs: initialized\n[ 0.295501] evm: security.selinux\n[ 0.296509] evm: security.SMACK64\n[ 0.297500] evm: security.SMACK64EXEC\n[ 0.298579] evm: security.SMACK64TRANSMUTE\n[ 0.299751] evm: security.SMACK64MMAP\n[ 0.300819] evm: security.ima\n[ 0.301739] evm: security.capability\n[ 0.302871] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305577] pinctrl core: initialized pinctrl subsystem\n[ 0.307108] RTC time: 12:32:21, date: 09/01/18\n[ 0.308437] NET: Registered protocol family 16\n[ 0.309820] cpuidle: using governor ladder\n[ 0.310986] cpuidle: using governor menu\n[ 0.312107] PCCT header not found.\n[ 0.313161] ACPI: bus type PCI registered\n[ 0.314299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.316041] PCI: Using configuration type 1 for base access\n[ 0.318272] ACPI: Added _OSI(Module Device)\n[ 0.319450] ACPI: Added _OSI(Processor Device)\n[ 0.320657] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321907] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.324106] ACPI: Interpreter enabled\n[ 0.325172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.333107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335783] ACPI: (supports S0 S5)\n[ 0.336852] ACPI: Using IOAPIC for interrupt routing\n[ 0.338250] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.342239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343879] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345643] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.347366] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.350500] acpiphp: Slot [3] registered\n[ 0.351656] acpiphp: Slot [4] registered\n[ 0.352808] acpiphp: Slot [5] registered\n[ 0.353957] acpiphp: Slot [6] registered\n[ 0.355109] acpiphp: Slot [7] registered\n[ 0.356262] acpiphp: Slot [8] registered\n[ 0.357407] acpiphp: Slot [9] registered\n[ 0.358545] acpiphp: Slot [10] registered\n[ 0.359714] acpiphp: Slot [11] registered\n[ 0.360880] acpiphp: Slot [12] registered\n[ 0.362055] acpiphp: Slot [13] registered\n[ 0.363219] acpiphp: Slot [14] registered\n[ 0.364387] acpiphp: Slot [15] registered\n[ 0.380284] acpiphp: Slot [16] registered\n[ 0.381473] acpiphp: Slot [17] registered\n[ 0.382649] acpiphp: Slot [18] registered\n[ 0.383817] acpiphp: Slot [19] registered\n[ 0.384998] acpiphp: Slot [20] registered\n[ 0.386159] acpiphp: Slot [21] registered\n[ 0.387308] acpiphp: Slot [22] registered\n[ 0.388457] acpiphp: Slot [23] registered\n[ 0.389662] acpiphp: Slot [24] registered\n[ 0.390833] acpiphp: Slot [25] registered\n[ 0.391986] acpiphp: Slot [26] registered\n[ 0.393153] acpiphp: Slot [27] registered\n[ 0.394331] acpiphp: Slot [28] registered\n[ 0.395503] acpiphp: Slot [29] registered\n[ 0.396664] acpiphp: Slot [30] registered\n[ 0.397814] acpiphp: Slot [31] registered\n[ 0.398979] PCI host bridge to bus 0000:00\n[ 0.400151] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.401886] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.403621] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.405706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.407782] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.409912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.414059] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.415898] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.417565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.419371] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.423991] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.426083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.448398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452657] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454725] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.458945] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.460885] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.462397] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.464672] vgaarb: loaded\n[ 0.465541] vgaarb: bridge control possible 0000:00:02.0\n[ 0.467292] SCSI subsystem initialized\n[ 0.468622] ACPI: bus type USB registered\n[ 0.469851] usbcore: registered new interface driver usbfs\n[ 0.471341] usbcore: registered new interface driver hub\n[ 0.472814] usbcore: registered new device driver usb\n[ 0.474410] PCI: Using ACPI for IRQ routing\n[ 0.476024] NetLabel: Initializing\n[ 0.477079] NetLabel: domain hash size = 128\n[ 0.478310] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.479710] NetLabel: unlabeled traffic allowed by default\n[ 0.481379] clocksource: Switched to clocksource kvm-clock\n[ 0.491766] AppArmor: AppArmor Filesystem Enabled\n[ 0.493133] pnp: PnP ACPI init\n[ 0.494424] pnp: PnP ACPI: found 5 devices\n[ 0.501438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.503895] NET: Registered protocol family 2\n[ 0.505391] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.507245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.508972] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.510706] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.512282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513958] NET: Registered protocol family 1\n[ 0.515233] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.516810] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.518360] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.532985] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.547703] Trying to unpack rootfs image as initramfs...\n[ 0.610570] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.617714] Scanning for low memory corruption every 60 seconds\n[ 0.621057] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.622819] audit: initializing netlink subsys (disabled)\n[ 0.624485] audit: type=2000 audit(1535805141.807:1): initialized\n[ 0.626872] Initialise system trusted keyring\n[ 0.628512] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630197] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633191] zbud: loaded\n[ 0.634336] VFS: Disk quotas dquot_6.6.0\n[ 0.635560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638029] fuse init (API version 7.23)\n[ 0.639361] Key type big_key registered\n[ 0.640544] Allocating IMA MOK and blacklist keyrings.\n[ 0.642448] Key type asymmetric registered\n[ 0.643679] Asymmetric key parser 'x509' registered\n[ 0.645091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647311] io scheduler noop registered\n[ 0.648469] io scheduler deadline registered (default)\n[ 0.649938] io scheduler cfq registered\n[ 0.651293] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.652815] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.654817] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.656952] ACPI: Power Button [PWRF]\n[ 0.658423] GHES: HEST is not enabled!\n[ 0.672848] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.702368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.705569] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.729516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.732962] Linux agpgart interface v0.103\n[ 0.737119] brd: module loaded\n[ 0.739579] loop: module loaded\n[ 0.745488] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.747663] GPT:90111 != 2097151\n[ 0.748685] GPT:Alternate GPT header not at the end of the disk.\n[ 0.750324] GPT:90111 != 2097151\n[ 0.751338] GPT: Use GNU Parted to correct GPT errors.\n[ 0.752789] vda: vda1 vda15\n[ 0.754818] scsi host0: ata_piix\n[ 0.755993] scsi host1: ata_piix\n[ 0.757085] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.758936] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.761417] libphy: Fixed MDIO Bus: probed\n[ 0.762666] tun: Universal TUN/TAP device driver, 1.6\n[ 0.764105] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.767372] PPP generic driver version 2.4.2\n[ 0.768766] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.770575] ehci-pci: EHCI PCI platform driver\n[ 0.771896] ehci-platform: EHCI generic platform driver\n[ 0.773480] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.775193] ohci-pci: OHCI PCI platform driver\n[ 0.776530] ohci-platform: OHCI generic platform driver\n[ 0.778059] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.792899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.794428] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796669] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.798192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.800008] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803973] usb usb1: Product: UHCI Host Controller\n[ 0.805514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.807105] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.808496] hub 1-0:1.0: USB hub found\n[ 0.809633] hub 1-0:1.0: 2 ports detected\n[ 0.811052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.814146] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.815508] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.817000] mousedev: PS/2 mouse device common for all mice\n[ 0.818839] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.821507] rtc_cmos 00:00: RTC can wake from S4\n[ 0.823159] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824868] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.826574] i2c /dev entries driver\n[ 0.827695] device-mapper: uevent: version 1.0.3\n[ 0.829105] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831495] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833671] NET: Registered protocol family 10\n[ 0.835632] NET: Registered protocol family 17\n[ 0.836942] Key type dns_resolver registered\n[ 0.838404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.840003] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.842632] registered taskstats version 1\n[ 0.843889] Loading compiled-in X.509 certificates\n[ 0.845912] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.848589] zswap: loaded using pool lzo/zbud\n[ 0.851222] Key type trusted registered\n[ 0.853575] Key type encrypted registered\n[ 0.854768] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.856279] ima: No TPM chip found, activating TPM-bypass!\n[ 0.857810] evm: HMAC attrs: 0x1\n[ 0.859249] Magic number: 2:841:530\n[ 0.860371] tty ttyS10: hash matches\n[ 0.861605] rtc_cmos 00:00: setting system clock to 2018-09-01 12:32:21 UTC (1535805141)\n[ 0.863959] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.865591] EDD information not available.\n[ 0.916352] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.918641] Write protecting the kernel read-only data: 14336k\n[ 0.923864] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.926705] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.978283] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTF+oDX0us9XYqeUa/f7beBWnwKR8HIa/YhDNWa8ck4ZVtoR7oPT0/O9g/bB4OjnW9ymDw5i3UwsqByGJabVN8ZswmMZkaxhblb7TLG5xjcitjgx/hW+Sg/JAu3dA+ziuPCrValD9PjMYcpoebyfZALTNuHZl/zrW5NY+hEUG/Lz6VKUXnprpG6kTsXKMVcUuMuyM+NAC/7sFGdujjVwAupFNNzTSYCpDD8VpeYYjZw9JPgOeJWc1TG2U6QYVpNFEa2HARpEgNumWM/5oxHdDvtEU+y4KOEGtF8sFEz07wTU3yhPPx9Ye9Cqzpsacns2DLleS8JcJujFC1fU4FqBXN root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f\nssh-dss AAAAB3NzaC1kc3MAAACBALyCt0yTllJN04UDYyju9DExZ4oVJOPxSO6pTkW2QDfpPryuT7Dkh6QkXLkIh8BCRhoWpVvX2vgggn4yDMi/u4BUnbN6nltnVl9yKgcX/FjVke8QPUyhkieZBhoX81MWZVL6lhjvF0Su6CV+zUNMNjs7Ohf0564yhZme/OO2bhCxAAAAFQDsCZJo5/dZJAKOo+Z6R8fHqPUMZQAAAIBoNpwK8dnL2/Uege+x35o0TVUZgKn5hjZEdcRu4e3BLI7qb/MAqLSihX9w6WuUdTiJVHIFVTzqOStQV4A1tr2cN8/XCLuggfGnVfRgRJP3bRsdvHgCTV2VAUEueru+Mk/njjMNN1edvLfV9QVLrmY3OdGnEjbE5toc2P9ZzGB5QAAAAIAK4XOVarNq4hM8Sb/QwG2/i6DO7wZ1BcVIztyKuRD2PBnmznS5Zcx8+48aKcUN0lIAH14cvQt5SmrkC3vl4KVmAfht4pZOtBvo8qpcgKeFbkkn5u5m5lYO7S3xKheqA41g00nK7hmAPb8s0hfwmBK7DSD6c08NX5fkrMOlnjBqyQ== root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fef4:a028/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f login: "} 2018-09-01 12:32:37,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd/action used request id req-3914b7b3-34ad-4150-bba3-a01e88159ab7 2018-09-01 12:32:37,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.233972072601s 2018-09-01 12:32:37,189 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd/action used request id req-3914b7b3-34ad-4150-bba3-a01e88159ab7 2018-09-01 12:32:37,190 - 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 492927358 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.190478] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.192852] pid_max: default: 32768 minimum: 301 [ 0.194150] ACPI: Core revision 20150930 [ 0.195886] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197777] Security Framework initialized [ 0.198942] Yama: becoming mindful. [ 0.200005] AppArmor: AppArmor initialized [ 0.201233] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203071] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204894] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208597] Initializing cgroup subsys io [ 0.209788] Initializing cgroup subsys memory [ 0.211036] Initializing cgroup subsys devices [ 0.212293] Initializing cgroup subsys freezer [ 0.213554] Initializing cgroup subsys net_cls [ 0.214802] Initializing cgroup subsys perf_event [ 0.216139] Initializing cgroup subsys net_prio [ 0.217418] Initializing cgroup subsys hugetlb [ 0.218671] Initializing cgroup subsys pids [ 0.219898] CPU: Physical Processor ID: 0 [ 0.221787] mce: CPU supports 10 MCE banks [ 0.222994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224427] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.241518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.248345] ftrace: allocating 31920 entries in 125 pages [ 0.274619] smpboot: Max logical packages: 1 [ 0.275845] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277810] x2apic enabled [ 0.278988] Switched APIC routing to physical x2apic. [ 0.281526] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283132] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.285990] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288551] KVM setup paravirtual spinlock [ 0.290303] x86: Booted up 1 node, 1 CPUs [ 0.291466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293458] devtmpfs: initialized [ 0.295501] evm: security.selinux [ 0.296509] evm: security.SMACK64 [ 0.297500] evm: security.SMACK64EXEC [ 0.298579] evm: security.SMACK64TRANSMUTE [ 0.299751] evm: security.SMACK64MMAP [ 0.300819] evm: security.ima [ 0.301739] evm: security.capability [ 0.302871] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305577] pinctrl core: initialized pinctrl subsystem [ 0.307108] RTC time: 12:32:21, date: 09/01/18 [ 0.308437] NET: Registered protocol family 16 [ 0.309820] cpuidle: using governor ladder [ 0.310986] cpuidle: using governor menu [ 0.312107] PCCT header not found. [ 0.313161] ACPI: bus type PCI registered [ 0.314299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.316041] PCI: Using configuration type 1 for base access [ 0.318272] ACPI: Added _OSI(Module Device) [ 0.319450] ACPI: Added _OSI(Processor Device) [ 0.320657] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321907] ACPI: Added _OSI(Processor Aggregator Device) [ 0.324106] ACPI: Interpreter enabled [ 0.325172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327766] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.333107] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335783] ACPI: (supports S0 S5) [ 0.336852] ACPI: Using IOAPIC for interrupt routing [ 0.338250] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.342239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343879] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345643] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.347366] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350500] acpiphp: Slot [3] registered [ 0.351656] acpiphp: Slot [4] registered [ 0.352808] acpiphp: Slot [5] registered [ 0.353957] acpiphp: Slot [6] registered [ 0.355109] acpiphp: Slot [7] registered [ 0.356262] acpiphp: Slot [8] registered [ 0.357407] acpiphp: Slot [9] registered [ 0.358545] acpiphp: Slot [10] registered [ 0.359714] acpiphp: Slot [11] registered [ 0.360880] acpiphp: Slot [12] registered [ 0.362055] acpiphp: Slot [13] registered [ 0.363219] acpiphp: Slot [14] registered [ 0.364387] acpiphp: Slot [15] registered [ 0.380284] acpiphp: Slot [16] registered [ 0.381473] acpiphp: Slot [17] registered [ 0.382649] acpiphp: Slot [18] registered [ 0.383817] acpiphp: Slot [19] registered [ 0.384998] acpiphp: Slot [20] registered [ 0.386159] acpiphp: Slot [21] registered [ 0.387308] acpiphp: Slot [22] registered [ 0.388457] acpiphp: Slot [23] registered [ 0.389662] acpiphp: Slot [24] registered [ 0.390833] acpiphp: Slot [25] registered [ 0.391986] acpiphp: Slot [26] registered [ 0.393153] acpiphp: Slot [27] registered [ 0.394331] acpiphp: Slot [28] registered [ 0.395503] acpiphp: Slot [29] registered [ 0.396664] acpiphp: Slot [30] registered [ 0.397814] acpiphp: Slot [31] registered [ 0.398979] PCI host bridge to bus 0000:00 [ 0.400151] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.401886] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.403621] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.405706] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.407782] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.409912] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.414059] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.415898] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.417565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.419371] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.423991] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.426083] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.448398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450549] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452657] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454725] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457102] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.458945] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.460885] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.462397] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.464672] vgaarb: loaded [ 0.465541] vgaarb: bridge control possible 0000:00:02.0 [ 0.467292] SCSI subsystem initialized [ 0.468622] ACPI: bus type USB registered [ 0.469851] usbcore: registered new interface driver usbfs [ 0.471341] usbcore: registered new interface driver hub [ 0.472814] usbcore: registered new device driver usb [ 0.474410] PCI: Using ACPI for IRQ routing [ 0.476024] NetLabel: Initializing [ 0.477079] NetLabel: domain hash size = 128 [ 0.478310] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.479710] NetLabel: unlabeled traffic allowed by default [ 0.481379] clocksource: Switched to clocksource kvm-clock [ 0.491766] AppArmor: AppArmor Filesystem Enabled [ 0.493133] pnp: PnP ACPI init [ 0.494424] pnp: PnP ACPI: found 5 devices [ 0.501438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.503895] NET: Registered protocol family 2 [ 0.505391] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.507245] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.508972] TCP: Hash tables configured (established 4096 bind 4096) [ 0.510706] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.512282] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.513958] NET: Registered protocol family 1 [ 0.515233] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.516810] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.518360] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.532985] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.547703] Trying to unpack rootfs image as initramfs... [ 0.610570] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.617714] Scanning for low memory corruption every 60 seconds [ 0.621057] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.622819] audit: initializing netlink subsys (disabled) [ 0.624485] audit: type=2000 audit(1535805141.807:1): initialized [ 0.626872] Initialise system trusted keyring [ 0.628512] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630197] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633191] zbud: loaded [ 0.634336] VFS: Disk quotas dquot_6.6.0 [ 0.635560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.638029] fuse init (API version 7.23) [ 0.639361] Key type big_key registered [ 0.640544] Allocating IMA MOK and blacklist keyrings. [ 0.642448] Key type asymmetric registered [ 0.643679] Asymmetric key parser 'x509' registered [ 0.645091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.647311] io scheduler noop registered [ 0.648469] io scheduler deadline registered (default) [ 0.649938] io scheduler cfq registered [ 0.651293] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.652815] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.654817] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.656952] ACPI: Power Button [PWRF] [ 0.658423] GHES: HEST is not enabled! [ 0.672848] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.702368] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.705569] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.729516] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.732962] Linux agpgart interface v0.103 [ 0.737119] brd: module loaded [ 0.739579] loop: module loaded [ 0.745488] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.747663] GPT:90111 != 2097151 [ 0.748685] GPT:Alternate GPT header not at the end of the disk. [ 0.750324] GPT:90111 != 2097151 [ 0.751338] GPT: Use GNU Parted to correct GPT errors. [ 0.752789] vda: vda1 vda15 [ 0.754818] scsi host0: ata_piix [ 0.755993] scsi host1: ata_piix [ 0.757085] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.758936] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.761417] libphy: Fixed MDIO Bus: probed [ 0.762666] tun: Universal TUN/TAP device driver, 1.6 [ 0.764105] tun: (C) 1999-2004 Max Krasnyansky [ 0.767372] PPP generic driver version 2.4.2 [ 0.768766] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.770575] ehci-pci: EHCI PCI platform driver [ 0.771896] ehci-platform: EHCI generic platform driver [ 0.773480] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.775193] ohci-pci: OHCI PCI platform driver [ 0.776530] ohci-platform: OHCI generic platform driver [ 0.778059] uhci_hcd: USB Universal Host Controller Interface driver [ 0.792899] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.794428] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.796669] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.798192] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.800008] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.801843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.803973] usb usb1: Product: UHCI Host Controller [ 0.805514] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.807105] usb usb1: SerialNumber: 0000:00:01.2 [ 0.808496] hub 1-0:1.0: USB hub found [ 0.809633] hub 1-0:1.0: 2 ports detected [ 0.811052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.814146] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.815508] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.817000] mousedev: PS/2 mouse device common for all mice [ 0.818839] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.821507] rtc_cmos 00:00: RTC can wake from S4 [ 0.823159] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824868] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.826574] i2c /dev entries driver [ 0.827695] device-mapper: uevent: version 1.0.3 [ 0.829105] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.831495] ledtrig-cpu: registered to indicate activity on CPUs [ 0.833671] NET: Registered protocol family 10 [ 0.835632] NET: Registered protocol family 17 [ 0.836942] Key type dns_resolver registered [ 0.838404] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.840003] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842632] registered taskstats version 1 [ 0.843889] Loading compiled-in X.509 certificates [ 0.845912] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.848589] zswap: loaded using pool lzo/zbud [ 0.851222] Key type trusted registered [ 0.853575] Key type encrypted registered [ 0.854768] AppArmor: AppArmor sha1 policy hashing enabled [ 0.856279] ima: No TPM chip found, activating TPM-bypass! [ 0.857810] evm: HMAC attrs: 0x1 [ 0.859249] Magic number: 2:841:530 [ 0.860371] tty ttyS10: hash matches [ 0.861605] rtc_cmos 00:00: setting system clock to 2018-09-01 12:32:21 UTC (1535805141) [ 0.863959] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.865591] EDD information not available. [ 0.916352] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.918641] Write protecting the kernel read-only data: 14336k [ 0.923864] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.926705] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.978283] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTF+oDX0us9XYqeUa/f7beBWnwKR8HIa/YhDNWa8ck4ZVtoR7oPT0/O9g/bB4OjnW9ymDw5i3UwsqByGJabVN8ZswmMZkaxhblb7TLG5xjcitjgx/hW+Sg/JAu3dA+ziuPCrValD9PjMYcpoebyfZALTNuHZl/zrW5NY+hEUG/Lz6VKUXnprpG6kTsXKMVcUuMuyM+NAC/7sFGdujjVwAupFNNzTSYCpDD8VpeYYjZw9JPgOeJWc1TG2U6QYVpNFEa2HARpEgNumWM/5oxHdDvtEU+y4KOEGtF8sFEz07wTU3yhPPx9Ye9Cqzpsacns2DLleS8JcJujFC1fU4FqBXN root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f ssh-dss AAAAB3NzaC1kc3MAAACBALyCt0yTllJN04UDYyju9DExZ4oVJOPxSO6pTkW2QDfpPryuT7Dkh6QkXLkIh8BCRhoWpVvX2vgggn4yDMi/u4BUnbN6nltnVl9yKgcX/FjVke8QPUyhkieZBhoX81MWZVL6lhjvF0Su6CV+zUNMNjs7Ohf0564yhZme/OO2bhCxAAAAFQDsCZJo5/dZJAKOo+Z6R8fHqPUMZQAAAIBoNpwK8dnL2/Uege+x35o0TVUZgKn5hjZEdcRu4e3BLI7qb/MAqLSihX9w6WuUdTiJVHIFVTzqOStQV4A1tr2cN8/XCLuggfGnVfRgRJP3bRsdvHgCTV2VAUEueru+Mk/njjMNN1edvLfV9QVLrmY3OdGnEjbE5toc2P9ZzGB5QAAAAIAK4XOVarNq4hM8Sb/QwG2/i6DO7wZ1BcVIztyKuRD2PBnmznS5Zcx8+48aKcUN0lIAH14cvQt5SmrkC3vl4KVmAfht4pZOtBvo8qpcgKeFbkkn5u5m5lYO7S3xKheqA41g00nK7hmAPb8s0hfwmBK7DSD6c08NX5fkrMOlnjBqyQ== root@vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fef4:a028/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f launch-index: 0 === cirros: current=0.4.0 uptime=3.58 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-99bc007e-c3be-4d71-b7d8-ceef10b0aa6f login: 2018-09-01 12:32:38,192 - paramiko.transport - DEBUG - starting thread (client mode): 0x21e61c50L 2018-09-01 12:32:38,193 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 12:32:38,193 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 12:32:38,193 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 12:32:38,194 - 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-09-01 12:32:38,195 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 12:32:38,195 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 12:32:38,195 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 12:32:38,195 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 12:32:38,195 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 12:32:38,213 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 12:32:38,213 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 12:32:38,225 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 575028f8eb8dd7c694ebd7c779573cec 2018-09-01 12:32:38,226 - paramiko.transport - DEBUG - Trying discovered key fac21f0567e653142efee752f0ec30d3 in /tmp/tmpoq5AIJ 2018-09-01 12:32:38,251 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 12:32:38,257 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 12:32:38,258 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 12:32:38,259 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 12:32:38,260 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 12:32:38,261 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 12:32:38,264 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 12:32:38,264 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.27 (192.168.120.27): 56 data bytes 64 bytes from 192.168.120.27: seq=0 ttl=64 time=0.954 ms --- 192.168.120.27 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 0.954/0.954/0.954 ms 2018-09-01 12:32:38,265 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-01 12:32:38,269 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 12:32:38,385 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:32:38,386 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-01 12:32:38,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:32:38,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:38,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:32: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-bfb87132-5073-48bb-98de-32da5d5803d9 x-compute-request-id: req-bfb87132-5073-48bb-98de-32da5d5803d9 Content-Type: application/json 2018-09-01 12:32:38,734 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635 used request id req-bfb87132-5073-48bb-98de-32da5d5803d9 2018-09-01 12:32:38,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.343806028366s 2018-09-01 12:32:38,735 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635 used request id req-bfb87132-5073-48bb-98de-32da5d5803d9 2018-09-01 12:32:38,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:38,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:39,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-ce750bf3-f4c1-4af6-8d3f-b83aefffb38a x-compute-request-id: req-ce750bf3-f4c1-4af6-8d3f-b83aefffb38a Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:a0:28", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:a0:28", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:20.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:21Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:32:12Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:69:d3", "version": 4, "addr": "192.168.120.27", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/21044f2d-2a41-46eb-b430-790db1b1f635", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:05.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "21044f2d-2a41-46eb-b430-790db1b1f635", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:38Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:31:52Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:39,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ce750bf3-f4c1-4af6-8d3f-b83aefffb38a 2018-09-01 12:32:39,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731570005417s 2018-09-01 12:32:39,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-ce750bf3-f4c1-4af6-8d3f-b83aefffb38a 2018-09-01 12:32:39,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:41,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:41,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:41,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-7f29dd2d-b39c-46ae-8df5-473f8aa4ff9f x-compute-request-id: req-7f29dd2d-b39c-46ae-8df5-473f8aa4ff9f Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:a0:28", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:a0:28", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:20.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:21Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:32:12Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:41,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7f29dd2d-b39c-46ae-8df5-473f8aa4ff9f 2018-09-01 12:32:41,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418553829193s 2018-09-01 12:32:41,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7f29dd2d-b39c-46ae-8df5-473f8aa4ff9f 2018-09-01 12:32:41,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 12:32:41,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/3d078d95-7496-4559-9283-ebc967f8b796.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:43,033 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-292e9334-b760-4061-a721-5c0739f9dfc9 Content-Length: 0 Date: Sat, 01 Sep 2018 12:32:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:32:43,033 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/3d078d95-7496-4559-9283-ebc967f8b796.json used request id req-292e9334-b760-4061-a721-5c0739f9dfc9 2018-09-01 12:32:43,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.13841080666s 2018-09-01 12:32:43,034 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/3d078d95-7496-4559-9283-ebc967f8b796.json used request id req-292e9334-b760-4061-a721-5c0739f9dfc9 2018-09-01 12:32:43,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:32:43,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:43,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2a6e5500-5b14-45bf-8661-21dbb40ba703 Date: Sat, 01 Sep 2018 12:32:43 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:32:43,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2a6e5500-5b14-45bf-8661-21dbb40ba703 2018-09-01 12:32:43,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.042004108429s 2018-09-01 12:32:43,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2a6e5500-5b14-45bf-8661-21dbb40ba703 2018-09-01 12:32:43,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:32:43,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:43,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:32: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-fa288e20-44f0-4b30-8dfb-4f8563203478 x-compute-request-id: req-fa288e20-44f0-4b30-8dfb-4f8563203478 Content-Type: application/json 2018-09-01 12:32:43,423 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd used request id req-fa288e20-44f0-4b30-8dfb-4f8563203478 2018-09-01 12:32:43,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.34147310257s 2018-09-01 12:32:43,423 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd used request id req-fa288e20-44f0-4b30-8dfb-4f8563203478 2018-09-01 12:32:43,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:43,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:44,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-0f3c8151-1317-4c99-a388-4859d0d625b6 x-compute-request-id: req-0f3c8151-1317-4c99-a388-4859d0d625b6 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:a0:28", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:a0:28", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/34d47aec-8b84-4be9-b31e-3221aa78cadd", "rel": "bookmark"}], "image": {"id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "links": [{"href": "http://172.30.9.30:8774/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:32:20.000000", "flavor": {"id": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "links": [{"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "bookmark"}]}, "id": "34d47aec-8b84-4be9-b31e-3221aa78cadd", "security_groups": [{"name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}], "user_id": "eddf3316166141bc9d2bb1aa04106b03", "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-09-01T12:32:43Z", "hostId": "5f9b21f3488b98cdfe504baac44793c6245619c3bed3802d696a1147", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "name": "vping_ssh-vm_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "created": "2018-09-01T12:32:12Z", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:32:44,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0f3c8151-1317-4c99-a388-4859d0d625b6 2018-09-01 12:32:44,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02393293381s 2018-09-01 12:32:44,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-0f3c8151-1317-4c99-a388-4859d0d625b6 2018-09-01 12:32:44,450 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:32:46,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:32:46,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:46,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-641d58bd-14af-4a63-b884-819fcb79692c x-compute-request-id: req-641d58bd-14af-4a63-b884-819fcb79692c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 12:32:46,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-641d58bd-14af-4a63-b884-819fcb79692c 2018-09-01 12:32:46,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225057125092s 2018-09-01 12:32:46,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-641d58bd-14af-4a63-b884-819fcb79692c 2018-09-01 12:32:46,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:32:46,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:46,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-d38132ed-deb9-454f-b513-3ac90c822810 Date: Sat, 01 Sep 2018 12:32:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:44Z", "updated_at": "2018-09-01T12:31:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:46Z", "revision_number": 0, "id": "0af33d7b-8295-4972-b3b2-308c5368e7f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:46Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "1230fed0-a135-4a81-b58d-d4d0c0e0cc87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:44Z", "revision_number": 0, "id": "4b8e8e9e-a7ac-4497-ba3a-2eff3dc8f82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:44Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:31:45Z", "revision_number": 0, "id": "772f5b95-fed5-4f61-a2de-19e16e19b677", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:45Z", "security_group_id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}], "revision_number": 3, "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "3fb702c6-3bd0-4e31-a310-3f970b14fb23", "name": "vping_ssh-sg_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}, {"description": "Default security group", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:35Z", "updated_at": "2018-09-01T12:31:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "01aa40fd-bfe1-4d54-93cc-84699d0d5f62", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "65554e70-b543-4dfa-9984-abdd9db9ed75", "remote_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "8dd920a0-0035-4294-bb45-ac23a535c206", "remote_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv4", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:31:35Z", "revision_number": 0, "id": "c278806a-9716-48c7-8f05-8b7ce6379d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:31:35Z", "security_group_id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "port_range_min": null, "ethertype": "IPv6", "project_id": "4afa67cace0d49f4b074e57e1dde3d1f"}], "revision_number": 1, "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "5fadcea3-295e-4423-b38b-3b7d5cdbc66a", "name": "default"}]} 2018-09-01 12:32:46,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-d38132ed-deb9-454f-b513-3ac90c822810 2018-09-01 12:32:46,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.219172954559s 2018-09-01 12:32:46,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-d38132ed-deb9-454f-b513-3ac90c822810 2018-09-01 12:32:46,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 12:32:46,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/3fb702c6-3bd0-4e31-a310-3f970b14fb23.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:47,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2a2ccde-91b7-4aa6-bbb5-5f9df275b5c9 Content-Length: 0 Date: Sat, 01 Sep 2018 12:32:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:32:47,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/3fb702c6-3bd0-4e31-a310-3f970b14fb23.json used request id req-b2a2ccde-91b7-4aa6-bbb5-5f9df275b5c9 2018-09-01 12:32:47,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.194821119308s 2018-09-01 12:32:47,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/3fb702c6-3bd0-4e31-a310-3f970b14fb23.json used request id req-b2a2ccde-91b7-4aa6-bbb5-5f9df275b5c9 2018-09-01 12:32:47,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 12:32:47,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:47,168 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:32: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-f2e3fd3c-29e0-43b5-9adc-dbed1e31d1e2 x-compute-request-id: req-f2e3fd3c-29e0-43b5-9adc-dbed1e31d1e2 Content-Length: 0 Content-Type: application/json 2018-09-01 12:32:47,168 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f used request id req-f2e3fd3c-29e0-43b5-9adc-dbed1e31d1e2 2018-09-01 12:32:47,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0698478221893s 2018-09-01 12:32:47,168 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/vping_ssh-kp_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f used request id req-f2e3fd3c-29e0-43b5-9adc-dbed1e31d1e2 2018-09-01 12:32:47,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:32:47,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" -d '{"subnet_id": "dab0544a-abd3-4acc-8f8b-756a4d7daac9"}' 2018-09-01 12:32:48,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c5840e54-1d99-4f25-8b8b-8f52d0b22f2a Date: Sat, 01 Sep 2018 12:32:48 GMT RESP BODY: {"network_id": "6e05872a-30fd-460d-86fe-58ab8b0d1430", "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "subnet_id": "dab0544a-abd3-4acc-8f8b-756a4d7daac9", "subnet_ids": ["dab0544a-abd3-4acc-8f8b-756a4d7daac9"], "port_id": "7e792cc1-aa7c-453c-81a2-0e88dba1cb53", "id": "14caecc2-f4fe-4489-9943-28a9294ba6fd"} 2018-09-01 12:32:48,880 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd/remove_router_interface.json used request id req-c5840e54-1d99-4f25-8b8b-8f52d0b22f2a 2018-09-01 12:32:48,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71101403236s 2018-09-01 12:32:48,880 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd/remove_router_interface.json used request id req-c5840e54-1d99-4f25-8b8b-8f52d0b22f2a returning object 14caecc2-f4fe-4489-9943-28a9294ba6fd 2018-09-01 12:32:48,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:32:48,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:49,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-90dc1a48-7482-4291-ab46-15f8d12a6d28 Date: Sat, 01 Sep 2018 12:32:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "4afa67cace0d49f4b074e57e1dde3d1f", "created_at": "2018-09-01T12:31:38Z", "admin_state_up": true, "updated_at": "2018-09-01T12:32:48Z", "revision_number": 4, "routes": [], "project_id": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "14caecc2-f4fe-4489-9943-28a9294ba6fd", "name": "vping_ssh-router_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}]} 2018-09-01 12:32:49,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-90dc1a48-7482-4291-ab46-15f8d12a6d28 2018-09-01 12:32:49,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.289607048035s 2018-09-01 12:32:49,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-90dc1a48-7482-4291-ab46-15f8d12a6d28 2018-09-01 12:32:49,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:32:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:50,538 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79b88610-c5cf-4858-82b3-1ecd91629e50 Content-Length: 0 Date: Sat, 01 Sep 2018 12:32:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:32:50,538 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd.json used request id req-79b88610-c5cf-4858-82b3-1ecd91629e50 2018-09-01 12:32:50,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.36615800858s 2018-09-01 12:32:50,538 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/14caecc2-f4fe-4489-9943-28a9294ba6fd.json used request id req-79b88610-c5cf-4858-82b3-1ecd91629e50 2018-09-01 12:32:50,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:32:50,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:50,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1028dceb-f6d3-4971-9b36-627500dedebb Date: Sat, 01 Sep 2018 12:32:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:31:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"dab0544a-abd3-4acc-8f8b-756a4d7daac9","subnetpool_id":null,"name":"vping_ssh-subnet_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}]} 2018-09-01 12:32:50,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-1028dceb-f6d3-4971-9b36-627500dedebb 2018-09-01 12:32:50,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0516650676727s 2018-09-01 12:32:50,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-1028dceb-f6d3-4971-9b36-627500dedebb 2018-09-01 12:32:50,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:32:50,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/dab0544a-abd3-4acc-8f8b-756a4d7daac9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:53,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b72a324f-f475-4c51-a01a-a0252b4a2c5c Date: Sat, 01 Sep 2018 12:32:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:32:53,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dab0544a-abd3-4acc-8f8b-756a4d7daac9.json used request id req-b72a324f-f475-4c51-a01a-a0252b4a2c5c 2018-09-01 12:32:53,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.51346707344s 2018-09-01 12:32:53,106 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/dab0544a-abd3-4acc-8f8b-756a4d7daac9.json used request id req-b72a324f-f475-4c51-a01a-a0252b4a2c5c 2018-09-01 12:32:53,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:32:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:53,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-10103974-247f-4f74-a790-664de898c1d6 Date: Sat, 01 Sep 2018 12:32:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T12:32:52Z","tenant_id":"4afa67cace0d49f4b074e57e1dde3d1f","created_at":"2018-09-01T12:31:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4afa67cace0d49f4b074e57e1dde3d1f","id":"6e05872a-30fd-460d-86fe-58ab8b0d1430","name":"vping_ssh-net_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:32:53,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-10103974-247f-4f74-a790-664de898c1d6 2018-09-01 12:32:53,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263513088226s 2018-09-01 12:32:53,371 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-10103974-247f-4f74-a790-664de898c1d6 2018-09-01 12:32:53,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:32:53,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/6e05872a-30fd-460d-86fe-58ab8b0d1430.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:55,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6652ea13-1dfa-4777-9d4c-a48aa14522ad Date: Sat, 01 Sep 2018 12:32:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:32:55,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6e05872a-30fd-460d-86fe-58ab8b0d1430.json used request id req-6652ea13-1dfa-4777-9d4c-a48aa14522ad 2018-09-01 12:32:55,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.70028209686s 2018-09-01 12:32:55,073 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/6e05872a-30fd-460d-86fe-58ab8b0d1430.json used request id req-6652ea13-1dfa-4777-9d4c-a48aa14522ad 2018-09-01 12:32:55,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:32:55,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:55,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-49b47da7-4a9d-45b5-b33a-a9013dd73d72 Date: Sat, 01 Sep 2018 12:32:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:31:42Z", "file": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/file", "owner": "4afa67cace0d49f4b074e57e1dde3d1f", "id": "cbcab8e9-e444-4493-82d2-16f7a299aab5", "size": 12716032, "self": "/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/cbcab8e9-e444-4493-82d2-16f7a299aab5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:31:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:32:55,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-49b47da7-4a9d-45b5-b33a-a9013dd73d72 2018-09-01 12:32:55,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.31125497818s 2018-09-01 12:32:55,389 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-49b47da7-4a9d-45b5-b33a-a9013dd73d72 2018-09-01 12:32:55,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 12:32:55,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b677d54dbbbcd5693dc21cea57608b49324beacd" 2018-09-01 12:32:56,231 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e00ade3-8ffe-41ba-86ec-9fa9ed7d77b7 Date: Sat, 01 Sep 2018 12:32:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:32:56,231 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5 used request id req-7e00ade3-8ffe-41ba-86ec-9fa9ed7d77b7 2018-09-01 12:32:56,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.841028213501s 2018-09-01 12:32:56,232 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/cbcab8e9-e444-4493-82d2-16f7a299aab5 used request id req-7e00ade3-8ffe-41ba-86ec-9fa9ed7d77b7 2018-09-01 12:32:56,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:32:56,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:32:56,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32: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-aecf293a-7348-44a3-afb6-e65a75ee85d0 x-compute-request-id: req-aecf293a-7348-44a3-afb6-e65a75ee85d0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee", "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": "3c34b946-92f7-4818-8fc0-b2dc640bf2ee"}]} 2018-09-01 12:32:56,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-aecf293a-7348-44a3-afb6-e65a75ee85d0 2018-09-01 12:32:56,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263628959656s 2018-09-01 12:32:56,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-aecf293a-7348-44a3-afb6-e65a75ee85d0 2018-09-01 12:32:56,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 12:32:56,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:32:56,303 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:32:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb4e1e7d-5371-480f-96a8-3b803f040fcc x-compute-request-id: req-fb4e1e7d-5371-480f-96a8-3b803f040fcc Content-Length: 0 Content-Type: application/json 2018-09-01 12:32:56,303 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee used request id req-fb4e1e7d-5371-480f-96a8-3b803f040fcc 2018-09-01 12:32:56,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0429501533508s 2018-09-01 12:32:56,303 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/3c34b946-92f7-4818-8fc0-b2dc640bf2ee used request id req-fb4e1e7d-5371-480f-96a8-3b803f040fcc 2018-09-01 12:32:56,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:32:56,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:32:56,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c448a31-dac2-476d-a041-07071b19958a Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": {"self": "http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "eddf3316166141bc9d2bb1aa04106b03", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:32:56,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5c448a31-dac2-476d-a041-07071b19958a 2018-09-01 12:32:56,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198590040207s 2018-09-01 12:32:56,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-5c448a31-dac2-476d-a041-07071b19958a 2018-09-01 12:32:56,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:32:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:32:56,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c437ed60-83d5-4e7b-bc24-108e114d296d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f", "links": {"self": "http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "eddf3316166141bc9d2bb1aa04106b03", "description": null}} 2018-09-01 12:32:56,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03 used request id req-c437ed60-83d5-4e7b-bc24-108e114d296d 2018-09-01 12:32:56,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20916390419s 2018-09-01 12:32:56,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03 used request id req-c437ed60-83d5-4e7b-bc24-108e114d296d 2018-09-01 12:32:56,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 12:32:56,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:32:57,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:32:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fa85ed3-86ca-4ad5-8e4b-4e40823e4935 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:32:57,011 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03 used request id req-1fa85ed3-86ca-4ad5-8e4b-4e40823e4935 2018-09-01 12:32:57,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.296146154404s 2018-09-01 12:32:57,011 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/eddf3316166141bc9d2bb1aa04106b03 used request id req-1fa85ed3-86ca-4ad5-8e4b-4e40823e4935 2018-09-01 12:32:57,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:32:57,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:32:57,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96f675c7-2de9-4285-be68-5dee9ff30a1b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f"}, "tags": [], "enabled": true, "id": "4afa67cace0d49f4b074e57e1dde3d1f", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_99bc007e-c3be-4d71-b7d8-ceef10b0aa6f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 12:32:57,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-96f675c7-2de9-4285-be68-5dee9ff30a1b 2018-09-01 12:32:57,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203506946564s 2018-09-01 12:32:57,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-96f675c7-2de9-4285-be68-5dee9ff30a1b 2018-09-01 12:32:57,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 12:32:57,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d93548ca7a6b91d158948e0c50fb1baa33ac57" 2018-09-01 12:32:57,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63e13ffe-e1cc-40aa-9cd4-1c4dc709811b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:32:57,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f used request id req-63e13ffe-e1cc-40aa-9cd4-1c4dc709811b 2018-09-01 12:32:57,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.276405096054s 2018-09-01 12:32:57,503 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/4afa67cace0d49f4b074e57e1dde3d1f used request id req-63e13ffe-e1cc-40aa-9cd4-1c4dc709811b 2018-09-01 12:32:57,555 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-01 12:32:57,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:32:57,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:32:57,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:32:57,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:32:57,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:32:57,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:32:57,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:32:57,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:32:57,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:32:57,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:32:57,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:32:57,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddee340f-9ce9-402b-a1cf-f9974e607e1f 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:32:57,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-ddee340f-9ce9-402b-a1cf-f9974e607e1f 2018-09-01 12:32:57,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:32:58,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:32:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["s4UqsIwnRaWlZiX5yFq2sw"], "issued_at": "2018-09-01T12:32:57.000000Z"}} 2018-09-01 12:32:58,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:32:58,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:32:58,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e48245e5-a4a6-4638-b25f-54cb97c2a4d9 Date: Sat, 01 Sep 2018 12:32:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:32:58,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e48245e5-a4a6-4638-b25f-54cb97c2a4d9 2018-09-01 12:32:58,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356266975403s 2018-09-01 12:32:58,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e48245e5-a4a6-4638-b25f-54cb97c2a4d9 2018-09-01 12:32:58,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:32:58,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50a5263d-ea18-4f08-aaf8-74c9c0c1d4a4 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:32:58,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-50a5263d-ea18-4f08-aaf8-74c9c0c1d4a4 2018-09-01 12:32:58,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:32:58,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:32:58,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-414fc347-ff20-4f40-af0f-92ecbb024f20 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43"}, "tags": [], "enabled": true, "id": "59570a9a89bf4471b19676bc072ecc43", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 12:32:58,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-414fc347-ff20-4f40-af0f-92ecbb024f20 2018-09-01 12:32:58,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19673705101s 2018-09-01 12:32:58,577 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-414fc347-ff20-4f40-af0f-92ecbb024f20 2018-09-01 12:32:58,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 12:32:58,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db"}}' 2018-09-01 12:32:58,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-324578e3-6bf3-4734-8f9f-d4e6e22ddce1 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.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72"}, "tags": [], "enabled": true, "id": "c96d3bf0a035497f9f317ae2a5583b72", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db"}} 2018-09-01 12:32:58,866 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-324578e3-6bf3-4734-8f9f-d4e6e22ddce1 2018-09-01 12:32:58,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.282991886139s 2018-09-01 12:32:58,866 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-324578e3-6bf3-4734-8f9f-d4e6e22ddce1 2018-09-01 12:32:58,867 - 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'c96d3bf0a035497f9f317ae2a5583b72', '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_56960700-6d27-4487-b98b-83bd232855db'}) 2018-09-01 12:32:58,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 12:32:58,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f083287f-df47-4e9e-afc7-d3b211422f2f", "email": null, "name": "vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db"}}' 2018-09-01 12:32:59,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c6e03e0-4a92-4fed-9feb-9e293454d15e Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db", "links": {"self": "http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c081cce7218a4f95ae92dc5d894f81cd", "domain_id": "default", "password_expires_at": null}} 2018-09-01 12:32:59,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-0c6e03e0-4a92-4fed-9feb-9e293454d15e 2018-09-01 12:32:59,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.469722032547s 2018-09-01 12:32:59,343 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-0c6e03e0-4a92-4fed-9feb-9e293454d15e 2018-09-01 12:32:59,343 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c081cce7218a4f95ae92dc5d894f81cd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db'}) 2018-09-01 12:32:59,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:32:59,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:32:59,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e5dd9f8-b246-4ba1-bce5-c3e2d5f1c0cd Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:32:59,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1e5dd9f8-b246-4ba1-bce5-c3e2d5f1c0cd 2018-09-01 12:32:59,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191550016403s 2018-09-01 12:32:59,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-1e5dd9f8-b246-4ba1-bce5-c3e2d5f1c0cd 2018-09-01 12:32:59,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:32:59,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:32:59,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a9a040-97c2-4387-a769-e60c1574409f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:32:59,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7a9a040-97c2-4387-a769-e60c1574409f 2018-09-01 12:32:59,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109770059586s 2018-09-01 12:32:59,654 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-c7a9a040-97c2-4387-a769-e60c1574409f 2018-09-01 12:32:59,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:32:59,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:32:59,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdd4354-80ef-4b8a-9642-9c77c6e64817 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:32:59,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ccdd4354-80ef-4b8a-9642-9c77c6e64817 2018-09-01 12:32:59,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188565015793s 2018-09-01 12:32:59,848 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ccdd4354-80ef-4b8a-9642-9c77c6e64817 2018-09-01 12:32:59,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:32:59,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:33:00,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c402985-c63d-4297-a07f-3f4d1bbdc02a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 12:33:00,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-4c402985-c63d-4297-a07f-3f4d1bbdc02a 2018-09-01 12:33:00,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190171003342s 2018-09-01 12:33:00,043 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-4c402985-c63d-4297-a07f-3f4d1bbdc02a 2018-09-01 12:33:00,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:33:00,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:33:00,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c9efa9f-91d2-4f5b-b6bc-938be5a83a1c Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db", "links": {"self": "http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c081cce7218a4f95ae92dc5d894f81cd", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:33:00,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3c9efa9f-91d2-4f5b-b6bc-938be5a83a1c 2018-09-01 12:33:00,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212043046951s 2018-09-01 12:33:00,256 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-3c9efa9f-91d2-4f5b-b6bc-938be5a83a1c 2018-09-01 12:33:00,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:33:00,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:33:00,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f2fbf0f-5625-4150-8640-9aa8d72e1bc1 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72"}, "tags": [], "enabled": true, "id": "c96d3bf0a035497f9f317ae2a5583b72", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db"}]} 2018-09-01 12:33:00,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8f2fbf0f-5625-4150-8640-9aa8d72e1bc1 2018-09-01 12:33:00,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192698001862s 2018-09-01 12:33:00,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-8f2fbf0f-5625-4150-8640-9aa8d72e1bc1 2018-09-01 12:33:00,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 12:33:00,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=c081cce7218a4f95ae92dc5d894f81cd&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c96d3bf0a035497f9f317ae2a5583b72" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:33:00,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c6144d1-6a34-4755-a1cd-69a5c40e21c2 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=c081cce7218a4f95ae92dc5d894f81cd&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c96d3bf0a035497f9f317ae2a5583b72", "previous": null, "next": null}} 2018-09-01 12:33:00,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=c081cce7218a4f95ae92dc5d894f81cd&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c96d3bf0a035497f9f317ae2a5583b72 used request id req-3c6144d1-6a34-4755-a1cd-69a5c40e21c2 2018-09-01 12:33:00,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.190064907074s 2018-09-01 12:33:00,657 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=c081cce7218a4f95ae92dc5d894f81cd&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c96d3bf0a035497f9f317ae2a5583b72 used request id req-3c6144d1-6a34-4755-a1cd-69a5c40e21c2 2018-09-01 12:33:00,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 12:33:00,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72/users/c081cce7218a4f95ae92dc5d894f81cd/roles/ea17eab18c9e49f2aa6b51fa281968cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:33:00,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:33:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0e349eb-7f2a-4548-bbed-745fef238af4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:33:00,901 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72/users/c081cce7218a4f95ae92dc5d894f81cd/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-d0e349eb-7f2a-4548-bbed-745fef238af4 2018-09-01 12:33:00,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.240758895874s 2018-09-01 12:33:00,901 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72/users/c081cce7218a4f95ae92dc5d894f81cd/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-d0e349eb-7f2a-4548-bbed-745fef238af4 2018-09-01 12:33:00,901 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db', 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'c96d3bf0a035497f9f317ae2a5583b72', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f083287f-df47-4e9e-afc7-d3b211422f2f', 'username': u'vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 12:33:00,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:33:00,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:33:00,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:33:00,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:33:00,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:33:00,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:33:00,902 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:33:00,903 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:33:00,904 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db', 'password': 'f083287f-df47-4e9e-afc7-d3b211422f2f', 'project_name': 'vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'c96d3bf0a035497f9f317ae2a5583b72', 'project_domain_name': 'Default'} 2018-09-01 12:33:00,905 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-01 12:33:00,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:33:00,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf59f403-1866-4d37-8980-293ce974d420 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:33:00,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-bf59f403-1866-4d37-8980-293ce974d420 2018-09-01 12:33:00,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:33:01,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:33:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c96d3bf0a035497f9f317ae2a5583b72", "name": "vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/c96d3bf0a035497f9f317ae2a5583b72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/c96d3bf0a035497f9f317ae2a5583b72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/c96d3bf0a035497f9f317ae2a5583b72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/c96d3bf0a035497f9f317ae2a5583b72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/c96d3bf0a035497f9f317ae2a5583b72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/c96d3bf0a035497f9f317ae2a5583b72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/c96d3bf0a035497f9f317ae2a5583b72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/c96d3bf0a035497f9f317ae2a5583b72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/c96d3bf0a035497f9f317ae2a5583b72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_c96d3bf0a035497f9f317ae2a5583b72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_c96d3bf0a035497f9f317ae2a5583b72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/c96d3bf0a035497f9f317ae2a5583b72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/c96d3bf0a035497f9f317ae2a5583b72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/c96d3bf0a035497f9f317ae2a5583b72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db", "id": "c081cce7218a4f95ae92dc5d894f81cd"}, "audit_ids": ["L2uJKZ6pSJC0OTgzU-8Fxg"], "issued_at": "2018-09-01T12:33:01.000000Z"}} 2018-09-01 12:33:01,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:33:01,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"network": {"name": "vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db", "admin_state_up": true}}' 2018-09-01 12:33:02,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-e06a5924-8fe7-4a12-9596-3ced8f34c237 Date: Sat, 01 Sep 2018 12:33:02 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T12:33:01Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","name":"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db"}} 2018-09-01 12:33:02,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e06a5924-8fe7-4a12-9596-3ced8f34c237 2018-09-01 12:33:02,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.735553026199s 2018-09-01 12:33:02,053 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-e06a5924-8fe7-4a12-9596-3ced8f34c237 2018-09-01 12:33:02,053 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:33:01Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'20e92db4-d0da-4902-9b93-983d67ac6c0f', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db', u'admin_state_up': True, u'tenant_id': u'c96d3bf0a035497f9f317ae2a5583b72', u'created_at': u'2018-09-01T12:33:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c96d3bf0a035497f9f317ae2a5583b72'}) 2018-09-01 12:33:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:33:02,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:02,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-600a21d7-c849-4c89-b400-09d2746d6348 Date: Sat, 01 Sep 2018 12:33:02 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-09-01T12:33:01Z","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","name":"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:33:02,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-600a21d7-c849-4c89-b400-09d2746d6348 2018-09-01 12:33:02,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374778032303s 2018-09-01 12:33:02,429 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-600a21d7-c849-4c89-b400-09d2746d6348 2018-09-01 12:33:02,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:33:02,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"subnet": {"name": "vping_userdata-subnet_56960700-6d27-4487-b98b-83bd232855db", "enable_dhcp": true, "network_id": "20e92db4-d0da-4902-9b93-983d67ac6c0f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:33:03,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d0f7d054-b0b2-450b-88df-8189040d6856 Date: Sat, 01 Sep 2018 12:33:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:33:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"f40c8a19-a841-4ba9-8f80-2b7b1853fb9a","subnetpool_id":null,"name":"vping_userdata-subnet_56960700-6d27-4487-b98b-83bd232855db"}} 2018-09-01 12:33:03,425 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-d0f7d054-b0b2-450b-88df-8189040d6856 2018-09-01 12:33:03,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.994781017303s 2018-09-01 12:33:03,426 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-d0f7d054-b0b2-450b-88df-8189040d6856 2018-09-01 12:33:03,426 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:33:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f40c8a19-a841-4ba9-8f80-2b7b1853fb9a', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_56960700-6d27-4487-b98b-83bd232855db', u'enable_dhcp': True, u'network_id': u'20e92db4-d0da-4902-9b93-983d67ac6c0f', u'tenant_id': u'c96d3bf0a035497f9f317ae2a5583b72', u'created_at': u'2018-09-01T12:33:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c96d3bf0a035497f9f317ae2a5583b72'}) 2018-09-01 12:33:03,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:33:03,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "vping_userdata-router_56960700-6d27-4487-b98b-83bd232855db", "admin_state_up": true}}' 2018-09-01 12:33:04,784 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6c3a4840-d14e-4028-96f7-7bf3e27830f9 Date: Sat, 01 Sep 2018 12:33:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "created_at": "2018-09-01T12:33:03Z", "admin_state_up": true, "updated_at": "2018-09-01T12:33:04Z", "revision_number": 2, "routes": [], "project_id": "c96d3bf0a035497f9f317ae2a5583b72", "id": "73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3", "name": "vping_userdata-router_56960700-6d27-4487-b98b-83bd232855db"}} 2018-09-01 12:33:04,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6c3a4840-d14e-4028-96f7-7bf3e27830f9 2018-09-01 12:33:04,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35780191422s 2018-09-01 12:33:04,785 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6c3a4840-d14e-4028-96f7-7bf3e27830f9 2018-09-01 12:33:04,785 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c96d3bf0a035497f9f317ae2a5583b72', u'created_at': u'2018-09-01T12:33:03Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T12:33:04Z', u'revision_number': 2, u'routes': [], u'project_id': u'c96d3bf0a035497f9f317ae2a5583b72', u'id': u'73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3', u'name': u'vping_userdata-router_56960700-6d27-4487-b98b-83bd232855db'}) 2018-09-01 12:33:04,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:33:04,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"subnet_id": "f40c8a19-a841-4ba9-8f80-2b7b1853fb9a"}' 2018-09-01 12:33:07,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c2e4b114-01a2-426e-9609-d0a1c991c473 Date: Sat, 01 Sep 2018 12:33:07 GMT RESP BODY: {"network_id": "20e92db4-d0da-4902-9b93-983d67ac6c0f", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "subnet_id": "f40c8a19-a841-4ba9-8f80-2b7b1853fb9a", "subnet_ids": ["f40c8a19-a841-4ba9-8f80-2b7b1853fb9a"], "port_id": "55ffa8ee-6ab9-4cb5-bfa5-d6c3e31af55c", "id": "73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3"} 2018-09-01 12:33:07,649 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3/add_router_interface.json used request id req-c2e4b114-01a2-426e-9609-d0a1c991c473 2018-09-01 12:33:07,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.86269903183s 2018-09-01 12:33:07,649 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3/add_router_interface.json used request id req-c2e4b114-01a2-426e-9609-d0a1c991c473 returning object 73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3 2018-09-01 12:33:07,650 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 12:33:07,782 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 12:33:07,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:33:07,789 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 12:33:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-09-01 12:33:07,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:33:07,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:08,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b63aff05-ec16-47e7-a241-834c5ea353fb Date: Sat, 01 Sep 2018 12:33:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:33:08,131 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b63aff05-ec16-47e7-a241-834c5ea353fb 2018-09-01 12:33:08,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.337399959564s 2018-09-01 12:33:08,131 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-b63aff05-ec16-47e7-a241-834c5ea353fb 2018-09-01 12:33:08,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 12:33:08,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db"}' 2018-09-01 12:33:08,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e1cd2ebd-af00-4b7d-b37e-ad2d039f1a0d Date: Sat, 01 Sep 2018 12:33:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:33:08Z", "file": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file", "owner": "c96d3bf0a035497f9f317ae2a5583b72", "id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "size": null, "self": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "checksum": null, "created_at": "2018-09-01T12:33:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 12:33:08,508 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e1cd2ebd-af00-4b7d-b37e-ad2d039f1a0d 2018-09-01 12:33:08,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.368302822113s 2018-09-01 12:33:08,509 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-e1cd2ebd-af00-4b7d-b37e-ad2d039f1a0d returning object c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8 2018-09-01 12:33:08,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 12:33:08,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '' 2018-09-01 12:33:10,125 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3ebcf18-5282-4f03-bf04-dff873b374b1 Date: Sat, 01 Sep 2018 12:33:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:33:10,125 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file used request id req-f3ebcf18-5282-4f03-bf04-dff873b374b1 2018-09-01 12:33:10,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.61574411392s 2018-09-01 12:33:10,125 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file used request id req-f3ebcf18-5282-4f03-bf04-dff873b374b1 2018-09-01 12:33:10,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:33:10,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:10,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-dee4e8c8-d0e1-45d7-ba90-dd464269f0b1 Date: Sat, 01 Sep 2018 12:33:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:33:10Z", "file": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file", "owner": "c96d3bf0a035497f9f317ae2a5583b72", "id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "size": 12716032, "self": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:33:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:33:10,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-dee4e8c8-d0e1-45d7-ba90-dd464269f0b1 2018-09-01 12:33:10,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.389928102493s 2018-09-01 12:33:10,521 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-dee4e8c8-d0e1-45d7-ba90-dd464269f0b1 2018-09-01 12:33:10,523 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file', 'owner': u'c96d3bf0a035497f9f317ae2a5583b72', 'id': u'c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8', 'size': 12716032, u'self': u'/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c96d3bf0a035497f9f317ae2a5583b72', 'name': 'vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T12:33:10Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T12:33:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db', 'created': u'2018-09-01T12:33:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T12:33:08Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 12:33:10,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 12:33:10,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_56960700-6d27-4487-b98b-83bd232855db", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 12:33:11,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-7d3c7cf2-48de-4204-97a3-f56b06400986 x-compute-request-id: req-7d3c7cf2-48de-4204-97a3-f56b06400986 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_56960700-6d27-4487-b98b-83bd232855db", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "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": "e1f02097-2dd0-4360-8b7a-68dc34980c23"}} 2018-09-01 12:33:11,277 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7d3c7cf2-48de-4204-97a3-f56b06400986 2018-09-01 12:33:11,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.753839015961s 2018-09-01 12:33:11,278 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-7d3c7cf2-48de-4204-97a3-f56b06400986 2018-09-01 12:33:11,279 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_56960700-6d27-4487-b98b-83bd232855db', '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'dfc461ef79e94bbc95d56eabe475cd04', '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'e1f02097-2dd0-4360-8b7a-68dc34980c23', 'swap': 0}) 2018-09-01 12:33:11,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 12:33:11,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" -d '{"extra_specs": {}}' 2018-09-01 12:33:11,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bea7525-1ed2-4761-9085-12f91b84e2b4 x-compute-request-id: req-4bea7525-1ed2-4761-9085-12f91b84e2b4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 12:33:11,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23/os-extra_specs used request id req-4bea7525-1ed2-4761-9085-12f91b84e2b4 2018-09-01 12:33:11,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0198891162872s 2018-09-01 12:33:11,300 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23/os-extra_specs used request id req-4bea7525-1ed2-4761-9085-12f91b84e2b4 2018-09-01 12:33:11,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:33:11,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:11,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6ba31dff-80ce-468e-8e3b-ba08c2f486b0 Date: Sat, 01 Sep 2018 12:33:11 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":["f40c8a19-a841-4ba9-8f80-2b7b1853fb9a"],"updated_at":"2018-09-01T12:33:03Z","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","name":"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:33:11,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6ba31dff-80ce-468e-8e3b-ba08c2f486b0 2018-09-01 12:33:11,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362470149994s 2018-09-01 12:33:11,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6ba31dff-80ce-468e-8e3b-ba08c2f486b0 2018-09-01 12:33:11,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:33:11,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:11,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-0fc79057-a10d-49ee-a0c8-f06e1f2fa05d Date: Sat, 01 Sep 2018 12:33:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:33:10Z", "file": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file", "owner": "c96d3bf0a035497f9f317ae2a5583b72", "id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "size": 12716032, "self": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:33:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:33:11,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0fc79057-a10d-49ee-a0c8-f06e1f2fa05d 2018-09-01 12:33:11,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.305042982101s 2018-09-01 12:33:11,973 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-0fc79057-a10d-49ee-a0c8-f06e1f2fa05d 2018-09-01 12:33:11,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:33:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:12,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2752b5fa-f5df-4fd0-8c6a-29f5668dc7fa x-compute-request-id: req-2752b5fa-f5df-4fd0-8c6a-29f5668dc7fa Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_56960700-6d27-4487-b98b-83bd232855db", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "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": "e1f02097-2dd0-4360-8b7a-68dc34980c23"}]} 2018-09-01 12:33:12,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2752b5fa-f5df-4fd0-8c6a-29f5668dc7fa 2018-09-01 12:33:12,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.368237018585s 2018-09-01 12:33:12,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-2752b5fa-f5df-4fd0-8c6a-29f5668dc7fa 2018-09-01 12:33:12,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:33:12,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"server": {"name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "imageRef": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "flavorRef": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "max_count": 1, "min_count": 1, "networks": [{"uuid": "20e92db4-d0da-4902-9b93-983d67ac6c0f"}]}}' 2018-09-01 12:33:17,046 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:33:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75659121-e8e1-43cf-818d-b7fb70ceeba9 x-compute-request-id: req-75659121-e8e1-43cf-818d-b7fb70ceeba9 Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "adminPass": "VJxvN3KQruC3"}} 2018-09-01 12:33:17,047 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-75659121-e8e1-43cf-818d-b7fb70ceeba9 2018-09-01 12:33:17,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.70216608047s 2018-09-01 12:33:17,047 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-75659121-e8e1-43cf-818d-b7fb70ceeba9 2018-09-01 12:33:17,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:17,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:17,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-646cf116-20ee-4b96-90a7-b4e6c38ce896 x-compute-request-id: req-646cf116-20ee-4b96-90a7-b4e6c38ce896 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.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:17,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-646cf116-20ee-4b96-90a7-b4e6c38ce896 2018-09-01 12:33:17,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.786251068115s 2018-09-01 12:33:17,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-646cf116-20ee-4b96-90a7-b4e6c38ce896 2018-09-01 12:33:17,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:33:17,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:18,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-391d5a52-5829-48d1-9d1e-cbff39363490 Date: Sat, 01 Sep 2018 12:33:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f40c8a19-a841-4ba9-8f80-2b7b1853fb9a"],"updated_at":"2018-09-01T12:33:03Z","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","name":"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:33:18,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-391d5a52-5829-48d1-9d1e-cbff39363490 2018-09-01 12:33:18,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.37548995018s 2018-09-01 12:33:18,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-391d5a52-5829-48d1-9d1e-cbff39363490 2018-09-01 12:33:18,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:33:18,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:18,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd74dae3-6e75-4997-b28c-360f0c46f435 Date: Sat, 01 Sep 2018 12:33:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:33:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"f40c8a19-a841-4ba9-8f80-2b7b1853fb9a","subnetpool_id":null,"name":"vping_userdata-subnet_56960700-6d27-4487-b98b-83bd232855db"}]} 2018-09-01 12:33:18,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-bd74dae3-6e75-4997-b28c-360f0c46f435 2018-09-01 12:33:18,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.231775999069s 2018-09-01 12:33:18,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-bd74dae3-6e75-4997-b28c-360f0c46f435 2018-09-01 12:33:18,451 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:20,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:20,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:21,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-70833864-7fde-4562-9c9c-988b243e2d10 x-compute-request-id: req-70833864-7fde-4562-9c9c-988b243e2d10 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:20Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:21,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-70833864-7fde-4562-9c9c-988b243e2d10 2018-09-01 12:33:21,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21126890182s 2018-09-01 12:33:21,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-70833864-7fde-4562-9c9c-988b243e2d10 2018-09-01 12:33:21,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:23,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:23,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:25,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f64f31e6-96f1-4f61-b925-33809c4fa55c x-compute-request-id: req-f64f31e6-96f1-4f61-b925-33809c4fa55c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:20Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:25,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f64f31e6-96f1-4f61-b925-33809c4fa55c 2018-09-01 12:33:25,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34063005447s 2018-09-01 12:33:25,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-f64f31e6-96f1-4f61-b925-33809c4fa55c 2018-09-01 12:33:25,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:27,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:27,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:27,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-a5929a01-56a9-4d1f-8afb-d071d50d63fe x-compute-request-id: req-a5929a01-56a9-4d1f-8afb-d071d50d63fe Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:91:3f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:25.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:25Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:27,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a5929a01-56a9-4d1f-8afb-d071d50d63fe 2018-09-01 12:33:27,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.968787908554s 2018-09-01 12:33:27,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-a5929a01-56a9-4d1f-8afb-d071d50d63fe 2018-09-01 12:33:27,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:33:27,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=aa197fe2-aba5-4d9d-8126-91960cd4092f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:28,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-763e6726-4a05-48d3-8d91-1f6bf64ee750 Date: Sat, 01 Sep 2018 12:33:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:20Z","admin_state_up":true,"updated_at":"2018-09-01T12:33:25Z","binding:vnic_type":"normal","device_id":"aa197fe2-aba5-4d9d-8126-91960cd4092f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:13:91:3f","id":"9289a6f7-605e-4fdc-bc8f-8226bf6a7973","port_security_enabled":true,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","fixed_ips":[{"subnet_id":"f40c8a19-a841-4ba9-8f80-2b7b1853fb9a","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["cce30940-c07d-4d79-96b4-d4a6e4470518"],"name":""}]} 2018-09-01 12:33:28,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=aa197fe2-aba5-4d9d-8126-91960cd4092f used request id req-763e6726-4a05-48d3-8d91-1f6bf64ee750 2018-09-01 12:33:28,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.323925971985s 2018-09-01 12:33:28,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=aa197fe2-aba5-4d9d-8126-91960cd4092f used request id req-763e6726-4a05-48d3-8d91-1f6bf64ee750 2018-09-01 12:33:28,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:33:28,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=9289a6f7-605e-4fdc-bc8f-8226bf6a7973" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:28,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7f892f8f-f147-4f06-b5ba-ff84d6c4a358 Date: Sat, 01 Sep 2018 12:33:28 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:33:28,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=9289a6f7-605e-4fdc-bc8f-8226bf6a7973 used request id req-7f892f8f-f147-4f06-b5ba-ff84d6c4a358 2018-09-01 12:33:28,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.308490991592s 2018-09-01 12:33:28,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=9289a6f7-605e-4fdc-bc8f-8226bf6a7973 used request id req-7f892f8f-f147-4f06-b5ba-ff84d6c4a358 2018-09-01 12:33:28,631 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:13:91:3f', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T12:33:25.000000', 'flavor': Munch({u'id': u'e1f02097-2dd0-4360-8b7a-68dc34980c23'}), 'az': u'nova', 'id': u'aa197fe2-aba5-4d9d-8126-91960cd4092f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c081cce7218a4f95ae92dc5d894f81cd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c96d3bf0a035497f9f317ae2a5583b72', 'name': 'vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db', '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-09-01T12:33:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:33:25Z', 'hostId': u'e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14', '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-09-01T12:33:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c96d3bf0a035497f9f317ae2a5583b72', 'name': u'vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db', 'adminPass': u'VJxvN3KQruC3', 'tenant_id': u'c96d3bf0a035497f9f317ae2a5583b72', 'created_at': u'2018-09-01T12:33:16Z', 'created': u'2018-09-01T12:33:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:33:28,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:33:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:28,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-c11e0490-d73c-42bf-a629-2cb70cd8d13b Date: Sat, 01 Sep 2018 12:33:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f40c8a19-a841-4ba9-8f80-2b7b1853fb9a"],"updated_at":"2018-09-01T12:33:03Z","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","name":"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:33:28,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c11e0490-d73c-42bf-a629-2cb70cd8d13b 2018-09-01 12:33:28,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.092159986496s 2018-09-01 12:33:28,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-c11e0490-d73c-42bf-a629-2cb70cd8d13b 2018-09-01 12:33:28,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:33:28,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:29,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-2f7c1750-e199-48ca-8a29-41dd0a97522b Date: Sat, 01 Sep 2018 12:33:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:33:10Z", "file": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file", "owner": "c96d3bf0a035497f9f317ae2a5583b72", "id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "size": 12716032, "self": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:33:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:33:29,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2f7c1750-e199-48ca-8a29-41dd0a97522b 2018-09-01 12:33:29,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.323558092117s 2018-09-01 12:33:29,054 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-2f7c1750-e199-48ca-8a29-41dd0a97522b 2018-09-01 12:33:29,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:33:29,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:29,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-a2feb8bd-d958-4c57-99ca-1987d75fa97b x-compute-request-id: req-a2feb8bd-d958-4c57-99ca-1987d75fa97b Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_56960700-6d27-4487-b98b-83bd232855db", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "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": "e1f02097-2dd0-4360-8b7a-68dc34980c23"}]} 2018-09-01 12:33:29,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a2feb8bd-d958-4c57-99ca-1987d75fa97b 2018-09-01 12:33:29,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.149743080139s 2018-09-01 12:33:29,206 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a2feb8bd-d958-4c57-99ca-1987d75fa97b 2018-09-01 12:33:29,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:33:29,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"server": {"name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "imageRef": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "flavorRef": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjggMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "20e92db4-d0da-4902-9b93-983d67ac6c0f"}]}}' 2018-09-01 12:33:33,102 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:33: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-1919b91a-7354-4550-851d-59485b35512b x-compute-request-id: req-1919b91a-7354-4550-851d-59485b35512b Content-Length: 374 location: http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "adminPass": "akeNWSv9Uq3F"}} 2018-09-01 12:33:33,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1919b91a-7354-4550-851d-59485b35512b 2018-09-01 12:33:33,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.89538097382s 2018-09-01 12:33:33,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-1919b91a-7354-4550-851d-59485b35512b 2018-09-01 12:33:33,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:33,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:34,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-b37d6dac-8439-47f0-b17b-60c6c277335f x-compute-request-id: req-b37d6dac-8439-47f0-b17b-60c6c277335f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:91:3f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:25.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:25Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:34,019 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b37d6dac-8439-47f0-b17b-60c6c277335f 2018-09-01 12:33:34,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.915546178818s 2018-09-01 12:33:34,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b37d6dac-8439-47f0-b17b-60c6c277335f 2018-09-01 12:33:34,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:36,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:36,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:36,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59960312-bbc4-461d-b7b7-e6c6c7797641 x-compute-request-id: req-59960312-bbc4-461d-b7b7-e6c6c7797641 Content-Encoding: gzip Content-Length: 829 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:35Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:91:3f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:25.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:25Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:36,971 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-59960312-bbc4-461d-b7b7-e6c6c7797641 2018-09-01 12:33:36,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.945461034775s 2018-09-01 12:33:36,971 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-59960312-bbc4-461d-b7b7-e6c6c7797641 2018-09-01 12:33:36,976 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:38,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:38,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:39,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-da835261-ca72-4802-b1cf-d9a2925dbb13 x-compute-request-id: req-da835261-ca72-4802-b1cf-d9a2925dbb13 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:36Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:91:3f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:25.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:25Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:39,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-da835261-ca72-4802-b1cf-d9a2925dbb13 2018-09-01 12:33:39,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669849157333s 2018-09-01 12:33:39,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-da835261-ca72-4802-b1cf-d9a2925dbb13 2018-09-01 12:33:39,654 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:41,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:41,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:42,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-95b082ee-6cd9-46a3-9ecf-df16d4576ee8 x-compute-request-id: req-95b082ee-6cd9-46a3-9ecf-df16d4576ee8 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:e8:45", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:39.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:40Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:91:3f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:25.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:25Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:42,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-95b082ee-6cd9-46a3-9ecf-df16d4576ee8 2018-09-01 12:33:42,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.776770114899s 2018-09-01 12:33:42,434 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-95b082ee-6cd9-46a3-9ecf-df16d4576ee8 2018-09-01 12:33:42,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:33:42,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=80c0c59b-e963-4103-90aa-1386e3c3e336" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:42,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bf5e87e3-0683-4d8e-8603-9f9bcac10e86 Date: Sat, 01 Sep 2018 12:33:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:36Z","admin_state_up":true,"updated_at":"2018-09-01T12:33:39Z","binding:vnic_type":"normal","device_id":"80c0c59b-e963-4103-90aa-1386e3c3e336","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2e:e8:45","id":"4b2489c6-bb67-4b42-97f4-fdf2c9a68ea7","port_security_enabled":true,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","fixed_ips":[{"subnet_id":"f40c8a19-a841-4ba9-8f80-2b7b1853fb9a","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["cce30940-c07d-4d79-96b4-d4a6e4470518"],"name":""}]} 2018-09-01 12:33:42,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=80c0c59b-e963-4103-90aa-1386e3c3e336 used request id req-bf5e87e3-0683-4d8e-8603-9f9bcac10e86 2018-09-01 12:33:42,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.061450958252s 2018-09-01 12:33:42,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=80c0c59b-e963-4103-90aa-1386e3c3e336 used request id req-bf5e87e3-0683-4d8e-8603-9f9bcac10e86 2018-09-01 12:33:42,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:33:42,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=4b2489c6-bb67-4b42-97f4-fdf2c9a68ea7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:43,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-971b50dd-804f-4369-adc6-0a0a512fb4c8 Date: Sat, 01 Sep 2018 12:33:43 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:33:43,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=4b2489c6-bb67-4b42-97f4-fdf2c9a68ea7 used request id req-971b50dd-804f-4369-adc6-0a0a512fb4c8 2018-09-01 12:33:43,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.492831945419s 2018-09-01 12:33:43,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=4b2489c6-bb67-4b42-97f4-fdf2c9a68ea7 used request id req-971b50dd-804f-4369-adc6-0a0a512fb4c8 2018-09-01 12:33:43,001 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2e:e8:45', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T12:33:39.000000', 'flavor': Munch({u'id': u'e1f02097-2dd0-4360-8b7a-68dc34980c23'}), 'az': u'nova', 'id': u'80c0c59b-e963-4103-90aa-1386e3c3e336', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c081cce7218a4f95ae92dc5d894f81cd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c96d3bf0a035497f9f317ae2a5583b72', 'name': 'vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db', '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-09-01T12:33:39.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:33:40Z', 'hostId': u'e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14', '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-09-01T12:33:39.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c96d3bf0a035497f9f317ae2a5583b72', 'name': u'vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db', 'adminPass': u'akeNWSv9Uq3F', 'tenant_id': u'c96d3bf0a035497f9f317ae2a5583b72', 'created_at': u'2018-09-01T12:33:33Z', 'created': u'2018-09-01T12:33:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:33:43,001 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-01 12:33:44,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:44,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:44,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-b18461a7-94de-44a7-8e98-624f3df6d7d6 x-compute-request-id: req-b18461a7-94de-44a7-8e98-624f3df6d7d6 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:e8:45", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:39.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:40Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:91:3f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:25.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:25Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:44,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b18461a7-94de-44a7-8e98-624f3df6d7d6 2018-09-01 12:33:44,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.944342136383s 2018-09-01 12:33:44,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-b18461a7-94de-44a7-8e98-624f3df6d7d6 2018-09-01 12:33:44,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:33:44,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:33:45,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-a1b76f16-802f-422d-a568-655e3835137b x-compute-request-id: req-a1b76f16-802f-422d-a568-655e3835137b Content-Encoding: gzip Content-Length: 9556 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 493388216 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.198130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.200533] pid_max: default: 32768 minimum: 301\n[ 0.201900] ACPI: Core revision 20150930\n[ 0.203624] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.205567] Security Framework initialized\n[ 0.206801] Yama: becoming mindful.\n[ 0.207870] AppArmor: AppArmor initialized\n[ 0.209135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.211063] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.212929] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214731] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.216822] Initializing cgroup subsys io\n[ 0.218053] Initializing cgroup subsys memory\n[ 0.219298] Initializing cgroup subsys devices\n[ 0.220567] Initializing cgroup subsys freezer\n[ 0.221895] Initializing cgroup subsys net_cls\n[ 0.223163] Initializing cgroup subsys perf_event\n[ 0.224487] Initializing cgroup subsys net_prio\n[ 0.225853] Initializing cgroup subsys hugetlb\n[ 0.227120] Initializing cgroup subsys pids\n[ 0.228365] CPU: Physical Processor ID: 0\n[ 0.230290] mce: CPU supports 10 MCE banks\n[ 0.231516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.232999] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.247817] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.254583] ftrace: allocating 31920 entries in 125 pages\n[ 0.279906] smpboot: Max logical packages: 1\n[ 0.281212] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.283214] x2apic enabled\n[ 0.284382] Switched APIC routing to physical x2apic.\n[ 0.287036] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.288671] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.291559] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.294168] KVM setup paravirtual spinlock\n[ 0.295835] x86: Booted up 1 node, 1 CPUs\n[ 0.297069] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.299059] devtmpfs: initialized\n[ 0.301083] evm: security.selinux\n[ 0.302102] evm: security.SMACK64\n[ 0.303109] evm: security.SMACK64EXEC\n[ 0.304196] evm: security.SMACK64TRANSMUTE\n[ 0.305378] evm: security.SMACK64MMAP\n[ 0.306495] evm: security.ima\n[ 0.307449] evm: security.capability\n[ 0.308593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.311413] pinctrl core: initialized pinctrl subsystem\n[ 0.313013] RTC time: 12:33:39, date: 09/01/18\n[ 0.314384] NET: Registered protocol family 16\n[ 0.315830] cpuidle: using governor ladder\n[ 0.317069] cpuidle: using governor menu\n[ 0.318252] PCCT header not found.\n[ 0.319356] ACPI: bus type PCI registered\n[ 0.320598] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.322468] PCI: Using configuration type 1 for base access\n[ 0.324821] ACPI: Added _OSI(Module Device)\n[ 0.326091] ACPI: Added _OSI(Processor Device)\n[ 0.327374] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.328744] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.331068] ACPI: Interpreter enabled\n[ 0.332229] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.335023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.337785] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.340524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.343185] ACPI: (supports S0 S5)\n[ 0.344244] ACPI: Using IOAPIC for interrupt routing\n[ 0.345643] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.349654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.351299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.353094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.354830] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.358035] acpiphp: Slot [3] registered\n[ 0.359199] acpiphp: Slot [4] registered\n[ 0.360351] acpiphp: Slot [5] registered\n[ 0.361508] acpiphp: Slot [6] registered\n[ 0.362668] acpiphp: Slot [7] registered\n[ 0.363813] acpiphp: Slot [8] registered\n[ 0.364973] acpiphp: Slot [9] registered\n[ 0.366129] acpiphp: Slot [10] registered\n[ 0.367332] acpiphp: Slot [11] registered\n[ 0.368539] acpiphp: Slot [12] registered\n[ 0.369723] acpiphp: Slot [13] registered\n[ 0.370888] acpiphp: Slot [14] registered\n[ 0.372058] acpiphp: Slot [15] registered\n[ 0.387230] acpiphp: Slot [16] registered\n[ 0.388454] acpiphp: Slot [17] registered\n[ 0.389640] acpiphp: Slot [18] registered\n[ 0.390821] acpiphp: Slot [19] registered\n[ 0.392001] acpiphp: Slot [20] registered\n[ 0.393175] acpiphp: Slot [21] registered\n[ 0.394347] acpiphp: Slot [22] registered\n[ 0.395523] acpiphp: Slot [23] registered\n[ 0.396709] acpiphp: Slot [24] registered\n[ 0.397956] acpiphp: Slot [25] registered\n[ 0.399117] acpiphp: Slot [26] registered\n[ 0.400292] acpiphp: Slot [27] registered\n[ 0.401469] acpiphp: Slot [28] registered\n[ 0.402652] acpiphp: Slot [29] registered\n[ 0.403824] acpiphp: Slot [30] registered\n[ 0.405008] acpiphp: Slot [31] registered\n[ 0.406181] PCI host bridge to bus 0000:00\n[ 0.407377] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.409152] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.413038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.415150] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.417302] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.421479] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.423335] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.425069] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.431185] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.433266] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.454332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.456403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.458506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.460526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.462612] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.464340] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.466189] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.467730] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.470038] vgaarb: loaded\n[ 0.470915] vgaarb: bridge control possible 0000:00:02.0\n[ 0.472634] SCSI subsystem initialized\n[ 0.473951] ACPI: bus type USB registered\n[ 0.475148] usbcore: registered new interface driver usbfs\n[ 0.476647] usbcore: registered new interface driver hub\n[ 0.478123] usbcore: registered new device driver usb\n[ 0.479742] PCI: Using ACPI for IRQ routing\n[ 0.481321] NetLabel: Initializing\n[ 0.482363] NetLabel: domain hash size = 128\n[ 0.483613] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.485012] NetLabel: unlabeled traffic allowed by default\n[ 0.486680] clocksource: Switched to clocksource kvm-clock\n[ 0.496678] AppArmor: AppArmor Filesystem Enabled\n[ 0.498076] pnp: PnP ACPI init\n[ 0.499378] pnp: PnP ACPI: found 5 devices\n[ 0.506260] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.508779] NET: Registered protocol family 2\n[ 0.510259] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.512103] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.513866] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.515621] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.518901] NET: Registered protocol family 1\n[ 0.520205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.521813] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.523373] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.538351] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.552972] Trying to unpack rootfs image as initramfs...\n[ 0.615434] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620607] Scanning for low memory corruption every 60 seconds\n[ 0.622938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.624709] audit: initializing netlink subsys (disabled)\n[ 0.626290] audit: type=2000 audit(1535805220.834:1): initialized\n[ 0.628361] Initialise system trusted keyring\n[ 0.629849] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.631597] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.634503] zbud: loaded\n[ 0.635586] VFS: Disk quotas dquot_6.6.0\n[ 0.636832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.639171] fuse init (API version 7.23)\n[ 0.640517] Key type big_key registered\n[ 0.641718] Allocating IMA MOK and blacklist keyrings.\n[ 0.643550] Key type asymmetric registered\n[ 0.644800] Asymmetric key parser 'x509' registered\n[ 0.646240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.648514] io scheduler noop registered\n[ 0.649705] io scheduler deadline registered (default)\n[ 0.651219] io scheduler cfq registered\n[ 0.652511] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.654081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.656023] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.658224] ACPI: Power Button [PWRF]\n[ 0.659568] GHES: HEST is not enabled!\n[ 0.674028] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.704271] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.707436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.731296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.734499] Linux agpgart interface v0.103\n[ 0.738042] brd: module loaded\n[ 0.740343] loop: module loaded\n[ 0.746159] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.748342] GPT:90111 != 2097151\n[ 0.749352] GPT:Alternate GPT header not at the end of the disk.\n[ 0.750975] GPT:90111 != 2097151\n[ 0.751982] GPT: Use GNU Parted to correct GPT errors.\n[ 0.753417] vda: vda1 vda15\n[ 0.755221] scsi host0: ata_piix\n[ 0.756366] scsi host1: ata_piix\n[ 0.757430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.759252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.761600] libphy: Fixed MDIO Bus: probed\n[ 0.762820] tun: Universal TUN/TAP device driver, 1.6\n[ 0.764253] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.767145] PPP generic driver version 2.4.2\n[ 0.768496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.770248] ehci-pci: EHCI PCI platform driver\n[ 0.771555] ehci-platform: EHCI generic platform driver\n[ 0.773016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.774705] ohci-pci: OHCI PCI platform driver\n[ 0.775999] ohci-platform: OHCI generic platform driver\n[ 0.777469] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.792347] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.793859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.796034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.797540] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.799238] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.801068] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.803198] usb usb1: Product: UHCI Host Controller\n[ 0.804587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.806349] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.807794] hub 1-0:1.0: USB hub found\n[ 0.808960] hub 1-0:1.0: 2 ports detected\n[ 0.810323] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.813406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.814837] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.816346] mousedev: PS/2 mouse device common for all mice\n[ 0.818178] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.820880] rtc_cmos 00:00: RTC can wake from S4\n[ 0.822532] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.824288] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.826069] i2c /dev entries driver\n[ 0.827213] device-mapper: uevent: version 1.0.3\n[ 0.828636] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.831082] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.833081] NET: Registered protocol family 10\n[ 0.834739] NET: Registered protocol family 17\n[ 0.836065] Key type dns_resolver registered\n[ 0.837467] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.839096] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.841724] registered taskstats version 1\n[ 0.842979] Loading compiled-in X.509 certificates\n[ 0.844921] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.847669] zswap: loaded using pool lzo/zbud\n[ 0.849851] Key type trusted registered\n[ 0.852115] Key type encrypted registered\n[ 0.853333] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.854878] ima: No TPM chip found, activating TPM-bypass!\n[ 0.856427] evm: HMAC attrs: 0x1\n[ 0.857812] Magic number: 2:394:581\n[ 0.859068] rtc_cmos 00:00: setting system clock to 2018-09-01 12:33:40 UTC (1535805220)\n[ 0.861462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.863109] EDD information not available.\n[ 0.916395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.933338] Write protecting the kernel read-only data: 14336k\n[ 0.936405] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.939059] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.988915] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCd4Q4dkYdEIJx9dO0kVEXSdNDAe7Isld0rHJVUKc9ILFxz26WpAfW+sXpBg3y5mwz7o+LClxTirAQIlMqFdBW8Sjvdtz9pw3KSWuQ7333l29AKy1zhnwKZfr3BQOXgyls3ezveBTOrpWxEkZ6/OmRT58t1DmvJdZfJGq4lWJNejnKhFASx8XCub/8lHSypgTcCDEIu6RVzNtj083+D6dMHoP9AawNyVOK+2C/h7n+CHa3t5I+UeIirKPhk/wmrUkYSWKSN2mdwIEyCyKaxk2yngff70CUiogzBwDBuaoV+qy2oKM6NoqomT7D95a4pOXU+30Xzn7LscX2+CnGTFhel root@vping-userdata-vm2-56960700-6d27-4487-b98b-83bd232855db\nssh-dss AAAAB3NzaC1kc3MAAACBAOYYaeGxKskYIvHA6/A05JcnjP7eCF5k/19d4vCaQfGYq9+qGA03Zy6BFhibNaa0xQigLP15K7sFggUM5fl5FPFPibF3GM7Isv15WJZUEsfqTcZpZAEDwAjJjmZxGIrh7OfSGzVyeAdzZPe4X50jhKYO/7B7sHgca2LGHnw12eLzAAAAFQC7MghwyPCzXTGuJrro5RwhsxoJsQAAAIBhrR7EVl0hyGncZhDwdSTwT/1EdfZzJfiupa7XYizhwS4HTHR2KXrvc0ofuZzXkjne7fWrVypsScjoHGP1NdynBsPDBTWf09Ue4yC1gbh6bXqR2or+qnEWAcxHq9FkLmPS2P9oVuqokLH5YSka2VLOaM8oZzvrvTd2I0sQi8r1QAAAAIAW+clM1lr3rRSTWdfagN2kSIZ49U8Tj0eIWT7akx2W2hzN2uEJfK57WX6HC36AbTbJAPtI0Sq4ovubuJws5iyNJSeTyamsobrYyPPMbsByYeo6DG/8COWJ45/YdH9RebAmaj1U0YsnUDh2mzGxwPR6rnBxAnrR5FogVIf2Aumgyw== root@vping-userdata-vm2-56960700-6d27-4487-b98b-83bd232855db\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe2e:e845/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-56960700-6d27-4487-b98b-83bd232855db\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.42 ===\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-56960700-6d27-4487-b98b-83bd232855db login: "} 2018-09-01 12:33:45,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336/action used request id req-a1b76f16-802f-422d-a568-655e3835137b 2018-09-01 12:33:45,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125282049179s 2018-09-01 12:33:45,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336/action used request id req-a1b76f16-802f-422d-a568-655e3835137b 2018-09-01 12:33:45,077 - 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 493388216 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.198130] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.200533] pid_max: default: 32768 minimum: 301 [ 0.201900] ACPI: Core revision 20150930 [ 0.203624] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.205567] Security Framework initialized [ 0.206801] Yama: becoming mindful. [ 0.207870] AppArmor: AppArmor initialized [ 0.209135] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.211063] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.212929] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214731] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.216822] Initializing cgroup subsys io [ 0.218053] Initializing cgroup subsys memory [ 0.219298] Initializing cgroup subsys devices [ 0.220567] Initializing cgroup subsys freezer [ 0.221895] Initializing cgroup subsys net_cls [ 0.223163] Initializing cgroup subsys perf_event [ 0.224487] Initializing cgroup subsys net_prio [ 0.225853] Initializing cgroup subsys hugetlb [ 0.227120] Initializing cgroup subsys pids [ 0.228365] CPU: Physical Processor ID: 0 [ 0.230290] mce: CPU supports 10 MCE banks [ 0.231516] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.232999] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.247817] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.254583] ftrace: allocating 31920 entries in 125 pages [ 0.279906] smpboot: Max logical packages: 1 [ 0.281212] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.283214] x2apic enabled [ 0.284382] Switched APIC routing to physical x2apic. [ 0.287036] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.288671] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.291559] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.294168] KVM setup paravirtual spinlock [ 0.295835] x86: Booted up 1 node, 1 CPUs [ 0.297069] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.299059] devtmpfs: initialized [ 0.301083] evm: security.selinux [ 0.302102] evm: security.SMACK64 [ 0.303109] evm: security.SMACK64EXEC [ 0.304196] evm: security.SMACK64TRANSMUTE [ 0.305378] evm: security.SMACK64MMAP [ 0.306495] evm: security.ima [ 0.307449] evm: security.capability [ 0.308593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.311413] pinctrl core: initialized pinctrl subsystem [ 0.313013] RTC time: 12:33:39, date: 09/01/18 [ 0.314384] NET: Registered protocol family 16 [ 0.315830] cpuidle: using governor ladder [ 0.317069] cpuidle: using governor menu [ 0.318252] PCCT header not found. [ 0.319356] ACPI: bus type PCI registered [ 0.320598] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.322468] PCI: Using configuration type 1 for base access [ 0.324821] ACPI: Added _OSI(Module Device) [ 0.326091] ACPI: Added _OSI(Processor Device) [ 0.327374] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.328744] ACPI: Added _OSI(Processor Aggregator Device) [ 0.331068] ACPI: Interpreter enabled [ 0.332229] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.335023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.337785] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.340524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.343185] ACPI: (supports S0 S5) [ 0.344244] ACPI: Using IOAPIC for interrupt routing [ 0.345643] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.349654] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.351299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.353094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.354830] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.358035] acpiphp: Slot [3] registered [ 0.359199] acpiphp: Slot [4] registered [ 0.360351] acpiphp: Slot [5] registered [ 0.361508] acpiphp: Slot [6] registered [ 0.362668] acpiphp: Slot [7] registered [ 0.363813] acpiphp: Slot [8] registered [ 0.364973] acpiphp: Slot [9] registered [ 0.366129] acpiphp: Slot [10] registered [ 0.367332] acpiphp: Slot [11] registered [ 0.368539] acpiphp: Slot [12] registered [ 0.369723] acpiphp: Slot [13] registered [ 0.370888] acpiphp: Slot [14] registered [ 0.372058] acpiphp: Slot [15] registered [ 0.387230] acpiphp: Slot [16] registered [ 0.388454] acpiphp: Slot [17] registered [ 0.389640] acpiphp: Slot [18] registered [ 0.390821] acpiphp: Slot [19] registered [ 0.392001] acpiphp: Slot [20] registered [ 0.393175] acpiphp: Slot [21] registered [ 0.394347] acpiphp: Slot [22] registered [ 0.395523] acpiphp: Slot [23] registered [ 0.396709] acpiphp: Slot [24] registered [ 0.397956] acpiphp: Slot [25] registered [ 0.399117] acpiphp: Slot [26] registered [ 0.400292] acpiphp: Slot [27] registered [ 0.401469] acpiphp: Slot [28] registered [ 0.402652] acpiphp: Slot [29] registered [ 0.403824] acpiphp: Slot [30] registered [ 0.405008] acpiphp: Slot [31] registered [ 0.406181] PCI host bridge to bus 0000:00 [ 0.407377] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.409152] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.410913] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.413038] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.415150] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.417302] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.421479] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.423335] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.425069] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.426933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.431185] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.433266] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.454332] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.456403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.458506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.460526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.462612] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.464340] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.466189] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.467730] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.470038] vgaarb: loaded [ 0.470915] vgaarb: bridge control possible 0000:00:02.0 [ 0.472634] SCSI subsystem initialized [ 0.473951] ACPI: bus type USB registered [ 0.475148] usbcore: registered new interface driver usbfs [ 0.476647] usbcore: registered new interface driver hub [ 0.478123] usbcore: registered new device driver usb [ 0.479742] PCI: Using ACPI for IRQ routing [ 0.481321] NetLabel: Initializing [ 0.482363] NetLabel: domain hash size = 128 [ 0.483613] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.485012] NetLabel: unlabeled traffic allowed by default [ 0.486680] clocksource: Switched to clocksource kvm-clock [ 0.496678] AppArmor: AppArmor Filesystem Enabled [ 0.498076] pnp: PnP ACPI init [ 0.499378] pnp: PnP ACPI: found 5 devices [ 0.506260] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.508779] NET: Registered protocol family 2 [ 0.510259] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.512103] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.513866] TCP: Hash tables configured (established 4096 bind 4096) [ 0.515621] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.517182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.518901] NET: Registered protocol family 1 [ 0.520205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.521813] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.523373] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.538351] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.552972] Trying to unpack rootfs image as initramfs... [ 0.615434] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.620607] Scanning for low memory corruption every 60 seconds [ 0.622938] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624709] audit: initializing netlink subsys (disabled) [ 0.626290] audit: type=2000 audit(1535805220.834:1): initialized [ 0.628361] Initialise system trusted keyring [ 0.629849] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.631597] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.634503] zbud: loaded [ 0.635586] VFS: Disk quotas dquot_6.6.0 [ 0.636832] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.639171] fuse init (API version 7.23) [ 0.640517] Key type big_key registered [ 0.641718] Allocating IMA MOK and blacklist keyrings. [ 0.643550] Key type asymmetric registered [ 0.644800] Asymmetric key parser 'x509' registered [ 0.646240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.648514] io scheduler noop registered [ 0.649705] io scheduler deadline registered (default) [ 0.651219] io scheduler cfq registered [ 0.652511] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.654081] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.656023] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.658224] ACPI: Power Button [PWRF] [ 0.659568] GHES: HEST is not enabled! [ 0.674028] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.704271] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.707436] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.731296] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.734499] Linux agpgart interface v0.103 [ 0.738042] brd: module loaded [ 0.740343] loop: module loaded [ 0.746159] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.748342] GPT:90111 != 2097151 [ 0.749352] GPT:Alternate GPT header not at the end of the disk. [ 0.750975] GPT:90111 != 2097151 [ 0.751982] GPT: Use GNU Parted to correct GPT errors. [ 0.753417] vda: vda1 vda15 [ 0.755221] scsi host0: ata_piix [ 0.756366] scsi host1: ata_piix [ 0.757430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.759252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.761600] libphy: Fixed MDIO Bus: probed [ 0.762820] tun: Universal TUN/TAP device driver, 1.6 [ 0.764253] tun: (C) 1999-2004 Max Krasnyansky [ 0.767145] PPP generic driver version 2.4.2 [ 0.768496] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.770248] ehci-pci: EHCI PCI platform driver [ 0.771555] ehci-platform: EHCI generic platform driver [ 0.773016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.774705] ohci-pci: OHCI PCI platform driver [ 0.775999] ohci-platform: OHCI generic platform driver [ 0.777469] uhci_hcd: USB Universal Host Controller Interface driver [ 0.792347] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.793859] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.796034] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.797540] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.799238] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.801068] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.803198] usb usb1: Product: UHCI Host Controller [ 0.804587] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.806349] usb usb1: SerialNumber: 0000:00:01.2 [ 0.807794] hub 1-0:1.0: USB hub found [ 0.808960] hub 1-0:1.0: 2 ports detected [ 0.810323] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.813406] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.814837] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.816346] mousedev: PS/2 mouse device common for all mice [ 0.818178] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.820880] rtc_cmos 00:00: RTC can wake from S4 [ 0.822532] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.824288] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.826069] i2c /dev entries driver [ 0.827213] device-mapper: uevent: version 1.0.3 [ 0.828636] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.831082] ledtrig-cpu: registered to indicate activity on CPUs [ 0.833081] NET: Registered protocol family 10 [ 0.834739] NET: Registered protocol family 17 [ 0.836065] Key type dns_resolver registered [ 0.837467] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839096] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.841724] registered taskstats version 1 [ 0.842979] Loading compiled-in X.509 certificates [ 0.844921] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.847669] zswap: loaded using pool lzo/zbud [ 0.849851] Key type trusted registered [ 0.852115] Key type encrypted registered [ 0.853333] AppArmor: AppArmor sha1 policy hashing enabled [ 0.854878] ima: No TPM chip found, activating TPM-bypass! [ 0.856427] evm: HMAC attrs: 0x1 [ 0.857812] Magic number: 2:394:581 [ 0.859068] rtc_cmos 00:00: setting system clock to 2018-09-01 12:33:40 UTC (1535805220) [ 0.861462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.863109] EDD information not available. [ 0.916395] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.933338] Write protecting the kernel read-only data: 14336k [ 0.936405] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.939059] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.988915] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCd4Q4dkYdEIJx9dO0kVEXSdNDAe7Isld0rHJVUKc9ILFxz26WpAfW+sXpBg3y5mwz7o+LClxTirAQIlMqFdBW8Sjvdtz9pw3KSWuQ7333l29AKy1zhnwKZfr3BQOXgyls3ezveBTOrpWxEkZ6/OmRT58t1DmvJdZfJGq4lWJNejnKhFASx8XCub/8lHSypgTcCDEIu6RVzNtj083+D6dMHoP9AawNyVOK+2C/h7n+CHa3t5I+UeIirKPhk/wmrUkYSWKSN2mdwIEyCyKaxk2yngff70CUiogzBwDBuaoV+qy2oKM6NoqomT7D95a4pOXU+30Xzn7LscX2+CnGTFhel root@vping-userdata-vm2-56960700-6d27-4487-b98b-83bd232855db ssh-dss AAAAB3NzaC1kc3MAAACBAOYYaeGxKskYIvHA6/A05JcnjP7eCF5k/19d4vCaQfGYq9+qGA03Zy6BFhibNaa0xQigLP15K7sFggUM5fl5FPFPibF3GM7Isv15WJZUEsfqTcZpZAEDwAjJjmZxGIrh7OfSGzVyeAdzZPe4X50jhKYO/7B7sHgca2LGHnw12eLzAAAAFQC7MghwyPCzXTGuJrro5RwhsxoJsQAAAIBhrR7EVl0hyGncZhDwdSTwT/1EdfZzJfiupa7XYizhwS4HTHR2KXrvc0ofuZzXkjne7fWrVypsScjoHGP1NdynBsPDBTWf09Ue4yC1gbh6bXqR2or+qnEWAcxHq9FkLmPS2P9oVuqokLH5YSka2VLOaM8oZzvrvTd2I0sQi8r1QAAAAIAW+clM1lr3rRSTWdfagN2kSIZ49U8Tj0eIWT7akx2W2hzN2uEJfK57WX6HC36AbTbJAPtI0Sq4ovubuJws5iyNJSeTyamsobrYyPPMbsByYeo6DG/8COWJ45/YdH9RebAmaj1U0YsnUDh2mzGxwPR6rnBxAnrR5FogVIf2Aumgyw== root@vping-userdata-vm2-56960700-6d27-4487-b98b-83bd232855db -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe2e:e845/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-56960700-6d27-4487-b98b-83bd232855db launch-index: 0 === cirros: current=0.4.0 uptime=3.42 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-56960700-6d27-4487-b98b-83bd232855db login: 2018-09-01 12:33:45,078 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-01 12:33:45,199 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:33:45,199 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:44 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 12:33:45,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:33:45,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:45,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:33: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-48ed8db6-d678-4eaf-9d9d-e545e3cc787c x-compute-request-id: req-48ed8db6-d678-4eaf-9d9d-e545e3cc787c Content-Type: application/json 2018-09-01 12:33:45,375 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f used request id req-48ed8db6-d678-4eaf-9d9d-e545e3cc787c 2018-09-01 12:33:45,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.170500040054s 2018-09-01 12:33:45,376 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f used request id req-48ed8db6-d678-4eaf-9d9d-e545e3cc787c 2018-09-01 12:33:45,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:45,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:46,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-62b11b7d-7b4c-4ab3-a220-7071ec68db33 x-compute-request-id: req-62b11b7d-7b4c-4ab3-a220-7071ec68db33 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:e8:45", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:39.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:40Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:91:3f", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/aa197fe2-aba5-4d9d-8126-91960cd4092f", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:25.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "aa197fe2-aba5-4d9d-8126-91960cd4092f", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:45Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:16Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:46,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-62b11b7d-7b4c-4ab3-a220-7071ec68db33 2018-09-01 12:33:46,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01358103752s 2018-09-01 12:33:46,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-62b11b7d-7b4c-4ab3-a220-7071ec68db33 2018-09-01 12:33:46,393 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:48,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:48,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:49,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-4ea1e29b-5ef6-4ee7-9dcc-a9fc0b48f4b0 x-compute-request-id: req-4ea1e29b-5ef6-4ee7-9dcc-a9fc0b48f4b0 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:e8:45", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:39.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:40Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:49,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4ea1e29b-5ef6-4ee7-9dcc-a9fc0b48f4b0 2018-09-01 12:33:49,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742269992828s 2018-09-01 12:33:49,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4ea1e29b-5ef6-4ee7-9dcc-a9fc0b48f4b0 2018-09-01 12:33:49,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:33:49,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:49,339 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:33:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-762c12ad-c761-43a7-a90b-cdfb95c8ef07 x-compute-request-id: req-762c12ad-c761-43a7-a90b-cdfb95c8ef07 Content-Type: application/json 2018-09-01 12:33:49,339 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336 used request id req-762c12ad-c761-43a7-a90b-cdfb95c8ef07 2018-09-01 12:33:49,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.199395895004s 2018-09-01 12:33:49,340 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336 used request id req-762c12ad-c761-43a7-a90b-cdfb95c8ef07 2018-09-01 12:33:49,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:49,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:50,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33: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-e4847605-5310-4393-a3d0-2c73f731d2ce x-compute-request-id: req-e4847605-5310-4393-a3d0-2c73f731d2ce Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:e8:45", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/80c0c59b-e963-4103-90aa-1386e3c3e336", "rel": "bookmark"}], "image": {"id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "links": [{"href": "http://172.30.9.30:8774/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:33:39.000000", "flavor": {"id": "e1f02097-2dd0-4360-8b7a-68dc34980c23", "links": [{"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "bookmark"}]}, "id": "80c0c59b-e963-4103-90aa-1386e3c3e336", "security_groups": [{"name": "default"}], "user_id": "c081cce7218a4f95ae92dc5d894f81cd", "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-09-01T12:33:49Z", "hostId": "e5b1bd2777e5e029f8aa723810560df7109f826c6f8ea2d8bc92ac14", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_56960700-6d27-4487-b98b-83bd232855db", "created": "2018-09-01T12:33:33Z", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:33:50,238 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e4847605-5310-4393-a3d0-2c73f731d2ce 2018-09-01 12:33:50,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.897780895233s 2018-09-01 12:33:50,239 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e4847605-5310-4393-a3d0-2c73f731d2ce 2018-09-01 12:33:50,240 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:33:52,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:33:52,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:52,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:33:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1ffa725-8244-4f87-a8fb-a65c6a26751f x-compute-request-id: req-e1ffa725-8244-4f87-a8fb-a65c6a26751f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 12:33:52,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e1ffa725-8244-4f87-a8fb-a65c6a26751f 2018-09-01 12:33:52,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0665941238403s 2018-09-01 12:33:52,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-e1ffa725-8244-4f87-a8fb-a65c6a26751f 2018-09-01 12:33:52,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:33:52,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" -d '{"subnet_id": "f40c8a19-a841-4ba9-8f80-2b7b1853fb9a"}' 2018-09-01 12:33:54,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ac61ffc4-ca4a-4be1-a2cc-5a79cbb96ddd Date: Sat, 01 Sep 2018 12:33:54 GMT RESP BODY: {"network_id": "20e92db4-d0da-4902-9b93-983d67ac6c0f", "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "subnet_id": "f40c8a19-a841-4ba9-8f80-2b7b1853fb9a", "subnet_ids": ["f40c8a19-a841-4ba9-8f80-2b7b1853fb9a"], "port_id": "55ffa8ee-6ab9-4cb5-bfa5-d6c3e31af55c", "id": "73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3"} 2018-09-01 12:33:54,547 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3/remove_router_interface.json used request id req-ac61ffc4-ca4a-4be1-a2cc-5a79cbb96ddd 2018-09-01 12:33:54,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.23603510857s 2018-09-01 12:33:54,547 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3/remove_router_interface.json used request id req-ac61ffc4-ca4a-4be1-a2cc-5a79cbb96ddd returning object 73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3 2018-09-01 12:33:54,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:33:54,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:54,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8ff62399-baa3-4676-a60f-59e63e17e27d Date: Sat, 01 Sep 2018 12:33:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c96d3bf0a035497f9f317ae2a5583b72", "created_at": "2018-09-01T12:33:03Z", "admin_state_up": true, "updated_at": "2018-09-01T12:33:53Z", "revision_number": 4, "routes": [], "project_id": "c96d3bf0a035497f9f317ae2a5583b72", "id": "73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3", "name": "vping_userdata-router_56960700-6d27-4487-b98b-83bd232855db"}]} 2018-09-01 12:33:54,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8ff62399-baa3-4676-a60f-59e63e17e27d 2018-09-01 12:33:54,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.320552110672s 2018-09-01 12:33:54,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-8ff62399-baa3-4676-a60f-59e63e17e27d 2018-09-01 12:33:54,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:33:54,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:56,483 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0aec8d28-c340-400b-b81e-00a5a2a20677 Content-Length: 0 Date: Sat, 01 Sep 2018 12:33:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:33:56,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3.json used request id req-0aec8d28-c340-400b-b81e-00a5a2a20677 2018-09-01 12:33:56,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.61338305473s 2018-09-01 12:33:56,484 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/73f6b0a0-7df7-44bd-bb9a-aa5e46e0b0e3.json used request id req-0aec8d28-c340-400b-b81e-00a5a2a20677 2018-09-01 12:33:56,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:33:56,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:56,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-efb268e9-b8de-46f4-a546-4d75c7df778c Date: Sat, 01 Sep 2018 12:33:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:33:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"f40c8a19-a841-4ba9-8f80-2b7b1853fb9a","subnetpool_id":null,"name":"vping_userdata-subnet_56960700-6d27-4487-b98b-83bd232855db"}]} 2018-09-01 12:33:56,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-efb268e9-b8de-46f4-a546-4d75c7df778c 2018-09-01 12:33:56,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0421240329742s 2018-09-01 12:33:56,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-efb268e9-b8de-46f4-a546-4d75c7df778c 2018-09-01 12:33:56,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:33:56,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/f40c8a19-a841-4ba9-8f80-2b7b1853fb9a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:59,197 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-30c53084-fc93-4cf5-89d7-681d86583b66 Date: Sat, 01 Sep 2018 12:33:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:33:59,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f40c8a19-a841-4ba9-8f80-2b7b1853fb9a.json used request id req-30c53084-fc93-4cf5-89d7-681d86583b66 2018-09-01 12:33:59,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.66953706741s 2018-09-01 12:33:59,198 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/f40c8a19-a841-4ba9-8f80-2b7b1853fb9a.json used request id req-30c53084-fc93-4cf5-89d7-681d86583b66 2018-09-01 12:33:59,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:33:59,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:33:59,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-77b657d3-6cc6-436c-95b1-744125587289 Date: Sat, 01 Sep 2018 12:33:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T12:33:59Z","tenant_id":"c96d3bf0a035497f9f317ae2a5583b72","created_at":"2018-09-01T12:33:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c96d3bf0a035497f9f317ae2a5583b72","id":"20e92db4-d0da-4902-9b93-983d67ac6c0f","name":"vping_userdata-net_56960700-6d27-4487-b98b-83bd232855db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:33:59,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-77b657d3-6cc6-436c-95b1-744125587289 2018-09-01 12:33:59,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.416227817535s 2018-09-01 12:33:59,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-77b657d3-6cc6-436c-95b1-744125587289 2018-09-01 12:33:59,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:33:59,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/20e92db4-d0da-4902-9b93-983d67ac6c0f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:34:00,986 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7aa10e10-7a52-4906-b98c-c525acfc9971 Date: Sat, 01 Sep 2018 12:34:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:34:00,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/20e92db4-d0da-4902-9b93-983d67ac6c0f.json used request id req-7aa10e10-7a52-4906-b98c-c525acfc9971 2018-09-01 12:34:00,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37072014809s 2018-09-01 12:34:00,987 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/20e92db4-d0da-4902-9b93-983d67ac6c0f.json used request id req-7aa10e10-7a52-4906-b98c-c525acfc9971 2018-09-01 12:34:00,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:34:00,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:34:01,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-f92b8ea1-9f67-480b-ba20-ea4ebe835061 Date: Sat, 01 Sep 2018 12:34:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:33:10Z", "file": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/file", "owner": "c96d3bf0a035497f9f317ae2a5583b72", "id": "c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "size": 12716032, "self": "/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_56960700-6d27-4487-b98b-83bd232855db", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:33:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:34:01,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f92b8ea1-9f67-480b-ba20-ea4ebe835061 2018-09-01 12:34:01,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301614046097s 2018-09-01 12:34:01,293 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-f92b8ea1-9f67-480b-ba20-ea4ebe835061 2018-09-01 12:34:01,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 12:34:01,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}861d6c4cf3984330a10965c5d03f5f9d3eaee803" 2018-09-01 12:34:02,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-559e7deb-9488-4673-ae60-6eaf5ffdc5d0 Date: Sat, 01 Sep 2018 12:34:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:34:02,233 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8 used request id req-559e7deb-9488-4673-ae60-6eaf5ffdc5d0 2018-09-01 12:34:02,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.938555955887s 2018-09-01 12:34:02,233 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/c65bc107-aa5f-43b2-b0b2-dd3322d0fbb8 used request id req-559e7deb-9488-4673-ae60-6eaf5ffdc5d0 2018-09-01 12:34:02,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:34:02,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:34:02,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-508c6c3f-43ce-4d30-8805-c8c18433801e x-compute-request-id: req-508c6c3f-43ce-4d30-8805-c8c18433801e Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_56960700-6d27-4487-b98b-83bd232855db", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23", "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": "e1f02097-2dd0-4360-8b7a-68dc34980c23"}]} 2018-09-01 12:34:02,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-508c6c3f-43ce-4d30-8805-c8c18433801e 2018-09-01 12:34:02,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0213229656219s 2018-09-01 12:34:02,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-508c6c3f-43ce-4d30-8805-c8c18433801e 2018-09-01 12:34:02,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 12:34:02,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:34:02,286 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:34:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2798463d-2b64-4dcb-87fd-d764223322a7 x-compute-request-id: req-2798463d-2b64-4dcb-87fd-d764223322a7 Content-Length: 0 Content-Type: application/json 2018-09-01 12:34:02,286 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23 used request id req-2798463d-2b64-4dcb-87fd-d764223322a7 2018-09-01 12:34:02,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0294320583344s 2018-09-01 12:34:02,286 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/e1f02097-2dd0-4360-8b7a-68dc34980c23 used request id req-2798463d-2b64-4dcb-87fd-d764223322a7 2018-09-01 12:34:02,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:34:02,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:34:02,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c12f49-eb97-4ac6-973e-8a5aa7b1095b Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db", "links": {"self": "http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c081cce7218a4f95ae92dc5d894f81cd", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:34:02,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-18c12f49-eb97-4ac6-973e-8a5aa7b1095b 2018-09-01 12:34:02,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202638864517s 2018-09-01 12:34:02,490 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-18c12f49-eb97-4ac6-973e-8a5aa7b1095b 2018-09-01 12:34:02,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:34:02,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:34:02,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22592b0c-e9c9-48a8-b028-92bedf45c163 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_56960700-6d27-4487-b98b-83bd232855db", "links": {"self": "http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c081cce7218a4f95ae92dc5d894f81cd", "description": null}} 2018-09-01 12:34:02,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd used request id req-22592b0c-e9c9-48a8-b028-92bedf45c163 2018-09-01 12:34:02,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205323934555s 2018-09-01 12:34:02,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd used request id req-22592b0c-e9c9-48a8-b028-92bedf45c163 2018-09-01 12:34:02,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 12:34:02,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:34:03,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:34:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28c7a3cc-7257-4b44-b43e-bd2c11af21db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:34:03,128 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd used request id req-28c7a3cc-7257-4b44-b43e-bd2c11af21db 2018-09-01 12:34:03,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.425783872604s 2018-09-01 12:34:03,128 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/c081cce7218a4f95ae92dc5d894f81cd used request id req-28c7a3cc-7257-4b44-b43e-bd2c11af21db 2018-09-01 12:34:03,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:34:03,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:34:03,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5760c5d-f22c-421e-b345-7bf211155e81 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72"}, "tags": [], "enabled": true, "id": "c96d3bf0a035497f9f317ae2a5583b72", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_56960700-6d27-4487-b98b-83bd232855db"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 12:34:03,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f5760c5d-f22c-421e-b345-7bf211155e81 2018-09-01 12:34:03,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18954706192s 2018-09-01 12:34:03,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-f5760c5d-f22c-421e-b345-7bf211155e81 2018-09-01 12:34:03,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 12:34:03,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3333da6acf4402ffc62cd5d9f3278731b7b630b" 2018-09-01 12:34:03,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:34:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67b97c78-f1ee-4dea-87cd-1dbba268553a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:34:03,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72 used request id req-67b97c78-f1ee-4dea-87cd-1dbba268553a 2018-09-01 12:34:03,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.288359880447s 2018-09-01 12:34:03,617 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c96d3bf0a035497f9f317ae2a5583b72 used request id req-67b97c78-f1ee-4dea-87cd-1dbba268553a 2018-09-01 12:34:03,661 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:34:03,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:34:03,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:34:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:34:03,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ce22eb6-a93b-48d3-97a9-092022f6f696 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:34:03,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-2ce22eb6-a93b-48d3-97a9-092022f6f696 2018-09-01 12:34:03,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:34:04,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:34:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["yVSRAtRjTDymyL3GbZpYmg"], "issued_at": "2018-09-01T12:34:04.000000Z"}} 2018-09-01 12:34:04,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:34:04,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:04,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cc0710b4-bca8-4e1f-98df-56c666bce4e3 Date: Sat, 01 Sep 2018 12:34:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c2541a6c-ee2f-4745-866e-f11cc584589f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","status":"ACTIVE","subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"description":"","tags":[],"updated_at":"2018-09-01T12:24:33Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","provider:network_type":"flat"}]} 2018-09-01 12:34:04,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cc0710b4-bca8-4e1f-98df-56c666bce4e3 2018-09-01 12:34:04,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340324878693s 2018-09-01 12:34:04,454 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cc0710b4-bca8-4e1f-98df-56c666bce4e3 2018-09-01 12:34:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:34:04,463 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:34:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afbb8e96-86dc-48a6-b564-37beaf79ce69 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:34:04,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-afbb8e96-86dc-48a6-b564-37beaf79ce69 2018-09-01 12:34:04,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:34:04,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:04,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b81a912-9236-4c5e-b866-da48b40c9cda Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/59570a9a89bf4471b19676bc072ecc43"}, "tags": [], "enabled": true, "id": "59570a9a89bf4471b19676bc072ecc43", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 12:34:04,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1b81a912-9236-4c5e-b866-da48b40c9cda 2018-09-01 12:34:04,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19491481781s 2018-09-01 12:34:04,660 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-1b81a912-9236-4c5e-b866-da48b40c9cda 2018-09-01 12:34:04,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 12:34:04,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}}' 2018-09-01 12:34:04,847 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:34:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc9e2973-564c-4a98-a542-66d119e94ca4 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.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1"}, "tags": [], "enabled": true, "id": "c972330251fc4508a85b263e869a2ee1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}} 2018-09-01 12:34:04,847 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-dc9e2973-564c-4a98-a542-66d119e94ca4 2018-09-01 12:34:04,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.180360078812s 2018-09-01 12:34:04,848 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-dc9e2973-564c-4a98-a542-66d119e94ca4 2018-09-01 12:34:04,848 - 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'c972330251fc4508a85b263e869a2ee1', '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_9568b5bd-41c0-4b9c-adcf-d362859f2f27'}) 2018-09-01 12:34:04,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 12:34:04,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "025b0708-4af7-4bc3-87f6-ed8c208bdfcc", "email": null, "name": "cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}}' 2018-09-01 12:34:05,317 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 12:34:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2d987ed-e7e9-4fc9-ae94-142276f4fb56 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": {"self": "http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d1516b777bf246f78650cd73249364a2", "domain_id": "default", "password_expires_at": null}} 2018-09-01 12:34:05,317 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-d2d987ed-e7e9-4fc9-ae94-142276f4fb56 2018-09-01 12:34:05,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.462976932526s 2018-09-01 12:34:05,318 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-d2d987ed-e7e9-4fc9-ae94-142276f4fb56 2018-09-01 12:34:05,319 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd1516b777bf246f78650cd73249364a2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27'}) 2018-09-01 12:34:05,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:34:05,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:05,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4915386c-5136-4e75-8b41-37d59b0a2db0 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:34:05,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4915386c-5136-4e75-8b41-37d59b0a2db0 2018-09-01 12:34:05,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.214356899261s 2018-09-01 12:34:05,537 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-4915386c-5136-4e75-8b41-37d59b0a2db0 2018-09-01 12:34:05,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:34:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:05,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3beb866e-6e3b-4a46-822a-989b41a1e266 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:34:05,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3beb866e-6e3b-4a46-822a-989b41a1e266 2018-09-01 12:34:05,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.213549137115s 2018-09-01 12:34:05,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-3beb866e-6e3b-4a46-822a-989b41a1e266 2018-09-01 12:34:05,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 12:34:05,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:05,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca956c08-15ec-4250-8382-7ffebcd8dfb5 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1a30477eb3a3443f91cda7c97eb58921", "links": {"self": "http://172.30.9.30:5000/v3/roles/1a30477eb3a3443f91cda7c97eb58921"}, "name": "swiftoperator"}, {"domain_id": null, "id": "864a4747b0f04f5b8139f8acdb18a29f", "links": {"self": "http://172.30.9.30:5000/v3/roles/864a4747b0f04f5b8139f8acdb18a29f"}, "name": "admin"}, {"domain_id": null, "id": "8e0b3e855c004a51ab6327150f43bdca", "links": {"self": "http://172.30.9.30:5000/v3/roles/8e0b3e855c004a51ab6327150f43bdca"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "96bea7a2acfc4756b82cd06bca2c9d72", "links": {"self": "http://172.30.9.30:5000/v3/roles/96bea7a2acfc4756b82cd06bca2c9d72"}, "name": "reader"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e28241c0ccb04819ac29b42ee07367e4", "links": {"self": "http://172.30.9.30:5000/v3/roles/e28241c0ccb04819ac29b42ee07367e4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ea17eab18c9e49f2aa6b51fa281968cc", "links": {"self": "http://172.30.9.30:5000/v3/roles/ea17eab18c9e49f2aa6b51fa281968cc"}, "name": "member"}]} 2018-09-01 12:34:05,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ca956c08-15ec-4250-8382-7ffebcd8dfb5 2018-09-01 12:34:05,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.227847099304s 2018-09-01 12:34:05,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-ca956c08-15ec-4250-8382-7ffebcd8dfb5 2018-09-01 12:34:05,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 12:34:05,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:06,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2cf8892-1e44-4eff-bfe3-f7825156b676 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 12:34:06,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-b2cf8892-1e44-4eff-bfe3-f7825156b676 2018-09-01 12:34:06,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198437213898s 2018-09-01 12:34:06,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-b2cf8892-1e44-4eff-bfe3-f7825156b676 2018-09-01 12:34:06,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:34:06,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:06,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b74e0472-bf3a-4ecc-908f-50439390cc2d Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": {"self": "http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d1516b777bf246f78650cd73249364a2", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:34:06,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b74e0472-bf3a-4ecc-908f-50439390cc2d 2018-09-01 12:34:06,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203322172165s 2018-09-01 12:34:06,397 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-b74e0472-bf3a-4ecc-908f-50439390cc2d 2018-09-01 12:34:06,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:34:06,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:06,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ee11da-f9a4-4e0f-8ece-c6fc02af6349 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1"}, "tags": [], "enabled": true, "id": "c972330251fc4508a85b263e869a2ee1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-01 12:34:06,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a1ee11da-f9a4-4e0f-8ece-c6fc02af6349 2018-09-01 12:34:06,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196940898895s 2018-09-01 12:34:06,606 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-a1ee11da-f9a4-4e0f-8ece-c6fc02af6349 2018-09-01 12:34:06,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 12:34:06,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=d1516b777bf246f78650cd73249364a2&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c972330251fc4508a85b263e869a2ee1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:06,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e74ffe1-a961-48f8-925d-6463a077b8e0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=d1516b777bf246f78650cd73249364a2&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c972330251fc4508a85b263e869a2ee1", "previous": null, "next": null}} 2018-09-01 12:34:06,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d1516b777bf246f78650cd73249364a2&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c972330251fc4508a85b263e869a2ee1 used request id req-6e74ffe1-a961-48f8-925d-6463a077b8e0 2018-09-01 12:34:06,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192509889603s 2018-09-01 12:34:06,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=d1516b777bf246f78650cd73249364a2&role.id=ea17eab18c9e49f2aa6b51fa281968cc&scope.project.id=c972330251fc4508a85b263e869a2ee1 used request id req-6e74ffe1-a961-48f8-925d-6463a077b8e0 2018-09-01 12:34:06,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 12:34:06,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1/users/d1516b777bf246f78650cd73249364a2/roles/ea17eab18c9e49f2aa6b51fa281968cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:34:06,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:34:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4fd39d1c-1932-4d82-8e3b-b353918bbb90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:34:06,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1/users/d1516b777bf246f78650cd73249364a2/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-4fd39d1c-1932-4d82-8e3b-b353918bbb90 2018-09-01 12:34:06,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.186537981033s 2018-09-01 12:34:06,996 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1/users/d1516b777bf246f78650cd73249364a2/roles/ea17eab18c9e49f2aa6b51fa281968cc used request id req-4fd39d1c-1932-4d82-8e3b-b353918bbb90 2018-09-01 12:34:06,997 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 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'c972330251fc4508a85b263e869a2ee1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '025b0708-4af7-4bc3-87f6-ed8c208bdfcc', 'username': u'cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 12:34:06,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:34:06,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:34:07,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:34:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:34:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:34:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:34:07,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:34:07,002 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'password': '025b0708-4af7-4bc3-87f6-ed8c208bdfcc', 'project_name': 'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'c972330251fc4508a85b263e869a2ee1', 'project_domain_name': 'Default'} 2018-09-01 12:34:07,003 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-09-01 12:34:07,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:34:07,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e6fddd2-753e-458a-bb22-a33180b29d03 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:34:07,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-5e6fddd2-753e-458a-bb22-a33180b29d03 2018-09-01 12:34:07,011 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:34:07,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:34:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c972330251fc4508a85b263e869a2ee1", "name": "cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/c972330251fc4508a85b263e869a2ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/c972330251fc4508a85b263e869a2ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/c972330251fc4508a85b263e869a2ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/c972330251fc4508a85b263e869a2ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/c972330251fc4508a85b263e869a2ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/c972330251fc4508a85b263e869a2ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/c972330251fc4508a85b263e869a2ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/c972330251fc4508a85b263e869a2ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/c972330251fc4508a85b263e869a2ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_c972330251fc4508a85b263e869a2ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_c972330251fc4508a85b263e869a2ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/c972330251fc4508a85b263e869a2ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/c972330251fc4508a85b263e869a2ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "id": "d1516b777bf246f78650cd73249364a2"}, "audit_ids": ["RnO0UFvmQ7GQMcnx1WAV6Q"], "issued_at": "2018-09-01T12:34:07.000000Z"}} 2018-09-01 12:34:07,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 12:34:07,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"network": {"name": "cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "admin_state_up": true}}' 2018-09-01 12:34:08,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-a4346d73-a4db-427d-bd36-d87796e9cf8d Date: Sat, 01 Sep 2018 12:34:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T12:34:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}} 2018-09-01 12:34:08,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a4346d73-a4db-427d-bd36-d87796e9cf8d 2018-09-01 12:34:08,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.80662894249s 2018-09-01 12:34:08,220 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-a4346d73-a4db-427d-bd36-d87796e9cf8d 2018-09-01 12:34:08,220 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:34:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27', u'admin_state_up': True, u'tenant_id': u'c972330251fc4508a85b263e869a2ee1', u'created_at': u'2018-09-01T12:34:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c972330251fc4508a85b263e869a2ee1'}) 2018-09-01 12:34:08,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:34:08,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:08,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-d3f42c83-8eba-4746-baa1-c3a02df27e57 Date: Sat, 01 Sep 2018 12:34:08 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-09-01T12:34:07Z","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:34:08,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d3f42c83-8eba-4746-baa1-c3a02df27e57 2018-09-01 12:34:08,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.393789052963s 2018-09-01 12:34:08,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d3f42c83-8eba-4746-baa1-c3a02df27e57 2018-09-01 12:34:08,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 12:34:08,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"subnet": {"name": "cinder_test-subnet_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "enable_dhcp": true, "network_id": "30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 12:34:09,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f430fe27-fc83-483b-aacc-92c544ee4990 Date: Sat, 01 Sep 2018 12:34:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:34:09Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"c972330251fc4508a85b263e869a2ee1","id":"4a483863-c4e2-4c0f-8800-078e58806045","subnetpool_id":null,"name":"cinder_test-subnet_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}} 2018-09-01 12:34:09,609 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f430fe27-fc83-483b-aacc-92c544ee4990 2018-09-01 12:34:09,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.992228031158s 2018-09-01 12:34:09,610 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-f430fe27-fc83-483b-aacc-92c544ee4990 2018-09-01 12:34:09,610 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T12:34:09Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4a483863-c4e2-4c0f-8800-078e58806045', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_9568b5bd-41c0-4b9c-adcf-d362859f2f27', u'enable_dhcp': True, u'network_id': u'30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd', u'tenant_id': u'c972330251fc4508a85b263e869a2ee1', u'created_at': u'2018-09-01T12:34:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c972330251fc4508a85b263e869a2ee1'}) 2018-09-01 12:34:09,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 12:34:09,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"router": {"external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f"}, "name": "cinder_test-router_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "admin_state_up": true}}' 2018-09-01 12:34:11,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9d0b0181-6ba6-4531-816f-6dcaf4f6f9aa Date: Sat, 01 Sep 2018 12:34:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:09Z", "admin_state_up": true, "updated_at": "2018-09-01T12:34:10Z", "revision_number": 2, "routes": [], "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "name": "cinder_test-router_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}} 2018-09-01 12:34:11,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9d0b0181-6ba6-4531-816f-6dcaf4f6f9aa 2018-09-01 12:34:11,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.54170608521s 2018-09-01 12:34:11,153 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-9d0b0181-6ba6-4531-816f-6dcaf4f6f9aa 2018-09-01 12:34:11,153 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b6c26688-6bc5-4c93-b9ef-227d61e48b03', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c972330251fc4508a85b263e869a2ee1', u'created_at': u'2018-09-01T12:34:09Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T12:34:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'c972330251fc4508a85b263e869a2ee1', u'id': u'ba8adda6-87eb-4673-b35c-892887a9edd0', u'name': u'cinder_test-router_9568b5bd-41c0-4b9c-adcf-d362859f2f27'}) 2018-09-01 12:34:11,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 12:34:11,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"subnet_id": "4a483863-c4e2-4c0f-8800-078e58806045"}' 2018-09-01 12:34:13,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1a577921-b10f-4afe-b2e0-454a7d9cf599 Date: Sat, 01 Sep 2018 12:34:13 GMT RESP BODY: {"network_id": "30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "subnet_id": "4a483863-c4e2-4c0f-8800-078e58806045", "subnet_ids": ["4a483863-c4e2-4c0f-8800-078e58806045"], "port_id": "43c1822a-78dd-4fd1-8809-4382093235c6", "id": "ba8adda6-87eb-4673-b35c-892887a9edd0"} 2018-09-01 12:34:13,220 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0/add_router_interface.json used request id req-1a577921-b10f-4afe-b2e0-454a7d9cf599 2018-09-01 12:34:13,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.06603980064s 2018-09-01 12:34:13,220 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0/add_router_interface.json used request id req-1a577921-b10f-4afe-b2e0-454a7d9cf599 returning object ba8adda6-87eb-4673-b35c-892887a9edd0 2018-09-01 12:34:13,221 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 12:34:13,350 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 12:34:13,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:34:13,356 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sat, 01 Sep 2018 12:34:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-09-01 12:34:13,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:34:13,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:13,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-55a81986-47cf-414d-987c-90a2b8938b28 Date: Sat, 01 Sep 2018 12:34:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:34:13,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-55a81986-47cf-414d-987c-90a2b8938b28 2018-09-01 12:34:13,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301696062088s 2018-09-01 12:34:13,661 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-55a81986-47cf-414d-987c-90a2b8938b28 2018-09-01 12:34:13,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 12:34:13,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}' 2018-09-01 12:34:14,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98c11eb4-db2e-4297-ad35-ca80a5c7a35c Date: Sat, 01 Sep 2018 12:34:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:34:13Z", "file": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file", "owner": "c972330251fc4508a85b263e869a2ee1", "id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "size": null, "self": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "checksum": null, "created_at": "2018-09-01T12:34:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-01 12:34:14,026 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-98c11eb4-db2e-4297-ad35-ca80a5c7a35c 2018-09-01 12:34:14,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.356903076172s 2018-09-01 12:34:14,026 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-98c11eb4-db2e-4297-ad35-ca80a5c7a35c returning object 1eec2dc9-c4bf-4244-a52c-aa7a583232a5 2018-09-01 12:34:14,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 12:34:14,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '' 2018-09-01 12:34:16,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09d6b3f2-8ae7-42da-a08a-33004a7fe1d9 Date: Sat, 01 Sep 2018 12:34:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:34:16,179 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file used request id req-09d6b3f2-8ae7-42da-a08a-33004a7fe1d9 2018-09-01 12:34:16,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.15201997757s 2018-09-01 12:34:16,179 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file used request id req-09d6b3f2-8ae7-42da-a08a-33004a7fe1d9 2018-09-01 12:34:16,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:34:16,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:16,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-6b78f49b-c1cb-4202-9e07-fcb13055f20f Date: Sat, 01 Sep 2018 12:34:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:34:16Z", "file": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file", "owner": "c972330251fc4508a85b263e869a2ee1", "id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "size": 12716032, "self": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:34:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:34:16,488 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6b78f49b-c1cb-4202-9e07-fcb13055f20f 2018-09-01 12:34:16,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.304579973221s 2018-09-01 12:34:16,488 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6b78f49b-c1cb-4202-9e07-fcb13055f20f 2018-09-01 12:34:16,490 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file', 'owner': u'c972330251fc4508a85b263e869a2ee1', 'id': u'1eec2dc9-c4bf-4244-a52c-aa7a583232a5', 'size': 12716032, u'self': u'/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c972330251fc4508a85b263e869a2ee1', 'name': 'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-01T12:34:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-01T12:34:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'created': u'2018-09-01T12:34:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-01T12:34:13Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-01 12:34:16,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-01 12:34:16,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-01 12:34:17,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-1a29a0db-4916-467c-92c2-858f98ce9106 x-compute-request-id: req-1a29a0db-4916-467c-92c2-858f98ce9106 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "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": "301950e7-0784-440d-972d-7f27fa2a1daa"}} 2018-09-01 12:34:17,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1a29a0db-4916-467c-92c2-858f98ce9106 2018-09-01 12:34:17,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.562093019485s 2018-09-01 12:34:17,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors used request id req-1a29a0db-4916-467c-92c2-858f98ce9106 2018-09-01 12:34:17,055 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_9568b5bd-41c0-4b9c-adcf-d362859f2f27', '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'dfc461ef79e94bbc95d56eabe475cd04', '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'301950e7-0784-440d-972d-7f27fa2a1daa', 'swap': 0}) 2018-09-01 12:34:17,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-01 12:34:17,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" -d '{"extra_specs": {}}' 2018-09-01 12:34:17,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cbf211ff-56d3-4a25-91c8-f8ef5e557c84 x-compute-request-id: req-cbf211ff-56d3-4a25-91c8-f8ef5e557c84 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-01 12:34:17,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa/os-extra_specs used request id req-cbf211ff-56d3-4a25-91c8-f8ef5e557c84 2018-09-01 12:34:17,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.165839910507s 2018-09-01 12:34:17,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa/os-extra_specs used request id req-cbf211ff-56d3-4a25-91c8-f8ef5e557c84 2018-09-01 12:34:17,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-01 12:34:17,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"keypair": {"name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}}' 2018-09-01 12:34:17,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-156a6bd3-ffd4-4a0d-9dbc-c7bb620c45b7 x-compute-request-id: req-156a6bd3-ffd4-4a0d-9dbc-c7bb620c45b7 Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9o+MjrwytvEcpK3Q/FDtK3Z9oDu46yAIduN2zqbG6n4t5sWFj3b/5a/xlGPu/7bnXsMSYm77Zik7hiKtlfuPDY+d5rpe+BV5heRFqPjYG/dq5iIQcPQoPXrwTXJhOVG0mqgIQdnataU7Eib/B4N9XbLz4J5slGTPPJzIkKdJw6rmaSxL+cSu8VrkiAsFt6vYFLd7MX1N4KDXw8GLuCwC9t5MF1TbRP1oFqQ2HW/najlZ5NwZhte9CPKjUM4G8y3kQhq2Qlw23h5ZnHDAHs+1D7p38ven0+jBApfDaFfencNbkD8KiIwLr0whAK9Jj897GH6PYdQcRQGvkaaYf2C/R Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvaPjI68MrbxHKSt0PxQ7St2faA7uOsgCHbjds6mxup+LebFh\nY92/+Wv8ZRj7v+2517DEmJu+2YpO4YirZX7jw2Pnea6XvgVeYXkRaj42Bv3auYiE\nHD0KD168E1yYTlRtJqoCEHZ2rWlOxIm/weDfV2y8+CebJRkzzycyJCnScOq5mksS\n/nErvFa5IgLBber2BS3ezF9TeCg18PBi7gsAvbeTBdU20T9aBakNh1v52o5WeTcG\nYbXvQjyo1DOBvMt5EIatkJcNt4eWZxwwB7PtQ+6d/L3p9PowQKXw2hX3p3DW5A/C\noiMC69MIQCvSY/Pexh+j2HUHEUBr5GmmH9gv0QIDAQABAoIBAAEoTuqY1ur4izal\nHUCFTxdV4vMvpCSXs+uahT/jeUI6Vw+XFZEWeWV8Uz4KuP6i5M98NLb5vGB3h6O4\nwdMMwzceFPuZJTPztG/D3WdYmdvRENSxEJ1bggQ1/8/ecM+JlGD4CKsxDehhDCoG\n7TSxuqs97qlVFI1VaguJobS2zKIDygfUX2T5hrnMA6rMYSDYqLLKYIOsXatwanVy\nnx36UHL4V26hCdBU4aUVDYhxx0Ddif2Rz6uCGpx3q/5C+n+P4DRULhBSNMMT/ZE+\ndaNKHy458Hyh0qWkblutCNq8R2e8T2KnpI/r6s/z7GZ+p3ZmXh42cpSdsEP4C7Td\nJ3qU3EECgYEA+vOE0I8hqlLLQoNqhc9Pp0bzsvEpSU4yQz99B4baEV5TWH6Jd7rs\n8O0KQwtSMvBjJaqrMNq78HsqwTEXZiE5WcXOe497vm7ERjsOi+Zoqmjvs4awqeff\nilnN9lLXOWZfeJPbj7eqvp7tG24hh9vbkcY/ajtfSXulwCHaVPhXz4cCgYEAwXSY\nrReuas4w7SOvUeAF1sZ/vHbOx7qLxfr/y6jVyCaQxW1lECFloCjQUTTMh8hhrtE7\nrkhmuAMMfXCRYalpT80IlYYN0QW4qPtlZZIWevPhBPmxjTGIulAxPTxHnPcCkiz8\nYUZSrVfyf8C5rbJxkb+DjrFkiVLYUZPt0VLN6+cCgYEA3SccBZwNpAdAv0YG6xNO\nc/EwNKMYqlRyMRdTPP3XUXUZ6CPjS5N82blb0Me6Uc/M4FXudahd9cjlXcnAgC2J\nWBbdJ8DD4YfGCspiwGF2Ha9KhqCNMb55HniT7J8GsrwIKL/Mv3Ox0jlGZWUBwbO8\nZVQbcKgQCjcgVBjBSx5sbCMCgYBPTS183xVHgQh7XUJ0DKI4HZylNAqlwymi2bZb\n1PT1nCGCXMqt5xLSqYhjkYI6MwEf+XM+iT1aNx26mhduclTSOplHOfGV+oNs+cjh\n7xW6Bxj5wiVvXJvQzCizEm/Ev1jVdQ1sDri7iC7HAcjblCeL+HbEWqF8zXIRVtOJ\nGCmDhwKBgEXsdiEMTu6DB7NH27Pmv05kAtEy8n85ZCusWNZAyKTzXbwRF1dDQrIR\n6BqKxrws1JpOr4zL/KZqUzmg2w8+g49rAFol/vNUvw9FWhrEEi/1gashb2zaAHhR\nYPGgFWy6viwutzU2n+I3XDwZJgUvlbNLxNtX8K3XcR4edlldgHSh\n-----END RSA PRIVATE KEY-----\n", "user_id": "d1516b777bf246f78650cd73249364a2", "name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "fingerprint": "53:e7:b7:3c:bb:c3:6f:cd:fc:53:65:92:82:e0:10:0a"}} 2018-09-01 12:34:17,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-156a6bd3-ffd4-4a0d-9dbc-c7bb620c45b7 2018-09-01 12:34:17,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.762449026108s 2018-09-01 12:34:17,985 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-156a6bd3-ffd4-4a0d-9dbc-c7bb620c45b7 2018-09-01 12:34:17,986 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9o+MjrwytvEcpK3Q/FDtK3Z9oDu46yAIduN2zqbG6n4t5sWFj3b/5a/xlGPu/7bnXsMSYm77Zik7hiKtlfuPDY+d5rpe+BV5heRFqPjYG/dq5iIQcPQoPXrwTXJhOVG0mqgIQdnataU7Eib/B4N9XbLz4J5slGTPPJzIkKdJw6rmaSxL+cSu8VrkiAsFt6vYFLd7MX1N4KDXw8GLuCwC9t5MF1TbRP1oFqQ2HW/najlZ5NwZhte9CPKjUM4G8y3kQhq2Qlw23h5ZnHDAHs+1D7p38ven0+jBApfDaFfencNbkD8KiIwLr0whAK9Jj897GH6PYdQcRQGvkaaYf2C/R Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvaPjI68MrbxHKSt0PxQ7St2faA7uOsgCHbjds6mxup+LebFh\nY92/+Wv8ZRj7v+2517DEmJu+2YpO4YirZX7jw2Pnea6XvgVeYXkRaj42Bv3auYiE\nHD0KD168E1yYTlRtJqoCEHZ2rWlOxIm/weDfV2y8+CebJRkzzycyJCnScOq5mksS\n/nErvFa5IgLBber2BS3ezF9TeCg18PBi7gsAvbeTBdU20T9aBakNh1v52o5WeTcG\nYbXvQjyo1DOBvMt5EIatkJcNt4eWZxwwB7PtQ+6d/L3p9PowQKXw2hX3p3DW5A/C\noiMC69MIQCvSY/Pexh+j2HUHEUBr5GmmH9gv0QIDAQABAoIBAAEoTuqY1ur4izal\nHUCFTxdV4vMvpCSXs+uahT/jeUI6Vw+XFZEWeWV8Uz4KuP6i5M98NLb5vGB3h6O4\nwdMMwzceFPuZJTPztG/D3WdYmdvRENSxEJ1bggQ1/8/ecM+JlGD4CKsxDehhDCoG\n7TSxuqs97qlVFI1VaguJobS2zKIDygfUX2T5hrnMA6rMYSDYqLLKYIOsXatwanVy\nnx36UHL4V26hCdBU4aUVDYhxx0Ddif2Rz6uCGpx3q/5C+n+P4DRULhBSNMMT/ZE+\ndaNKHy458Hyh0qWkblutCNq8R2e8T2KnpI/r6s/z7GZ+p3ZmXh42cpSdsEP4C7Td\nJ3qU3EECgYEA+vOE0I8hqlLLQoNqhc9Pp0bzsvEpSU4yQz99B4baEV5TWH6Jd7rs\n8O0KQwtSMvBjJaqrMNq78HsqwTEXZiE5WcXOe497vm7ERjsOi+Zoqmjvs4awqeff\nilnN9lLXOWZfeJPbj7eqvp7tG24hh9vbkcY/ajtfSXulwCHaVPhXz4cCgYEAwXSY\nrReuas4w7SOvUeAF1sZ/vHbOx7qLxfr/y6jVyCaQxW1lECFloCjQUTTMh8hhrtE7\nrkhmuAMMfXCRYalpT80IlYYN0QW4qPtlZZIWevPhBPmxjTGIulAxPTxHnPcCkiz8\nYUZSrVfyf8C5rbJxkb+DjrFkiVLYUZPt0VLN6+cCgYEA3SccBZwNpAdAv0YG6xNO\nc/EwNKMYqlRyMRdTPP3XUXUZ6CPjS5N82blb0Me6Uc/M4FXudahd9cjlXcnAgC2J\nWBbdJ8DD4YfGCspiwGF2Ha9KhqCNMb55HniT7J8GsrwIKL/Mv3Ox0jlGZWUBwbO8\nZVQbcKgQCjcgVBjBSx5sbCMCgYBPTS183xVHgQh7XUJ0DKI4HZylNAqlwymi2bZb\n1PT1nCGCXMqt5xLSqYhjkYI6MwEf+XM+iT1aNx26mhduclTSOplHOfGV+oNs+cjh\n7xW6Bxj5wiVvXJvQzCizEm/Ev1jVdQ1sDri7iC7HAcjblCeL+HbEWqF8zXIRVtOJ\nGCmDhwKBgEXsdiEMTu6DB7NH27Pmv05kAtEy8n85ZCusWNZAyKTzXbwRF1dDQrIR\n6BqKxrws1JpOr4zL/KZqUzmg2w8+g49rAFol/vNUvw9FWhrEEi/1gashb2zaAHhR\nYPGgFWy6viwutzU2n+I3XDwZJgUvlbNLxNtX8K3XcR4edlldgHSh\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd1516b777bf246f78650cd73249364a2', 'name': u'cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'created_at': '2018-09-01T12:34:17.986349', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c972330251fc4508a85b263e869a2ee1', 'name': 'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'53:e7:b7:3c:bb:c3:6f:cd:fc:53:65:92:82:e0:10:0a', 'type': 'ssh', 'id': u'cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27'}) 2018-09-01 12:34:17,986 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvaPjI68MrbxHKSt0PxQ7St2faA7uOsgCHbjds6mxup+LebFh Y92/+Wv8ZRj7v+2517DEmJu+2YpO4YirZX7jw2Pnea6XvgVeYXkRaj42Bv3auYiE HD0KD168E1yYTlRtJqoCEHZ2rWlOxIm/weDfV2y8+CebJRkzzycyJCnScOq5mksS /nErvFa5IgLBber2BS3ezF9TeCg18PBi7gsAvbeTBdU20T9aBakNh1v52o5WeTcG YbXvQjyo1DOBvMt5EIatkJcNt4eWZxwwB7PtQ+6d/L3p9PowQKXw2hX3p3DW5A/C oiMC69MIQCvSY/Pexh+j2HUHEUBr5GmmH9gv0QIDAQABAoIBAAEoTuqY1ur4izal HUCFTxdV4vMvpCSXs+uahT/jeUI6Vw+XFZEWeWV8Uz4KuP6i5M98NLb5vGB3h6O4 wdMMwzceFPuZJTPztG/D3WdYmdvRENSxEJ1bggQ1/8/ecM+JlGD4CKsxDehhDCoG 7TSxuqs97qlVFI1VaguJobS2zKIDygfUX2T5hrnMA6rMYSDYqLLKYIOsXatwanVy nx36UHL4V26hCdBU4aUVDYhxx0Ddif2Rz6uCGpx3q/5C+n+P4DRULhBSNMMT/ZE+ daNKHy458Hyh0qWkblutCNq8R2e8T2KnpI/r6s/z7GZ+p3ZmXh42cpSdsEP4C7Td J3qU3EECgYEA+vOE0I8hqlLLQoNqhc9Pp0bzsvEpSU4yQz99B4baEV5TWH6Jd7rs 8O0KQwtSMvBjJaqrMNq78HsqwTEXZiE5WcXOe497vm7ERjsOi+Zoqmjvs4awqeff ilnN9lLXOWZfeJPbj7eqvp7tG24hh9vbkcY/ajtfSXulwCHaVPhXz4cCgYEAwXSY rReuas4w7SOvUeAF1sZ/vHbOx7qLxfr/y6jVyCaQxW1lECFloCjQUTTMh8hhrtE7 rkhmuAMMfXCRYalpT80IlYYN0QW4qPtlZZIWevPhBPmxjTGIulAxPTxHnPcCkiz8 YUZSrVfyf8C5rbJxkb+DjrFkiVLYUZPt0VLN6+cCgYEA3SccBZwNpAdAv0YG6xNO c/EwNKMYqlRyMRdTPP3XUXUZ6CPjS5N82blb0Me6Uc/M4FXudahd9cjlXcnAgC2J WBbdJ8DD4YfGCspiwGF2Ha9KhqCNMb55HniT7J8GsrwIKL/Mv3Ox0jlGZWUBwbO8 ZVQbcKgQCjcgVBjBSx5sbCMCgYBPTS183xVHgQh7XUJ0DKI4HZylNAqlwymi2bZb 1PT1nCGCXMqt5xLSqYhjkYI6MwEf+XM+iT1aNx26mhduclTSOplHOfGV+oNs+cjh 7xW6Bxj5wiVvXJvQzCizEm/Ev1jVdQ1sDri7iC7HAcjblCeL+HbEWqF8zXIRVtOJ GCmDhwKBgEXsdiEMTu6DB7NH27Pmv05kAtEy8n85ZCusWNZAyKTzXbwRF1dDQrIR 6BqKxrws1JpOr4zL/KZqUzmg2w8+g49rAFol/vNUvw9FWhrEEi/1gashb2zaAHhR YPGgFWy6viwutzU2n+I3XDwZJgUvlbNLxNtX8K3XcR4edlldgHSh -----END RSA PRIVATE KEY----- 2018-09-01 12:34:17,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-01 12:34:17,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"security_group": {"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-09-01 12:34:18,449 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-88b00d71-8ca6-4a9f-9096-21f94a1e584d Date: Sat, 01 Sep 2018 12:34:18 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:18Z", "updated_at": "2018-09-01T12:34:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "1c53015e-0d1c-4e9a-938f-18d9cdb1c195", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "a3521fb7-deff-4fca-a97b-23447295bda1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}], "revision_number": 1, "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "432f389c-2551-485a-8629-8ebf8edcdd19", "name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}} 2018-09-01 12:34:18,449 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-88b00d71-8ca6-4a9f-9096-21f94a1e584d 2018-09-01 12:34:18,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.4596991539s 2018-09-01 12:34:18,450 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-88b00d71-8ca6-4a9f-9096-21f94a1e584d 2018-09-01 12:34:18,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:34:18,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:18,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-dd507641-47aa-4770-8609-3f1df241ffba Date: Sat, 01 Sep 2018 12:34:18 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:18Z", "updated_at": "2018-09-01T12:34:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "1c53015e-0d1c-4e9a-938f-18d9cdb1c195", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "a3521fb7-deff-4fca-a97b-23447295bda1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}], "revision_number": 1, "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "432f389c-2551-485a-8629-8ebf8edcdd19", "name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}, {"description": "Default security group", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:07Z", "updated_at": "2018-09-01T12:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "22dbac53-fb5e-4b89-ae6d-1e095e0746c3", "remote_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "be792d68-47a8-45b6-b5d2-dda439ea47e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "c2b031ef-e07b-43c6-85f9-bd6caf398b52", "remote_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "d59caeb4-985e-40fc-9003-3f1380a50049", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}], "revision_number": 1, "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "name": "default"}]} 2018-09-01 12:34:18,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-dd507641-47aa-4770-8609-3f1df241ffba 2018-09-01 12:34:18,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0821480751038s 2018-09-01 12:34:18,538 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-dd507641-47aa-4770-8609-3f1df241ffba 2018-09-01 12:34:18,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:34:18,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -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": "432f389c-2551-485a-8629-8ebf8edcdd19"}}' 2018-09-01 12:34:19,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ee374a9c-496a-4f82-bdbc-6469c2ae29b6 Date: Sat, 01 Sep 2018 12:34:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "port_range_min": 22, "revision_number": 0, "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:18Z", "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "0eb5e77f-fb5e-4fca-9b68-c1d9d44fa654"}} 2018-09-01 12:34:19,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-ee374a9c-496a-4f82-bdbc-6469c2ae29b6 2018-09-01 12:34:19,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.465395927429s 2018-09-01 12:34:19,008 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-ee374a9c-496a-4f82-bdbc-6469c2ae29b6 2018-09-01 12:34:19,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:34:19,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:19,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-424ef185-cbcc-4aa6-9227-e30416dfb29b Date: Sat, 01 Sep 2018 12:34:19 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:18Z", "updated_at": "2018-09-01T12:34:18Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "0eb5e77f-fb5e-4fca-9b68-c1d9d44fa654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "1c53015e-0d1c-4e9a-938f-18d9cdb1c195", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "a3521fb7-deff-4fca-a97b-23447295bda1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}], "revision_number": 2, "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "432f389c-2551-485a-8629-8ebf8edcdd19", "name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}, {"description": "Default security group", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:07Z", "updated_at": "2018-09-01T12:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "22dbac53-fb5e-4b89-ae6d-1e095e0746c3", "remote_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "be792d68-47a8-45b6-b5d2-dda439ea47e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "c2b031ef-e07b-43c6-85f9-bd6caf398b52", "remote_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "d59caeb4-985e-40fc-9003-3f1380a50049", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}], "revision_number": 1, "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "name": "default"}]} 2018-09-01 12:34:19,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-424ef185-cbcc-4aa6-9227-e30416dfb29b 2018-09-01 12:34:19,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.308354139328s 2018-09-01 12:34:19,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-424ef185-cbcc-4aa6-9227-e30416dfb29b 2018-09-01 12:34:19,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-01 12:34:19,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -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": "432f389c-2551-485a-8629-8ebf8edcdd19"}}' 2018-09-01 12:34:19,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b3055cc7-ada7-41d5-9320-afba5cb85d5b Date: Sat, 01 Sep 2018 12:34: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-09-01T12:34:19Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "port_range_min": null, "revision_number": 0, "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:19Z", "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "7c403428-3b81-4cc8-a5ab-3a07f5aec25d"}} 2018-09-01 12:34:19,496 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-b3055cc7-ada7-41d5-9320-afba5cb85d5b 2018-09-01 12:34:19,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.172715902328s 2018-09-01 12:34:19,497 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/security-group-rules.json used request id req-b3055cc7-ada7-41d5-9320-afba5cb85d5b 2018-09-01 12:34:19,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:34:19,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:20,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-abac4a41-2477-418d-a6f5-109c331f352f Date: Sat, 01 Sep 2018 12:34: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":["4a483863-c4e2-4c0f-8800-078e58806045"],"updated_at":"2018-09-01T12:34:09Z","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:34:20,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-abac4a41-2477-418d-a6f5-109c331f352f 2018-09-01 12:34:20,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.518890857697s 2018-09-01 12:34:20,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-abac4a41-2477-418d-a6f5-109c331f352f 2018-09-01 12:34:20,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:34:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:20,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-09912507-57be-4239-852e-91723ea724ad Date: Sat, 01 Sep 2018 12:34:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:34:16Z", "file": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file", "owner": "c972330251fc4508a85b263e869a2ee1", "id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "size": 12716032, "self": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:34:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:34:20,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-09912507-57be-4239-852e-91723ea724ad 2018-09-01 12:34:20,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391759872437s 2018-09-01 12:34:20,062 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-09912507-57be-4239-852e-91723ea724ad 2018-09-01 12:34:20,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:34:20,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:20,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-710bc1fa-2add-4ae4-977d-66614f3a1264 x-compute-request-id: req-710bc1fa-2add-4ae4-977d-66614f3a1264 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "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": "301950e7-0784-440d-972d-7f27fa2a1daa"}]} 2018-09-01 12:34:20,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-710bc1fa-2add-4ae4-977d-66614f3a1264 2018-09-01 12:34:20,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027881860733s 2018-09-01 12:34:20,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-710bc1fa-2add-4ae4-977d-66614f3a1264 2018-09-01 12:34:20,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:34:20,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"server": {"name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "imageRef": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "flavorRef": "301950e7-0784-440d-972d-7f27fa2a1daa", "max_count": 1, "min_count": 1, "networks": [{"uuid": "30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd"}], "security_groups": [{"name": "432f389c-2551-485a-8629-8ebf8edcdd19"}]}}' 2018-09-01 12:34:24,318 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:34:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12e5c7c2-e770-4afa-a469-bcd37ec86ae2 x-compute-request-id: req-12e5c7c2-e770-4afa-a469-bcd37ec86ae2 Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "432f389c-2551-485a-8629-8ebf8edcdd19"}], "OS-DCF:diskConfig": "MANUAL", "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "adminPass": "2kJ6QYmwnck8"}} 2018-09-01 12:34:24,318 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-12e5c7c2-e770-4afa-a469-bcd37ec86ae2 2018-09-01 12:34:24,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.22471785545s 2018-09-01 12:34:24,318 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-12e5c7c2-e770-4afa-a469-bcd37ec86ae2 2018-09-01 12:34:24,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:34:24,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:24,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-33a7b9ae-caee-4229-a557-19f1858626be x-compute-request-id: req-33a7b9ae-caee-4229-a557-19f1858626be Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:34:24,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-33a7b9ae-caee-4229-a557-19f1858626be 2018-09-01 12:34:24,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557641029358s 2018-09-01 12:34:24,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-33a7b9ae-caee-4229-a557-19f1858626be 2018-09-01 12:34:24,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:34:24,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:25,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-350384d9-095f-408c-86cf-a3e2702d0823 Date: Sat, 01 Sep 2018 12:34:25 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":["4a483863-c4e2-4c0f-8800-078e58806045"],"updated_at":"2018-09-01T12:34:09Z","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:34:25,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-350384d9-095f-408c-86cf-a3e2702d0823 2018-09-01 12:34:25,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120359182358s 2018-09-01 12:34:25,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-350384d9-095f-408c-86cf-a3e2702d0823 2018-09-01 12:34:25,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:34:25,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:25,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bcac2884-77dd-4d5d-8ee9-894a97cfdad4 Date: Sat, 01 Sep 2018 12:34:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:34:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c972330251fc4508a85b263e869a2ee1","id":"4a483863-c4e2-4c0f-8800-078e58806045","subnetpool_id":null,"name":"cinder_test-subnet_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}]} 2018-09-01 12:34:25,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-bcac2884-77dd-4d5d-8ee9-894a97cfdad4 2018-09-01 12:34:25,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.320379018784s 2018-09-01 12:34:25,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-bcac2884-77dd-4d5d-8ee9-894a97cfdad4 2018-09-01 12:34:25,329 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:34:27,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:34:27,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:28,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-15824501-d460-4178-a9cd-806efcf24c18 x-compute-request-id: req-15824501-d460-4178-a9cd-806efcf24c18 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:26Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:34:28,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-15824501-d460-4178-a9cd-806efcf24c18 2018-09-01 12:34:28,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.821468114853s 2018-09-01 12:34:28,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-15824501-d460-4178-a9cd-806efcf24c18 2018-09-01 12:34:28,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:34:30,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:34:30,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:30,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-78a26ef9-b557-44fc-a8dd-f346f30ad313 x-compute-request-id: req-78a26ef9-b557-44fc-a8dd-f346f30ad313 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.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:26Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:34:30,999 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-78a26ef9-b557-44fc-a8dd-f346f30ad313 2018-09-01 12:34:30,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838591814041s 2018-09-01 12:34:30,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-78a26ef9-b557-44fc-a8dd-f346f30ad313 2018-09-01 12:34:31,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:34:33,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:34:33,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:33,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-952d848c-c007-43d3-a5ad-7ef02f35ee62 x-compute-request-id: req-952d848c-c007-43d3-a5ad-7ef02f35ee62 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:34:32.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:32Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:34:33,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-952d848c-c007-43d3-a5ad-7ef02f35ee62 2018-09-01 12:34:33,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.87354683876s 2018-09-01 12:34:33,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-952d848c-c007-43d3-a5ad-7ef02f35ee62 2018-09-01 12:34:33,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:34:33,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=96848a3f-075b-4907-ab3f-114f92e8db76" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:33,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-62598916-c676-4a7d-b255-b515e9dd4b40 Date: Sat, 01 Sep 2018 12:34:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:28Z","admin_state_up":true,"updated_at":"2018-09-01T12:34:32Z","binding:vnic_type":"normal","device_id":"96848a3f-075b-4907-ab3f-114f92e8db76","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:43:06:5f","id":"45aa22f7-daf0-4b0e-a454-9c7050b0ee3e","port_security_enabled":true,"project_id":"c972330251fc4508a85b263e869a2ee1","fixed_ips":[{"subnet_id":"4a483863-c4e2-4c0f-8800-078e58806045","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["432f389c-2551-485a-8629-8ebf8edcdd19"],"name":""}]} 2018-09-01 12:34:33,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=96848a3f-075b-4907-ab3f-114f92e8db76 used request id req-62598916-c676-4a7d-b255-b515e9dd4b40 2018-09-01 12:34:33,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0479331016541s 2018-09-01 12:34:33,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=96848a3f-075b-4907-ab3f-114f92e8db76 used request id req-62598916-c676-4a7d-b255-b515e9dd4b40 2018-09-01 12:34:33,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:34:33,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=45aa22f7-daf0-4b0e-a454-9c7050b0ee3e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:34,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2b636a10-cc00-44a6-95f5-d2484d986b02 Date: Sat, 01 Sep 2018 12:34:34 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:34:34,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=45aa22f7-daf0-4b0e-a454-9c7050b0ee3e used request id req-2b636a10-cc00-44a6-95f5-d2484d986b02 2018-09-01 12:34:34,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.301852941513s 2018-09-01 12:34:34,240 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=45aa22f7-daf0-4b0e-a454-9c7050b0ee3e used request id req-2b636a10-cc00-44a6-95f5-d2484d986b02 2018-09-01 12:34:34,241 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:43:06:5f', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1eec2dc9-c4bf-4244-a52c-aa7a583232a5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T12:34:32.000000', 'flavor': Munch({u'id': u'301950e7-0784-440d-972d-7f27fa2a1daa'}), 'az': u'nova', 'id': u'96848a3f-075b-4907-ab3f-114f92e8db76', 'security_groups': [Munch({u'name': u'cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd1516b777bf246f78650cd73249364a2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c972330251fc4508a85b263e869a2ee1', 'name': 'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', '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-09-01T12:34:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:34:32Z', 'hostId': u'4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819', '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-09-01T12:34:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c972330251fc4508a85b263e869a2ee1', 'name': u'cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'adminPass': u'2kJ6QYmwnck8', 'tenant_id': u'c972330251fc4508a85b263e869a2ee1', 'created_at': u'2018-09-01T12:34:24Z', 'created': u'2018-09-01T12:34:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:34:34,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:34:34,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:34,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7903509a-1ad5-4eb9-adcb-6b9cd9d53f2d Date: Sat, 01 Sep 2018 12:34:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4a483863-c4e2-4c0f-8800-078e58806045"],"updated_at":"2018-09-01T12:34:09Z","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:34:34,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-7903509a-1ad5-4eb9-adcb-6b9cd9d53f2d 2018-09-01 12:34:34,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367458105087s 2018-09-01 12:34:34,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-7903509a-1ad5-4eb9-adcb-6b9cd9d53f2d 2018-09-01 12:34:34,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:34:34,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=96848a3f-075b-4907-ab3f-114f92e8db76" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:34,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c0f7e70e-4aec-4439-aa28-0cb724ad643d Date: Sat, 01 Sep 2018 12:34:34 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:28Z","admin_state_up":true,"updated_at":"2018-09-01T12:34:32Z","binding:vnic_type":"normal","device_id":"96848a3f-075b-4907-ab3f-114f92e8db76","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:43:06:5f","id":"45aa22f7-daf0-4b0e-a454-9c7050b0ee3e","port_security_enabled":true,"project_id":"c972330251fc4508a85b263e869a2ee1","fixed_ips":[{"subnet_id":"4a483863-c4e2-4c0f-8800-078e58806045","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["432f389c-2551-485a-8629-8ebf8edcdd19"],"name":""}]} 2018-09-01 12:34:34,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=96848a3f-075b-4907-ab3f-114f92e8db76 used request id req-c0f7e70e-4aec-4439-aa28-0cb724ad643d 2018-09-01 12:34:34,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0515248775482s 2018-09-01 12:34:34,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=96848a3f-075b-4907-ab3f-114f92e8db76 used request id req-c0f7e70e-4aec-4439-aa28-0cb724ad643d 2018-09-01 12:34:34,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 12:34:34,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"floatingip": {"floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "port_id": "45aa22f7-daf0-4b0e-a454-9c7050b0ee3e"}}' 2018-09-01 12:34:36,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-c0d55534-aa4b-40e2-891c-f59c5cf0abc5 Date: Sat, 01 Sep 2018 12:34:36 GMT RESP BODY: {"floatingip": {"router_id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:34:35Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "45aa22f7-daf0-4b0e-a454-9c7050b0ee3e", "id": "e36b8c04-740c-434c-980f-f20b24c69665", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:35Z", "project_id": "c972330251fc4508a85b263e869a2ee1"}} 2018-09-01 12:34:36,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-c0d55534-aa4b-40e2-891c-f59c5cf0abc5 2018-09-01 12:34:36,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.10780978203s 2018-09-01 12:34:36,774 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-c0d55534-aa4b-40e2-891c-f59c5cf0abc5 2018-09-01 12:34:36,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:34:36,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:36,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-47c28370-5a51-46c5-9677-e6f219c65a7d Date: Sat, 01 Sep 2018 12:34:36 GMT RESP BODY: {"floatingips": [{"router_id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:34:35Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "45aa22f7-daf0-4b0e-a454-9c7050b0ee3e", "id": "e36b8c04-740c-434c-980f-f20b24c69665", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:35Z", "project_id": "c972330251fc4508a85b263e869a2ee1"}]} 2018-09-01 12:34:36,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-47c28370-5a51-46c5-9677-e6f219c65a7d 2018-09-01 12:34:36,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0600779056549s 2018-09-01 12:34:36,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-47c28370-5a51-46c5-9677-e6f219c65a7d 2018-09-01 12:34:36,846 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ba8adda6-87eb-4673-b35c-892887a9edd0', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'c972330251fc4508a85b263e869a2ee1', 'created_at': u'2018-09-01T12:34:35Z', 'attached': True, 'updated_at': u'2018-09-01T12:34:35Z', 'id': u'e36b8c04-740c-434c-980f-f20b24c69665', 'floating_network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c972330251fc4508a85b263e869a2ee1', 'name': 'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ba8adda6-87eb-4673-b35c-892887a9edd0', 'project_id': u'c972330251fc4508a85b263e869a2ee1', 'port_id': u'45aa22f7-daf0-4b0e-a454-9c7050b0ee3e', 'port': u'45aa22f7-daf0-4b0e-a454-9c7050b0ee3e', 'network': u'c2541a6c-ee2f-4745-866e-f11cc584589f'}) 2018-09-01 12:34:36,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:34:36,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:34:36,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-988fe47c-32c5-49bd-a2d7-adcb682907fa x-compute-request-id: req-988fe47c-32c5-49bd-a2d7-adcb682907fa Content-Encoding: gzip Content-Length: 9582 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470243182 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.184201] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186455] pid_max: default: 32768 minimum: 301\n[ 0.187673] ACPI: Core revision 20150930\n[ 0.189334] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191101] Security Framework initialized\n[ 0.192205] Yama: becoming mindful.\n[ 0.193197] AppArmor: AppArmor initialized\n[ 0.194352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196098] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199411] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201264] Initializing cgroup subsys io\n[ 0.202368] Initializing cgroup subsys memory\n[ 0.203550] Initializing cgroup subsys devices\n[ 0.204737] Initializing cgroup subsys freezer\n[ 0.205916] Initializing cgroup subsys net_cls\n[ 0.207102] Initializing cgroup subsys perf_event\n[ 0.208342] Initializing cgroup subsys net_prio\n[ 0.209536] Initializing cgroup subsys hugetlb\n[ 0.210714] Initializing cgroup subsys pids\n[ 0.211892] CPU: Physical Processor ID: 0\n[ 0.213682] mce: CPU supports 10 MCE banks\n[ 0.214827] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237529] ftrace: allocating 31920 entries in 125 pages\n[ 0.262658] smpboot: Max logical packages: 1\n[ 0.263838] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265698] x2apic enabled\n[ 0.266825] Switched APIC routing to physical x2apic.\n[ 0.269259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275880] KVM setup paravirtual spinlock\n[ 0.277472] x86: Booted up 1 node, 1 CPUs\n[ 0.278573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280444] devtmpfs: initialized\n[ 0.282406] evm: security.selinux\n[ 0.283359] evm: security.SMACK64\n[ 0.284309] evm: security.SMACK64EXEC\n[ 0.285326] evm: security.SMACK64TRANSMUTE\n[ 0.286420] evm: security.SMACK64MMAP\n[ 0.287429] evm: security.ima\n[ 0.288310] evm: security.capability\n[ 0.289380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291913] pinctrl core: initialized pinctrl subsystem\n[ 0.293414] RTC time: 12:34:32, date: 09/01/18\n[ 0.294720] NET: Registered protocol family 16\n[ 0.296053] cpuidle: using governor ladder\n[ 0.297193] cpuidle: using governor menu\n[ 0.298294] PCCT header not found.\n[ 0.299330] ACPI: bus type PCI registered\n[ 0.300420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302114] PCI: Using configuration type 1 for base access\n[ 0.304284] ACPI: Added _OSI(Module Device)\n[ 0.305442] ACPI: Added _OSI(Processor Device)\n[ 0.306624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307873] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310087] ACPI: Interpreter enabled\n[ 0.311136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321314] ACPI: (supports S0 S5)\n[ 0.322292] ACPI: Using IOAPIC for interrupt routing\n[ 0.323591] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327424] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328970] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332262] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335212] acpiphp: Slot [3] registered\n[ 0.336308] acpiphp: Slot [4] registered\n[ 0.337402] acpiphp: Slot [5] registered\n[ 0.338498] acpiphp: Slot [6] registered\n[ 0.339595] acpiphp: Slot [7] registered\n[ 0.340677] acpiphp: Slot [8] registered\n[ 0.341781] acpiphp: Slot [9] registered\n[ 0.342868] acpiphp: Slot [10] registered\n[ 0.343973] acpiphp: Slot [11] registered\n[ 0.345075] acpiphp: Slot [12] registered\n[ 0.346175] acpiphp: Slot [13] registered\n[ 0.347269] acpiphp: Slot [14] registered\n[ 0.348365] acpiphp: Slot [15] registered\n[ 0.363692] acpiphp: Slot [16] registered\n[ 0.364821] acpiphp: Slot [17] registered\n[ 0.365934] acpiphp: Slot [18] registered\n[ 0.367037] acpiphp: Slot [19] registered\n[ 0.368137] acpiphp: Slot [20] registered\n[ 0.369240] acpiphp: Slot [21] registered\n[ 0.370350] acpiphp: Slot [22] registered\n[ 0.371454] acpiphp: Slot [23] registered\n[ 0.372561] acpiphp: Slot [24] registered\n[ 0.373665] acpiphp: Slot [25] registered\n[ 0.374767] acpiphp: Slot [26] registered\n[ 0.375853] acpiphp: Slot [27] registered\n[ 0.376961] acpiphp: Slot [28] registered\n[ 0.378086] acpiphp: Slot [29] registered\n[ 0.379197] acpiphp: Slot [30] registered\n[ 0.380323] acpiphp: Slot [31] registered\n[ 0.381413] PCI host bridge to bus 0000:00\n[ 0.382506] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385732] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391641] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404922] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435281] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442302] vgaarb: loaded\n[ 0.443127] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444755] SCSI subsystem initialized\n[ 0.445999] ACPI: bus type USB registered\n[ 0.447128] usbcore: registered new interface driver usbfs\n[ 0.448518] usbcore: registered new interface driver hub\n[ 0.449871] usbcore: registered new device driver usb\n[ 0.451358] PCI: Using ACPI for IRQ routing\n[ 0.452859] NetLabel: Initializing\n[ 0.453832] NetLabel: domain hash size = 128\n[ 0.454981] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456276] NetLabel: unlabeled traffic allowed by default\n[ 0.457833] clocksource: Switched to clocksource kvm-clock\n[ 0.467763] AppArmor: AppArmor Filesystem Enabled\n[ 0.469065] pnp: PnP ACPI init\n[ 0.470295] pnp: PnP ACPI: found 5 devices\n[ 0.477095] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479403] NET: Registered protocol family 2\n[ 0.480797] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484168] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485782] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488825] NET: Registered protocol family 1\n[ 0.490026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492954] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507472] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522075] Trying to unpack rootfs image as initramfs...\n[ 0.583400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.588470] Scanning for low memory corruption every 60 seconds\n[ 0.590741] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.592336] audit: initializing netlink subsys (disabled)\n[ 0.593777] audit: type=2000 audit(1535805273.221:1): initialized\n[ 0.595680] Initialise system trusted keyring\n[ 0.597034] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.598610] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601314] zbud: loaded\n[ 0.602323] VFS: Disk quotas dquot_6.6.0\n[ 0.603449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605607] fuse init (API version 7.23)\n[ 0.606854] Key type big_key registered\n[ 0.607957] Allocating IMA MOK and blacklist keyrings.\n[ 0.609597] Key type asymmetric registered\n[ 0.610736] Asymmetric key parser 'x509' registered\n[ 0.612047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614148] io scheduler noop registered\n[ 0.615248] io scheduler deadline registered (default)\n[ 0.616626] io scheduler cfq registered\n[ 0.617802] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623022] ACPI: Power Button [PWRF]\n[ 0.624241] GHES: HEST is not enabled!\n[ 0.638374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670532] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697229] Linux agpgart interface v0.103\n[ 0.700642] brd: module loaded\n[ 0.702889] loop: module loaded\n[ 0.707938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.709974] GPT:90111 != 2097151\n[ 0.710924] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712431] GPT:90111 != 2097151\n[ 0.713379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714765] vda: vda1 vda15\n[ 0.716425] scsi host0: ata_piix\n[ 0.717501] scsi host1: ata_piix\n[ 0.718513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722214] libphy: Fixed MDIO Bus: probed\n[ 0.723358] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724675] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727662] PPP generic driver version 2.4.2\n[ 0.728960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730625] ehci-pci: EHCI PCI platform driver\n[ 0.731860] ehci-platform: EHCI generic platform driver\n[ 0.733437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734986] ohci-pci: OHCI PCI platform driver\n[ 0.736195] ohci-platform: OHCI generic platform driver\n[ 0.737555] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752176] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755578] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.756972] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762199] usb usb1: Product: UHCI Host Controller\n[ 0.763471] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765035] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766367] hub 1-0:1.0: USB hub found\n[ 0.767483] hub 1-0:1.0: 2 ports detected\n[ 0.768769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.771668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.772976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774391] mousedev: PS/2 mouse device common for all mice\n[ 0.776088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.781751] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783377] i2c /dev entries driver\n[ 0.784424] device-mapper: uevent: version 1.0.3\n[ 0.785737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.787985] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.789849] NET: Registered protocol family 10\n[ 0.791407] NET: Registered protocol family 17\n[ 0.792627] Key type dns_resolver registered\n[ 0.793931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.795433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.797861] registered taskstats version 1\n[ 0.799012] Loading compiled-in X.509 certificates\n[ 0.800845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.803378] zswap: loaded using pool lzo/zbud\n[ 0.805472] Key type trusted registered\n[ 0.807620] Key type encrypted registered\n[ 0.808762] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.810189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.811627] evm: HMAC attrs: 0x1\n[ 0.812931] Magic number: 2:394:581\n[ 0.814108] rtc_cmos 00:00: setting system clock to 2018-09-01 12:34:33 UTC (1535805273)\n[ 0.816331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.817847] EDD information not available.\n[ 0.883360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899603] Write protecting the kernel read-only data: 14336k\n[ 0.902516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904910] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.058763] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNyhyx4A8l3o4+7z0G4EmfZ90OOw3MgkRB0zzB/bWHZ0qpD0wfpYzxC2UtnCJbltJhe83OZF59CHUftKKIo+XEgdNKe2PduYkg8BW9FYoh/P6IWzPjKr7jX4th5O0GtKjfjvFT8XVfKNuiMhobTzoOnkyHbrtdN7YawkaLYpPYW2Eb8VNbTq2ZDS4WU16CzXsj/IHIKHD4NZLQJjB1FD2ZhSpFrNrOcULiqycjvuucpdHUrclpO3hL936hmg6ahIZvMIojpm8Qg+cZVp9SYjY4Dsxvlw1g1s1BFe7AytEHBmYTwg6UxsrT1lXO/15umTkNTbIOb2C4qtegu3mhZ7W/ root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nssh-dss AAAAB3NzaC1kc3MAAACBANgBrJQOhA1S/n/2sfHlKQSBF2iPGwcStxvjGkyFovgIGc/VywNggAPVJCFroyeQGO/hnaAoNxAWAJ/rBe8j4k8qeFyE6UE3v7bRnYq1Q0/EjA6wdMUtq1mA3GSUbfemR+CEDsxARXFLiHkVLv8lqDfpx9FtvVUzEcowsgiyyJZFAAAAFQDFhYeDb8cbNKBF0thiwTUg6K81UQAAAIEA0FMKZ2tgI8tI7RQCP3hiKJ39u/f/+FW1mmUT8DO5OJbdlVUf+xQ7jr2ziOQkJ+XxA0rA3hAvIor2c4UF+US923qVdRA5Y8rhuob+CLuOooGBBe4I3Y3y8QNsK7UybKqhs9f5BQoaINW6Lu33d9gE6rCkk/aShtvS4p2bwx2YYqsAAACBAM/t+azUePgMU0mLW/rDGGqZMb31xxGTUGkqc1EtFff387PrOgfqQKxLQOcYXUlToT4C/1bxekc3dN5JQcKORv9iNvCphPDXhWTb/uHtcjd2lGe6g4DldPpCDRBvgEsfhOZW8UTRAmUfGPfQjIfVfoiar3fg/bOmeG1clfdaEcZN root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe43:65f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: "} 2018-09-01 12:34:36,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action used request id req-988fe47c-32c5-49bd-a2d7-adcb682907fa 2018-09-01 12:34:36,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.095253944397s 2018-09-01 12:34:36,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action used request id req-988fe47c-32c5-49bd-a2d7-adcb682907fa 2018-09-01 12:34:36,943 - 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 470243182 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.184201] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186455] pid_max: default: 32768 minimum: 301 [ 0.187673] ACPI: Core revision 20150930 [ 0.189334] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191101] Security Framework initialized [ 0.192205] Yama: becoming mindful. [ 0.193197] AppArmor: AppArmor initialized [ 0.194352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196098] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199411] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201264] Initializing cgroup subsys io [ 0.202368] Initializing cgroup subsys memory [ 0.203550] Initializing cgroup subsys devices [ 0.204737] Initializing cgroup subsys freezer [ 0.205916] Initializing cgroup subsys net_cls [ 0.207102] Initializing cgroup subsys perf_event [ 0.208342] Initializing cgroup subsys net_prio [ 0.209536] Initializing cgroup subsys hugetlb [ 0.210714] Initializing cgroup subsys pids [ 0.211892] CPU: Physical Processor ID: 0 [ 0.213682] mce: CPU supports 10 MCE banks [ 0.214827] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237529] ftrace: allocating 31920 entries in 125 pages [ 0.262658] smpboot: Max logical packages: 1 [ 0.263838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265698] x2apic enabled [ 0.266825] Switched APIC routing to physical x2apic. [ 0.269259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275880] KVM setup paravirtual spinlock [ 0.277472] x86: Booted up 1 node, 1 CPUs [ 0.278573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280444] devtmpfs: initialized [ 0.282406] evm: security.selinux [ 0.283359] evm: security.SMACK64 [ 0.284309] evm: security.SMACK64EXEC [ 0.285326] evm: security.SMACK64TRANSMUTE [ 0.286420] evm: security.SMACK64MMAP [ 0.287429] evm: security.ima [ 0.288310] evm: security.capability [ 0.289380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291913] pinctrl core: initialized pinctrl subsystem [ 0.293414] RTC time: 12:34:32, date: 09/01/18 [ 0.294720] NET: Registered protocol family 16 [ 0.296053] cpuidle: using governor ladder [ 0.297193] cpuidle: using governor menu [ 0.298294] PCCT header not found. [ 0.299330] ACPI: bus type PCI registered [ 0.300420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302114] PCI: Using configuration type 1 for base access [ 0.304284] ACPI: Added _OSI(Module Device) [ 0.305442] ACPI: Added _OSI(Processor Device) [ 0.306624] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307873] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310087] ACPI: Interpreter enabled [ 0.311136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321314] ACPI: (supports S0 S5) [ 0.322292] ACPI: Using IOAPIC for interrupt routing [ 0.323591] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327424] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328970] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332262] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335212] acpiphp: Slot [3] registered [ 0.336308] acpiphp: Slot [4] registered [ 0.337402] acpiphp: Slot [5] registered [ 0.338498] acpiphp: Slot [6] registered [ 0.339595] acpiphp: Slot [7] registered [ 0.340677] acpiphp: Slot [8] registered [ 0.341781] acpiphp: Slot [9] registered [ 0.342868] acpiphp: Slot [10] registered [ 0.343973] acpiphp: Slot [11] registered [ 0.345075] acpiphp: Slot [12] registered [ 0.346175] acpiphp: Slot [13] registered [ 0.347269] acpiphp: Slot [14] registered [ 0.348365] acpiphp: Slot [15] registered [ 0.363692] acpiphp: Slot [16] registered [ 0.364821] acpiphp: Slot [17] registered [ 0.365934] acpiphp: Slot [18] registered [ 0.367037] acpiphp: Slot [19] registered [ 0.368137] acpiphp: Slot [20] registered [ 0.369240] acpiphp: Slot [21] registered [ 0.370350] acpiphp: Slot [22] registered [ 0.371454] acpiphp: Slot [23] registered [ 0.372561] acpiphp: Slot [24] registered [ 0.373665] acpiphp: Slot [25] registered [ 0.374767] acpiphp: Slot [26] registered [ 0.375853] acpiphp: Slot [27] registered [ 0.376961] acpiphp: Slot [28] registered [ 0.378086] acpiphp: Slot [29] registered [ 0.379197] acpiphp: Slot [30] registered [ 0.380323] acpiphp: Slot [31] registered [ 0.381413] PCI host bridge to bus 0000:00 [ 0.382506] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.385732] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.387693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.389654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.391641] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.395579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404922] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435281] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436983] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438784] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442302] vgaarb: loaded [ 0.443127] vgaarb: bridge control possible 0000:00:02.0 [ 0.444755] SCSI subsystem initialized [ 0.445999] ACPI: bus type USB registered [ 0.447128] usbcore: registered new interface driver usbfs [ 0.448518] usbcore: registered new interface driver hub [ 0.449871] usbcore: registered new device driver usb [ 0.451358] PCI: Using ACPI for IRQ routing [ 0.452859] NetLabel: Initializing [ 0.453832] NetLabel: domain hash size = 128 [ 0.454981] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.456276] NetLabel: unlabeled traffic allowed by default [ 0.457833] clocksource: Switched to clocksource kvm-clock [ 0.467763] AppArmor: AppArmor Filesystem Enabled [ 0.469065] pnp: PnP ACPI init [ 0.470295] pnp: PnP ACPI: found 5 devices [ 0.477095] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.479403] NET: Registered protocol family 2 [ 0.480797] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.482538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.484168] TCP: Hash tables configured (established 4096 bind 4096) [ 0.485782] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.487237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.488825] NET: Registered protocol family 1 [ 0.490026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.491511] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.492954] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.507472] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522075] Trying to unpack rootfs image as initramfs... [ 0.583400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.588470] Scanning for low memory corruption every 60 seconds [ 0.590741] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.592336] audit: initializing netlink subsys (disabled) [ 0.593777] audit: type=2000 audit(1535805273.221:1): initialized [ 0.595680] Initialise system trusted keyring [ 0.597034] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.598610] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.601314] zbud: loaded [ 0.602323] VFS: Disk quotas dquot_6.6.0 [ 0.603449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.605607] fuse init (API version 7.23) [ 0.606854] Key type big_key registered [ 0.607957] Allocating IMA MOK and blacklist keyrings. [ 0.609597] Key type asymmetric registered [ 0.610736] Asymmetric key parser 'x509' registered [ 0.612047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.614148] io scheduler noop registered [ 0.615248] io scheduler deadline registered (default) [ 0.616626] io scheduler cfq registered [ 0.617802] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.621012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.623022] ACPI: Power Button [PWRF] [ 0.624241] GHES: HEST is not enabled! [ 0.638374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.667603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.670532] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697229] Linux agpgart interface v0.103 [ 0.700642] brd: module loaded [ 0.702889] loop: module loaded [ 0.707938] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.709974] GPT:90111 != 2097151 [ 0.710924] GPT:Alternate GPT header not at the end of the disk. [ 0.712431] GPT:90111 != 2097151 [ 0.713379] GPT: Use GNU Parted to correct GPT errors. [ 0.714765] vda: vda1 vda15 [ 0.716425] scsi host0: ata_piix [ 0.717501] scsi host1: ata_piix [ 0.718513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722214] libphy: Fixed MDIO Bus: probed [ 0.723358] tun: Universal TUN/TAP device driver, 1.6 [ 0.724675] tun: (C) 1999-2004 Max Krasnyansky [ 0.727662] PPP generic driver version 2.4.2 [ 0.728960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730625] ehci-pci: EHCI PCI platform driver [ 0.731860] ehci-platform: EHCI generic platform driver [ 0.733437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734986] ohci-pci: OHCI PCI platform driver [ 0.736195] ohci-platform: OHCI generic platform driver [ 0.737555] uhci_hcd: USB Universal Host Controller Interface driver [ 0.752176] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.753555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.755578] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.756972] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.758548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.760223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.762199] usb usb1: Product: UHCI Host Controller [ 0.763471] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765035] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766367] hub 1-0:1.0: USB hub found [ 0.767483] hub 1-0:1.0: 2 ports detected [ 0.768769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.771668] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.772976] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.774391] mousedev: PS/2 mouse device common for all mice [ 0.776088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.778584] rtc_cmos 00:00: RTC can wake from S4 [ 0.780128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.781751] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.783377] i2c /dev entries driver [ 0.784424] device-mapper: uevent: version 1.0.3 [ 0.785737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.787985] ledtrig-cpu: registered to indicate activity on CPUs [ 0.789849] NET: Registered protocol family 10 [ 0.791407] NET: Registered protocol family 17 [ 0.792627] Key type dns_resolver registered [ 0.793931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.795433] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.797861] registered taskstats version 1 [ 0.799012] Loading compiled-in X.509 certificates [ 0.800845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.803378] zswap: loaded using pool lzo/zbud [ 0.805472] Key type trusted registered [ 0.807620] Key type encrypted registered [ 0.808762] AppArmor: AppArmor sha1 policy hashing enabled [ 0.810189] ima: No TPM chip found, activating TPM-bypass! [ 0.811627] evm: HMAC attrs: 0x1 [ 0.812931] Magic number: 2:394:581 [ 0.814108] rtc_cmos 00:00: setting system clock to 2018-09-01 12:34:33 UTC (1535805273) [ 0.816331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.817847] EDD information not available. [ 0.883360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.899603] Write protecting the kernel read-only data: 14336k [ 0.902516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904910] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.058763] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNyhyx4A8l3o4+7z0G4EmfZ90OOw3MgkRB0zzB/bWHZ0qpD0wfpYzxC2UtnCJbltJhe83OZF59CHUftKKIo+XEgdNKe2PduYkg8BW9FYoh/P6IWzPjKr7jX4th5O0GtKjfjvFT8XVfKNuiMhobTzoOnkyHbrtdN7YawkaLYpPYW2Eb8VNbTq2ZDS4WU16CzXsj/IHIKHD4NZLQJjB1FD2ZhSpFrNrOcULiqycjvuucpdHUrclpO3hL936hmg6ahIZvMIojpm8Qg+cZVp9SYjY4Dsxvlw1g1s1BFe7AytEHBmYTwg6UxsrT1lXO/15umTkNTbIOb2C4qtegu3mhZ7W/ root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 ssh-dss AAAAB3NzaC1kc3MAAACBANgBrJQOhA1S/n/2sfHlKQSBF2iPGwcStxvjGkyFovgIGc/VywNggAPVJCFroyeQGO/hnaAoNxAWAJ/rBe8j4k8qeFyE6UE3v7bRnYq1Q0/EjA6wdMUtq1mA3GSUbfemR+CEDsxARXFLiHkVLv8lqDfpx9FtvVUzEcowsgiyyJZFAAAAFQDFhYeDb8cbNKBF0thiwTUg6K81UQAAAIEA0FMKZ2tgI8tI7RQCP3hiKJ39u/f/+FW1mmUT8DO5OJbdlVUf+xQ7jr2ziOQkJ+XxA0rA3hAvIor2c4UF+US923qVdRA5Y8rhuob+CLuOooGBBe4I3Y3y8QNsK7UybKqhs9f5BQoaINW6Lu33d9gE6rCkk/aShtvS4p2bwx2YYqsAAACBAM/t+azUePgMU0mLW/rDGGqZMb31xxGTUGkqc1EtFff387PrOgfqQKxLQOcYXUlToT4C/1bxekc3dN5JQcKORv9iNvCphPDXhWTb/uHtcjd2lGe6g4DldPpCDRBvgEsfhOZW8UTRAmUfGPfQjIfVfoiar3fg/bOmeG1clfdaEcZN root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe43:65f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 launch-index: 0 === cirros: current=0.4.0 uptime=2.67 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: 2018-09-01 12:34:37,946 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-09-01 12:34:46,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:34:46,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:34:47,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-0a834820-ad36-4d90-99d0-ae1c4171d3e7 x-compute-request-id: req-0a834820-ad36-4d90-99d0-ae1c4171d3e7 Content-Encoding: gzip Content-Length: 9582 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470243182 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.184201] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186455] pid_max: default: 32768 minimum: 301\n[ 0.187673] ACPI: Core revision 20150930\n[ 0.189334] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191101] Security Framework initialized\n[ 0.192205] Yama: becoming mindful.\n[ 0.193197] AppArmor: AppArmor initialized\n[ 0.194352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196098] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199411] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201264] Initializing cgroup subsys io\n[ 0.202368] Initializing cgroup subsys memory\n[ 0.203550] Initializing cgroup subsys devices\n[ 0.204737] Initializing cgroup subsys freezer\n[ 0.205916] Initializing cgroup subsys net_cls\n[ 0.207102] Initializing cgroup subsys perf_event\n[ 0.208342] Initializing cgroup subsys net_prio\n[ 0.209536] Initializing cgroup subsys hugetlb\n[ 0.210714] Initializing cgroup subsys pids\n[ 0.211892] CPU: Physical Processor ID: 0\n[ 0.213682] mce: CPU supports 10 MCE banks\n[ 0.214827] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237529] ftrace: allocating 31920 entries in 125 pages\n[ 0.262658] smpboot: Max logical packages: 1\n[ 0.263838] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265698] x2apic enabled\n[ 0.266825] Switched APIC routing to physical x2apic.\n[ 0.269259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275880] KVM setup paravirtual spinlock\n[ 0.277472] x86: Booted up 1 node, 1 CPUs\n[ 0.278573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280444] devtmpfs: initialized\n[ 0.282406] evm: security.selinux\n[ 0.283359] evm: security.SMACK64\n[ 0.284309] evm: security.SMACK64EXEC\n[ 0.285326] evm: security.SMACK64TRANSMUTE\n[ 0.286420] evm: security.SMACK64MMAP\n[ 0.287429] evm: security.ima\n[ 0.288310] evm: security.capability\n[ 0.289380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291913] pinctrl core: initialized pinctrl subsystem\n[ 0.293414] RTC time: 12:34:32, date: 09/01/18\n[ 0.294720] NET: Registered protocol family 16\n[ 0.296053] cpuidle: using governor ladder\n[ 0.297193] cpuidle: using governor menu\n[ 0.298294] PCCT header not found.\n[ 0.299330] ACPI: bus type PCI registered\n[ 0.300420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302114] PCI: Using configuration type 1 for base access\n[ 0.304284] ACPI: Added _OSI(Module Device)\n[ 0.305442] ACPI: Added _OSI(Processor Device)\n[ 0.306624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307873] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310087] ACPI: Interpreter enabled\n[ 0.311136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321314] ACPI: (supports S0 S5)\n[ 0.322292] ACPI: Using IOAPIC for interrupt routing\n[ 0.323591] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327424] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328970] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332262] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335212] acpiphp: Slot [3] registered\n[ 0.336308] acpiphp: Slot [4] registered\n[ 0.337402] acpiphp: Slot [5] registered\n[ 0.338498] acpiphp: Slot [6] registered\n[ 0.339595] acpiphp: Slot [7] registered\n[ 0.340677] acpiphp: Slot [8] registered\n[ 0.341781] acpiphp: Slot [9] registered\n[ 0.342868] acpiphp: Slot [10] registered\n[ 0.343973] acpiphp: Slot [11] registered\n[ 0.345075] acpiphp: Slot [12] registered\n[ 0.346175] acpiphp: Slot [13] registered\n[ 0.347269] acpiphp: Slot [14] registered\n[ 0.348365] acpiphp: Slot [15] registered\n[ 0.363692] acpiphp: Slot [16] registered\n[ 0.364821] acpiphp: Slot [17] registered\n[ 0.365934] acpiphp: Slot [18] registered\n[ 0.367037] acpiphp: Slot [19] registered\n[ 0.368137] acpiphp: Slot [20] registered\n[ 0.369240] acpiphp: Slot [21] registered\n[ 0.370350] acpiphp: Slot [22] registered\n[ 0.371454] acpiphp: Slot [23] registered\n[ 0.372561] acpiphp: Slot [24] registered\n[ 0.373665] acpiphp: Slot [25] registered\n[ 0.374767] acpiphp: Slot [26] registered\n[ 0.375853] acpiphp: Slot [27] registered\n[ 0.376961] acpiphp: Slot [28] registered\n[ 0.378086] acpiphp: Slot [29] registered\n[ 0.379197] acpiphp: Slot [30] registered\n[ 0.380323] acpiphp: Slot [31] registered\n[ 0.381413] PCI host bridge to bus 0000:00\n[ 0.382506] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385732] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391641] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404922] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435281] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442302] vgaarb: loaded\n[ 0.443127] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444755] SCSI subsystem initialized\n[ 0.445999] ACPI: bus type USB registered\n[ 0.447128] usbcore: registered new interface driver usbfs\n[ 0.448518] usbcore: registered new interface driver hub\n[ 0.449871] usbcore: registered new device driver usb\n[ 0.451358] PCI: Using ACPI for IRQ routing\n[ 0.452859] NetLabel: Initializing\n[ 0.453832] NetLabel: domain hash size = 128\n[ 0.454981] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456276] NetLabel: unlabeled traffic allowed by default\n[ 0.457833] clocksource: Switched to clocksource kvm-clock\n[ 0.467763] AppArmor: AppArmor Filesystem Enabled\n[ 0.469065] pnp: PnP ACPI init\n[ 0.470295] pnp: PnP ACPI: found 5 devices\n[ 0.477095] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479403] NET: Registered protocol family 2\n[ 0.480797] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484168] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485782] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488825] NET: Registered protocol family 1\n[ 0.490026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492954] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507472] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522075] Trying to unpack rootfs image as initramfs...\n[ 0.583400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.588470] Scanning for low memory corruption every 60 seconds\n[ 0.590741] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.592336] audit: initializing netlink subsys (disabled)\n[ 0.593777] audit: type=2000 audit(1535805273.221:1): initialized\n[ 0.595680] Initialise system trusted keyring\n[ 0.597034] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.598610] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601314] zbud: loaded\n[ 0.602323] VFS: Disk quotas dquot_6.6.0\n[ 0.603449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605607] fuse init (API version 7.23)\n[ 0.606854] Key type big_key registered\n[ 0.607957] Allocating IMA MOK and blacklist keyrings.\n[ 0.609597] Key type asymmetric registered\n[ 0.610736] Asymmetric key parser 'x509' registered\n[ 0.612047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614148] io scheduler noop registered\n[ 0.615248] io scheduler deadline registered (default)\n[ 0.616626] io scheduler cfq registered\n[ 0.617802] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623022] ACPI: Power Button [PWRF]\n[ 0.624241] GHES: HEST is not enabled!\n[ 0.638374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670532] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697229] Linux agpgart interface v0.103\n[ 0.700642] brd: module loaded\n[ 0.702889] loop: module loaded\n[ 0.707938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.709974] GPT:90111 != 2097151\n[ 0.710924] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712431] GPT:90111 != 2097151\n[ 0.713379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714765] vda: vda1 vda15\n[ 0.716425] scsi host0: ata_piix\n[ 0.717501] scsi host1: ata_piix\n[ 0.718513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722214] libphy: Fixed MDIO Bus: probed\n[ 0.723358] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724675] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727662] PPP generic driver version 2.4.2\n[ 0.728960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730625] ehci-pci: EHCI PCI platform driver\n[ 0.731860] ehci-platform: EHCI generic platform driver\n[ 0.733437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734986] ohci-pci: OHCI PCI platform driver\n[ 0.736195] ohci-platform: OHCI generic platform driver\n[ 0.737555] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752176] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755578] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.756972] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762199] usb usb1: Product: UHCI Host Controller\n[ 0.763471] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765035] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766367] hub 1-0:1.0: USB hub found\n[ 0.767483] hub 1-0:1.0: 2 ports detected\n[ 0.768769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.771668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.772976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774391] mousedev: PS/2 mouse device common for all mice\n[ 0.776088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.781751] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783377] i2c /dev entries driver\n[ 0.784424] device-mapper: uevent: version 1.0.3\n[ 0.785737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.787985] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.789849] NET: Registered protocol family 10\n[ 0.791407] NET: Registered protocol family 17\n[ 0.792627] Key type dns_resolver registered\n[ 0.793931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.795433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.797861] registered taskstats version 1\n[ 0.799012] Loading compiled-in X.509 certificates\n[ 0.800845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.803378] zswap: loaded using pool lzo/zbud\n[ 0.805472] Key type trusted registered\n[ 0.807620] Key type encrypted registered\n[ 0.808762] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.810189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.811627] evm: HMAC attrs: 0x1\n[ 0.812931] Magic number: 2:394:581\n[ 0.814108] rtc_cmos 00:00: setting system clock to 2018-09-01 12:34:33 UTC (1535805273)\n[ 0.816331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.817847] EDD information not available.\n[ 0.883360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899603] Write protecting the kernel read-only data: 14336k\n[ 0.902516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904910] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.058763] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNyhyx4A8l3o4+7z0G4EmfZ90OOw3MgkRB0zzB/bWHZ0qpD0wfpYzxC2UtnCJbltJhe83OZF59CHUftKKIo+XEgdNKe2PduYkg8BW9FYoh/P6IWzPjKr7jX4th5O0GtKjfjvFT8XVfKNuiMhobTzoOnkyHbrtdN7YawkaLYpPYW2Eb8VNbTq2ZDS4WU16CzXsj/IHIKHD4NZLQJjB1FD2ZhSpFrNrOcULiqycjvuucpdHUrclpO3hL936hmg6ahIZvMIojpm8Qg+cZVp9SYjY4Dsxvlw1g1s1BFe7AytEHBmYTwg6UxsrT1lXO/15umTkNTbIOb2C4qtegu3mhZ7W/ root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nssh-dss AAAAB3NzaC1kc3MAAACBANgBrJQOhA1S/n/2sfHlKQSBF2iPGwcStxvjGkyFovgIGc/VywNggAPVJCFroyeQGO/hnaAoNxAWAJ/rBe8j4k8qeFyE6UE3v7bRnYq1Q0/EjA6wdMUtq1mA3GSUbfemR+CEDsxARXFLiHkVLv8lqDfpx9FtvVUzEcowsgiyyJZFAAAAFQDFhYeDb8cbNKBF0thiwTUg6K81UQAAAIEA0FMKZ2tgI8tI7RQCP3hiKJ39u/f/+FW1mmUT8DO5OJbdlVUf+xQ7jr2ziOQkJ+XxA0rA3hAvIor2c4UF+US923qVdRA5Y8rhuob+CLuOooGBBe4I3Y3y8QNsK7UybKqhs9f5BQoaINW6Lu33d9gE6rCkk/aShtvS4p2bwx2YYqsAAACBAM/t+azUePgMU0mLW/rDGGqZMb31xxGTUGkqc1EtFff387PrOgfqQKxLQOcYXUlToT4C/1bxekc3dN5JQcKORv9iNvCphPDXhWTb/uHtcjd2lGe6g4DldPpCDRBvgEsfhOZW8UTRAmUfGPfQjIfVfoiar3fg/bOmeG1clfdaEcZN root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe43:65f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: "} 2018-09-01 12:34:47,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action used request id req-0a834820-ad36-4d90-99d0-ae1c4171d3e7 2018-09-01 12:34:47,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.097100019455s 2018-09-01 12:34:47,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action used request id req-0a834820-ad36-4d90-99d0-ae1c4171d3e7 2018-09-01 12:34:47,055 - 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 470243182 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.184201] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186455] pid_max: default: 32768 minimum: 301 [ 0.187673] ACPI: Core revision 20150930 [ 0.189334] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191101] Security Framework initialized [ 0.192205] Yama: becoming mindful. [ 0.193197] AppArmor: AppArmor initialized [ 0.194352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196098] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199411] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201264] Initializing cgroup subsys io [ 0.202368] Initializing cgroup subsys memory [ 0.203550] Initializing cgroup subsys devices [ 0.204737] Initializing cgroup subsys freezer [ 0.205916] Initializing cgroup subsys net_cls [ 0.207102] Initializing cgroup subsys perf_event [ 0.208342] Initializing cgroup subsys net_prio [ 0.209536] Initializing cgroup subsys hugetlb [ 0.210714] Initializing cgroup subsys pids [ 0.211892] CPU: Physical Processor ID: 0 [ 0.213682] mce: CPU supports 10 MCE banks [ 0.214827] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237529] ftrace: allocating 31920 entries in 125 pages [ 0.262658] smpboot: Max logical packages: 1 [ 0.263838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265698] x2apic enabled [ 0.266825] Switched APIC routing to physical x2apic. [ 0.269259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275880] KVM setup paravirtual spinlock [ 0.277472] x86: Booted up 1 node, 1 CPUs [ 0.278573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280444] devtmpfs: initialized [ 0.282406] evm: security.selinux [ 0.283359] evm: security.SMACK64 [ 0.284309] evm: security.SMACK64EXEC [ 0.285326] evm: security.SMACK64TRANSMUTE [ 0.286420] evm: security.SMACK64MMAP [ 0.287429] evm: security.ima [ 0.288310] evm: security.capability [ 0.289380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291913] pinctrl core: initialized pinctrl subsystem [ 0.293414] RTC time: 12:34:32, date: 09/01/18 [ 0.294720] NET: Registered protocol family 16 [ 0.296053] cpuidle: using governor ladder [ 0.297193] cpuidle: using governor menu [ 0.298294] PCCT header not found. [ 0.299330] ACPI: bus type PCI registered [ 0.300420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302114] PCI: Using configuration type 1 for base access [ 0.304284] ACPI: Added _OSI(Module Device) [ 0.305442] ACPI: Added _OSI(Processor Device) [ 0.306624] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307873] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310087] ACPI: Interpreter enabled [ 0.311136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321314] ACPI: (supports S0 S5) [ 0.322292] ACPI: Using IOAPIC for interrupt routing [ 0.323591] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327424] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328970] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332262] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335212] acpiphp: Slot [3] registered [ 0.336308] acpiphp: Slot [4] registered [ 0.337402] acpiphp: Slot [5] registered [ 0.338498] acpiphp: Slot [6] registered [ 0.339595] acpiphp: Slot [7] registered [ 0.340677] acpiphp: Slot [8] registered [ 0.341781] acpiphp: Slot [9] registered [ 0.342868] acpiphp: Slot [10] registered [ 0.343973] acpiphp: Slot [11] registered [ 0.345075] acpiphp: Slot [12] registered [ 0.346175] acpiphp: Slot [13] registered [ 0.347269] acpiphp: Slot [14] registered [ 0.348365] acpiphp: Slot [15] registered [ 0.363692] acpiphp: Slot [16] registered [ 0.364821] acpiphp: Slot [17] registered [ 0.365934] acpiphp: Slot [18] registered [ 0.367037] acpiphp: Slot [19] registered [ 0.368137] acpiphp: Slot [20] registered [ 0.369240] acpiphp: Slot [21] registered [ 0.370350] acpiphp: Slot [22] registered [ 0.371454] acpiphp: Slot [23] registered [ 0.372561] acpiphp: Slot [24] registered [ 0.373665] acpiphp: Slot [25] registered [ 0.374767] acpiphp: Slot [26] registered [ 0.375853] acpiphp: Slot [27] registered [ 0.376961] acpiphp: Slot [28] registered [ 0.378086] acpiphp: Slot [29] registered [ 0.379197] acpiphp: Slot [30] registered [ 0.380323] acpiphp: Slot [31] registered [ 0.381413] PCI host bridge to bus 0000:00 [ 0.382506] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.385732] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.387693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.389654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.391641] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.395579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404922] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435281] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436983] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438784] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442302] vgaarb: loaded [ 0.443127] vgaarb: bridge control possible 0000:00:02.0 [ 0.444755] SCSI subsystem initialized [ 0.445999] ACPI: bus type USB registered [ 0.447128] usbcore: registered new interface driver usbfs [ 0.448518] usbcore: registered new interface driver hub [ 0.449871] usbcore: registered new device driver usb [ 0.451358] PCI: Using ACPI for IRQ routing [ 0.452859] NetLabel: Initializing [ 0.453832] NetLabel: domain hash size = 128 [ 0.454981] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.456276] NetLabel: unlabeled traffic allowed by default [ 0.457833] clocksource: Switched to clocksource kvm-clock [ 0.467763] AppArmor: AppArmor Filesystem Enabled [ 0.469065] pnp: PnP ACPI init [ 0.470295] pnp: PnP ACPI: found 5 devices [ 0.477095] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.479403] NET: Registered protocol family 2 [ 0.480797] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.482538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.484168] TCP: Hash tables configured (established 4096 bind 4096) [ 0.485782] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.487237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.488825] NET: Registered protocol family 1 [ 0.490026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.491511] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.492954] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.507472] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522075] Trying to unpack rootfs image as initramfs... [ 0.583400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.588470] Scanning for low memory corruption every 60 seconds [ 0.590741] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.592336] audit: initializing netlink subsys (disabled) [ 0.593777] audit: type=2000 audit(1535805273.221:1): initialized [ 0.595680] Initialise system trusted keyring [ 0.597034] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.598610] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.601314] zbud: loaded [ 0.602323] VFS: Disk quotas dquot_6.6.0 [ 0.603449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.605607] fuse init (API version 7.23) [ 0.606854] Key type big_key registered [ 0.607957] Allocating IMA MOK and blacklist keyrings. [ 0.609597] Key type asymmetric registered [ 0.610736] Asymmetric key parser 'x509' registered [ 0.612047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.614148] io scheduler noop registered [ 0.615248] io scheduler deadline registered (default) [ 0.616626] io scheduler cfq registered [ 0.617802] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.621012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.623022] ACPI: Power Button [PWRF] [ 0.624241] GHES: HEST is not enabled! [ 0.638374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.667603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.670532] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697229] Linux agpgart interface v0.103 [ 0.700642] brd: module loaded [ 0.702889] loop: module loaded [ 0.707938] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.709974] GPT:90111 != 2097151 [ 0.710924] GPT:Alternate GPT header not at the end of the disk. [ 0.712431] GPT:90111 != 2097151 [ 0.713379] GPT: Use GNU Parted to correct GPT errors. [ 0.714765] vda: vda1 vda15 [ 0.716425] scsi host0: ata_piix [ 0.717501] scsi host1: ata_piix [ 0.718513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722214] libphy: Fixed MDIO Bus: probed [ 0.723358] tun: Universal TUN/TAP device driver, 1.6 [ 0.724675] tun: (C) 1999-2004 Max Krasnyansky [ 0.727662] PPP generic driver version 2.4.2 [ 0.728960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730625] ehci-pci: EHCI PCI platform driver [ 0.731860] ehci-platform: EHCI generic platform driver [ 0.733437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734986] ohci-pci: OHCI PCI platform driver [ 0.736195] ohci-platform: OHCI generic platform driver [ 0.737555] uhci_hcd: USB Universal Host Controller Interface driver [ 0.752176] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.753555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.755578] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.756972] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.758548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.760223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.762199] usb usb1: Product: UHCI Host Controller [ 0.763471] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765035] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766367] hub 1-0:1.0: USB hub found [ 0.767483] hub 1-0:1.0: 2 ports detected [ 0.768769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.771668] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.772976] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.774391] mousedev: PS/2 mouse device common for all mice [ 0.776088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.778584] rtc_cmos 00:00: RTC can wake from S4 [ 0.780128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.781751] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.783377] i2c /dev entries driver [ 0.784424] device-mapper: uevent: version 1.0.3 [ 0.785737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.787985] ledtrig-cpu: registered to indicate activity on CPUs [ 0.789849] NET: Registered protocol family 10 [ 0.791407] NET: Registered protocol family 17 [ 0.792627] Key type dns_resolver registered [ 0.793931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.795433] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.797861] registered taskstats version 1 [ 0.799012] Loading compiled-in X.509 certificates [ 0.800845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.803378] zswap: loaded using pool lzo/zbud [ 0.805472] Key type trusted registered [ 0.807620] Key type encrypted registered [ 0.808762] AppArmor: AppArmor sha1 policy hashing enabled [ 0.810189] ima: No TPM chip found, activating TPM-bypass! [ 0.811627] evm: HMAC attrs: 0x1 [ 0.812931] Magic number: 2:394:581 [ 0.814108] rtc_cmos 00:00: setting system clock to 2018-09-01 12:34:33 UTC (1535805273) [ 0.816331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.817847] EDD information not available. [ 0.883360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.899603] Write protecting the kernel read-only data: 14336k [ 0.902516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904910] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.058763] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNyhyx4A8l3o4+7z0G4EmfZ90OOw3MgkRB0zzB/bWHZ0qpD0wfpYzxC2UtnCJbltJhe83OZF59CHUftKKIo+XEgdNKe2PduYkg8BW9FYoh/P6IWzPjKr7jX4th5O0GtKjfjvFT8XVfKNuiMhobTzoOnkyHbrtdN7YawkaLYpPYW2Eb8VNbTq2ZDS4WU16CzXsj/IHIKHD4NZLQJjB1FD2ZhSpFrNrOcULiqycjvuucpdHUrclpO3hL936hmg6ahIZvMIojpm8Qg+cZVp9SYjY4Dsxvlw1g1s1BFe7AytEHBmYTwg6UxsrT1lXO/15umTkNTbIOb2C4qtegu3mhZ7W/ root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 ssh-dss AAAAB3NzaC1kc3MAAACBANgBrJQOhA1S/n/2sfHlKQSBF2iPGwcStxvjGkyFovgIGc/VywNggAPVJCFroyeQGO/hnaAoNxAWAJ/rBe8j4k8qeFyE6UE3v7bRnYq1Q0/EjA6wdMUtq1mA3GSUbfemR+CEDsxARXFLiHkVLv8lqDfpx9FtvVUzEcowsgiyyJZFAAAAFQDFhYeDb8cbNKBF0thiwTUg6K81UQAAAIEA0FMKZ2tgI8tI7RQCP3hiKJ39u/f/+FW1mmUT8DO5OJbdlVUf+xQ7jr2ziOQkJ+XxA0rA3hAvIor2c4UF+US923qVdRA5Y8rhuob+CLuOooGBBe4I3Y3y8QNsK7UybKqhs9f5BQoaINW6Lu33d9gE6rCkk/aShtvS4p2bwx2YYqsAAACBAM/t+azUePgMU0mLW/rDGGqZMb31xxGTUGkqc1EtFff387PrOgfqQKxLQOcYXUlToT4C/1bxekc3dN5JQcKORv9iNvCphPDXhWTb/uHtcjd2lGe6g4DldPpCDRBvgEsfhOZW8UTRAmUfGPfQjIfVfoiar3fg/bOmeG1clfdaEcZN root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe43:65f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 launch-index: 0 === cirros: current=0.4.0 uptime=2.67 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: 2018-09-01 12:34:48,057 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.200: timed out 2018-09-01 12:34:57,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:34:57,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:34:57,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34: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-4e854249-1ea8-4ad1-a081-154dd48fa03b x-compute-request-id: req-4e854249-1ea8-4ad1-a081-154dd48fa03b Content-Encoding: gzip Content-Length: 9582 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470243182 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.184201] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186455] pid_max: default: 32768 minimum: 301\n[ 0.187673] ACPI: Core revision 20150930\n[ 0.189334] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191101] Security Framework initialized\n[ 0.192205] Yama: becoming mindful.\n[ 0.193197] AppArmor: AppArmor initialized\n[ 0.194352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196098] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199411] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201264] Initializing cgroup subsys io\n[ 0.202368] Initializing cgroup subsys memory\n[ 0.203550] Initializing cgroup subsys devices\n[ 0.204737] Initializing cgroup subsys freezer\n[ 0.205916] Initializing cgroup subsys net_cls\n[ 0.207102] Initializing cgroup subsys perf_event\n[ 0.208342] Initializing cgroup subsys net_prio\n[ 0.209536] Initializing cgroup subsys hugetlb\n[ 0.210714] Initializing cgroup subsys pids\n[ 0.211892] CPU: Physical Processor ID: 0\n[ 0.213682] mce: CPU supports 10 MCE banks\n[ 0.214827] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.230966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237529] ftrace: allocating 31920 entries in 125 pages\n[ 0.262658] smpboot: Max logical packages: 1\n[ 0.263838] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.265698] x2apic enabled\n[ 0.266825] Switched APIC routing to physical x2apic.\n[ 0.269259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.270758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.273451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.275880] KVM setup paravirtual spinlock\n[ 0.277472] x86: Booted up 1 node, 1 CPUs\n[ 0.278573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.280444] devtmpfs: initialized\n[ 0.282406] evm: security.selinux\n[ 0.283359] evm: security.SMACK64\n[ 0.284309] evm: security.SMACK64EXEC\n[ 0.285326] evm: security.SMACK64TRANSMUTE\n[ 0.286420] evm: security.SMACK64MMAP\n[ 0.287429] evm: security.ima\n[ 0.288310] evm: security.capability\n[ 0.289380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.291913] pinctrl core: initialized pinctrl subsystem\n[ 0.293414] RTC time: 12:34:32, date: 09/01/18\n[ 0.294720] NET: Registered protocol family 16\n[ 0.296053] cpuidle: using governor ladder\n[ 0.297193] cpuidle: using governor menu\n[ 0.298294] PCCT header not found.\n[ 0.299330] ACPI: bus type PCI registered\n[ 0.300420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.302114] PCI: Using configuration type 1 for base access\n[ 0.304284] ACPI: Added _OSI(Module Device)\n[ 0.305442] ACPI: Added _OSI(Processor Device)\n[ 0.306624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.307873] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.310087] ACPI: Interpreter enabled\n[ 0.311136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.313689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.316234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.318787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.321314] ACPI: (supports S0 S5)\n[ 0.322292] ACPI: Using IOAPIC for interrupt routing\n[ 0.323591] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327424] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.328970] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332262] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335212] acpiphp: Slot [3] registered\n[ 0.336308] acpiphp: Slot [4] registered\n[ 0.337402] acpiphp: Slot [5] registered\n[ 0.338498] acpiphp: Slot [6] registered\n[ 0.339595] acpiphp: Slot [7] registered\n[ 0.340677] acpiphp: Slot [8] registered\n[ 0.341781] acpiphp: Slot [9] registered\n[ 0.342868] acpiphp: Slot [10] registered\n[ 0.343973] acpiphp: Slot [11] registered\n[ 0.345075] acpiphp: Slot [12] registered\n[ 0.346175] acpiphp: Slot [13] registered\n[ 0.347269] acpiphp: Slot [14] registered\n[ 0.348365] acpiphp: Slot [15] registered\n[ 0.363692] acpiphp: Slot [16] registered\n[ 0.364821] acpiphp: Slot [17] registered\n[ 0.365934] acpiphp: Slot [18] registered\n[ 0.367037] acpiphp: Slot [19] registered\n[ 0.368137] acpiphp: Slot [20] registered\n[ 0.369240] acpiphp: Slot [21] registered\n[ 0.370350] acpiphp: Slot [22] registered\n[ 0.371454] acpiphp: Slot [23] registered\n[ 0.372561] acpiphp: Slot [24] registered\n[ 0.373665] acpiphp: Slot [25] registered\n[ 0.374767] acpiphp: Slot [26] registered\n[ 0.375853] acpiphp: Slot [27] registered\n[ 0.376961] acpiphp: Slot [28] registered\n[ 0.378086] acpiphp: Slot [29] registered\n[ 0.379197] acpiphp: Slot [30] registered\n[ 0.380323] acpiphp: Slot [31] registered\n[ 0.381413] PCI host bridge to bus 0000:00\n[ 0.382506] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.385732] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.387693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.389654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.391641] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.395579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.398840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.400540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.404922] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.406896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.427398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.429403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.431336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.433266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.435281] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.436983] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.438784] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.440200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.442302] vgaarb: loaded\n[ 0.443127] vgaarb: bridge control possible 0000:00:02.0\n[ 0.444755] SCSI subsystem initialized\n[ 0.445999] ACPI: bus type USB registered\n[ 0.447128] usbcore: registered new interface driver usbfs\n[ 0.448518] usbcore: registered new interface driver hub\n[ 0.449871] usbcore: registered new device driver usb\n[ 0.451358] PCI: Using ACPI for IRQ routing\n[ 0.452859] NetLabel: Initializing\n[ 0.453832] NetLabel: domain hash size = 128\n[ 0.454981] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.456276] NetLabel: unlabeled traffic allowed by default\n[ 0.457833] clocksource: Switched to clocksource kvm-clock\n[ 0.467763] AppArmor: AppArmor Filesystem Enabled\n[ 0.469065] pnp: PnP ACPI init\n[ 0.470295] pnp: PnP ACPI: found 5 devices\n[ 0.477095] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.479403] NET: Registered protocol family 2\n[ 0.480797] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.484168] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485782] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.488825] NET: Registered protocol family 1\n[ 0.490026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.491511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.492954] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.507472] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.522075] Trying to unpack rootfs image as initramfs...\n[ 0.583400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.588470] Scanning for low memory corruption every 60 seconds\n[ 0.590741] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.592336] audit: initializing netlink subsys (disabled)\n[ 0.593777] audit: type=2000 audit(1535805273.221:1): initialized\n[ 0.595680] Initialise system trusted keyring\n[ 0.597034] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.598610] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.601314] zbud: loaded\n[ 0.602323] VFS: Disk quotas dquot_6.6.0\n[ 0.603449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.605607] fuse init (API version 7.23)\n[ 0.606854] Key type big_key registered\n[ 0.607957] Allocating IMA MOK and blacklist keyrings.\n[ 0.609597] Key type asymmetric registered\n[ 0.610736] Asymmetric key parser 'x509' registered\n[ 0.612047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.614148] io scheduler noop registered\n[ 0.615248] io scheduler deadline registered (default)\n[ 0.616626] io scheduler cfq registered\n[ 0.617802] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.619247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.621012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.623022] ACPI: Power Button [PWRF]\n[ 0.624241] GHES: HEST is not enabled!\n[ 0.638374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.667603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670532] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697229] Linux agpgart interface v0.103\n[ 0.700642] brd: module loaded\n[ 0.702889] loop: module loaded\n[ 0.707938] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.709974] GPT:90111 != 2097151\n[ 0.710924] GPT:Alternate GPT header not at the end of the disk.\n[ 0.712431] GPT:90111 != 2097151\n[ 0.713379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.714765] vda: vda1 vda15\n[ 0.716425] scsi host0: ata_piix\n[ 0.717501] scsi host1: ata_piix\n[ 0.718513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.720202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.722214] libphy: Fixed MDIO Bus: probed\n[ 0.723358] tun: Universal TUN/TAP device driver, 1.6\n[ 0.724675] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.727662] PPP generic driver version 2.4.2\n[ 0.728960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.730625] ehci-pci: EHCI PCI platform driver\n[ 0.731860] ehci-platform: EHCI generic platform driver\n[ 0.733437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.734986] ohci-pci: OHCI PCI platform driver\n[ 0.736195] ohci-platform: OHCI generic platform driver\n[ 0.737555] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.752176] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.753555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.755578] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.756972] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.758548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.760223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.762199] usb usb1: Product: UHCI Host Controller\n[ 0.763471] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.765035] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.766367] hub 1-0:1.0: USB hub found\n[ 0.767483] hub 1-0:1.0: 2 ports detected\n[ 0.768769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.771668] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.772976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.774391] mousedev: PS/2 mouse device common for all mice\n[ 0.776088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.778584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.780128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.781751] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.783377] i2c /dev entries driver\n[ 0.784424] device-mapper: uevent: version 1.0.3\n[ 0.785737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.787985] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.789849] NET: Registered protocol family 10\n[ 0.791407] NET: Registered protocol family 17\n[ 0.792627] Key type dns_resolver registered\n[ 0.793931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.795433] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.797861] registered taskstats version 1\n[ 0.799012] Loading compiled-in X.509 certificates\n[ 0.800845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.803378] zswap: loaded using pool lzo/zbud\n[ 0.805472] Key type trusted registered\n[ 0.807620] Key type encrypted registered\n[ 0.808762] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.810189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.811627] evm: HMAC attrs: 0x1\n[ 0.812931] Magic number: 2:394:581\n[ 0.814108] rtc_cmos 00:00: setting system clock to 2018-09-01 12:34:33 UTC (1535805273)\n[ 0.816331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.817847] EDD information not available.\n[ 0.883360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899603] Write protecting the kernel read-only data: 14336k\n[ 0.902516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904910] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.058763] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNyhyx4A8l3o4+7z0G4EmfZ90OOw3MgkRB0zzB/bWHZ0qpD0wfpYzxC2UtnCJbltJhe83OZF59CHUftKKIo+XEgdNKe2PduYkg8BW9FYoh/P6IWzPjKr7jX4th5O0GtKjfjvFT8XVfKNuiMhobTzoOnkyHbrtdN7YawkaLYpPYW2Eb8VNbTq2ZDS4WU16CzXsj/IHIKHD4NZLQJjB1FD2ZhSpFrNrOcULiqycjvuucpdHUrclpO3hL936hmg6ahIZvMIojpm8Qg+cZVp9SYjY4Dsxvlw1g1s1BFe7AytEHBmYTwg6UxsrT1lXO/15umTkNTbIOb2C4qtegu3mhZ7W/ root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nssh-dss AAAAB3NzaC1kc3MAAACBANgBrJQOhA1S/n/2sfHlKQSBF2iPGwcStxvjGkyFovgIGc/VywNggAPVJCFroyeQGO/hnaAoNxAWAJ/rBe8j4k8qeFyE6UE3v7bRnYq1Q0/EjA6wdMUtq1mA3GSUbfemR+CEDsxARXFLiHkVLv8lqDfpx9FtvVUzEcowsgiyyJZFAAAAFQDFhYeDb8cbNKBF0thiwTUg6K81UQAAAIEA0FMKZ2tgI8tI7RQCP3hiKJ39u/f/+FW1mmUT8DO5OJbdlVUf+xQ7jr2ziOQkJ+XxA0rA3hAvIor2c4UF+US923qVdRA5Y8rhuob+CLuOooGBBe4I3Y3y8QNsK7UybKqhs9f5BQoaINW6Lu33d9gE6rCkk/aShtvS4p2bwx2YYqsAAACBAM/t+azUePgMU0mLW/rDGGqZMb31xxGTUGkqc1EtFff387PrOgfqQKxLQOcYXUlToT4C/1bxekc3dN5JQcKORv9iNvCphPDXhWTb/uHtcjd2lGe6g4DldPpCDRBvgEsfhOZW8UTRAmUfGPfQjIfVfoiar3fg/bOmeG1clfdaEcZN root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe43:65f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.67 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: "} 2018-09-01 12:34:57,175 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action used request id req-4e854249-1ea8-4ad1-a081-154dd48fa03b 2018-09-01 12:34:57,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109666109085s 2018-09-01 12:34:57,176 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/action used request id req-4e854249-1ea8-4ad1-a081-154dd48fa03b 2018-09-01 12:34:57,177 - 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 470243182 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.184201] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186455] pid_max: default: 32768 minimum: 301 [ 0.187673] ACPI: Core revision 20150930 [ 0.189334] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191101] Security Framework initialized [ 0.192205] Yama: becoming mindful. [ 0.193197] AppArmor: AppArmor initialized [ 0.194352] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196098] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197787] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199411] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201264] Initializing cgroup subsys io [ 0.202368] Initializing cgroup subsys memory [ 0.203550] Initializing cgroup subsys devices [ 0.204737] Initializing cgroup subsys freezer [ 0.205916] Initializing cgroup subsys net_cls [ 0.207102] Initializing cgroup subsys perf_event [ 0.208342] Initializing cgroup subsys net_prio [ 0.209536] Initializing cgroup subsys hugetlb [ 0.210714] Initializing cgroup subsys pids [ 0.211892] CPU: Physical Processor ID: 0 [ 0.213682] mce: CPU supports 10 MCE banks [ 0.214827] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216199] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.230966] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237529] ftrace: allocating 31920 entries in 125 pages [ 0.262658] smpboot: Max logical packages: 1 [ 0.263838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.265698] x2apic enabled [ 0.266825] Switched APIC routing to physical x2apic. [ 0.269259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.270758] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.273451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.275880] KVM setup paravirtual spinlock [ 0.277472] x86: Booted up 1 node, 1 CPUs [ 0.278573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.280444] devtmpfs: initialized [ 0.282406] evm: security.selinux [ 0.283359] evm: security.SMACK64 [ 0.284309] evm: security.SMACK64EXEC [ 0.285326] evm: security.SMACK64TRANSMUTE [ 0.286420] evm: security.SMACK64MMAP [ 0.287429] evm: security.ima [ 0.288310] evm: security.capability [ 0.289380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291913] pinctrl core: initialized pinctrl subsystem [ 0.293414] RTC time: 12:34:32, date: 09/01/18 [ 0.294720] NET: Registered protocol family 16 [ 0.296053] cpuidle: using governor ladder [ 0.297193] cpuidle: using governor menu [ 0.298294] PCCT header not found. [ 0.299330] ACPI: bus type PCI registered [ 0.300420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.302114] PCI: Using configuration type 1 for base access [ 0.304284] ACPI: Added _OSI(Module Device) [ 0.305442] ACPI: Added _OSI(Processor Device) [ 0.306624] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.307873] ACPI: Added _OSI(Processor Aggregator Device) [ 0.310087] ACPI: Interpreter enabled [ 0.311136] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.313689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.316234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.318787] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.321314] ACPI: (supports S0 S5) [ 0.322292] ACPI: Using IOAPIC for interrupt routing [ 0.323591] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327424] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.328970] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330645] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332262] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335212] acpiphp: Slot [3] registered [ 0.336308] acpiphp: Slot [4] registered [ 0.337402] acpiphp: Slot [5] registered [ 0.338498] acpiphp: Slot [6] registered [ 0.339595] acpiphp: Slot [7] registered [ 0.340677] acpiphp: Slot [8] registered [ 0.341781] acpiphp: Slot [9] registered [ 0.342868] acpiphp: Slot [10] registered [ 0.343973] acpiphp: Slot [11] registered [ 0.345075] acpiphp: Slot [12] registered [ 0.346175] acpiphp: Slot [13] registered [ 0.347269] acpiphp: Slot [14] registered [ 0.348365] acpiphp: Slot [15] registered [ 0.363692] acpiphp: Slot [16] registered [ 0.364821] acpiphp: Slot [17] registered [ 0.365934] acpiphp: Slot [18] registered [ 0.367037] acpiphp: Slot [19] registered [ 0.368137] acpiphp: Slot [20] registered [ 0.369240] acpiphp: Slot [21] registered [ 0.370350] acpiphp: Slot [22] registered [ 0.371454] acpiphp: Slot [23] registered [ 0.372561] acpiphp: Slot [24] registered [ 0.373665] acpiphp: Slot [25] registered [ 0.374767] acpiphp: Slot [26] registered [ 0.375853] acpiphp: Slot [27] registered [ 0.376961] acpiphp: Slot [28] registered [ 0.378086] acpiphp: Slot [29] registered [ 0.379197] acpiphp: Slot [30] registered [ 0.380323] acpiphp: Slot [31] registered [ 0.381413] PCI host bridge to bus 0000:00 [ 0.382506] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384118] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.385732] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.387693] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.389654] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.391641] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.395579] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.398840] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.400540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.404922] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.406896] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.427398] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429403] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.431336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.433266] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.435281] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.436983] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.438784] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.440200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.442302] vgaarb: loaded [ 0.443127] vgaarb: bridge control possible 0000:00:02.0 [ 0.444755] SCSI subsystem initialized [ 0.445999] ACPI: bus type USB registered [ 0.447128] usbcore: registered new interface driver usbfs [ 0.448518] usbcore: registered new interface driver hub [ 0.449871] usbcore: registered new device driver usb [ 0.451358] PCI: Using ACPI for IRQ routing [ 0.452859] NetLabel: Initializing [ 0.453832] NetLabel: domain hash size = 128 [ 0.454981] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.456276] NetLabel: unlabeled traffic allowed by default [ 0.457833] clocksource: Switched to clocksource kvm-clock [ 0.467763] AppArmor: AppArmor Filesystem Enabled [ 0.469065] pnp: PnP ACPI init [ 0.470295] pnp: PnP ACPI: found 5 devices [ 0.477095] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.479403] NET: Registered protocol family 2 [ 0.480797] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.482538] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.484168] TCP: Hash tables configured (established 4096 bind 4096) [ 0.485782] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.487237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.488825] NET: Registered protocol family 1 [ 0.490026] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.491511] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.492954] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.507472] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.522075] Trying to unpack rootfs image as initramfs... [ 0.583400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.588470] Scanning for low memory corruption every 60 seconds [ 0.590741] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.592336] audit: initializing netlink subsys (disabled) [ 0.593777] audit: type=2000 audit(1535805273.221:1): initialized [ 0.595680] Initialise system trusted keyring [ 0.597034] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.598610] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.601314] zbud: loaded [ 0.602323] VFS: Disk quotas dquot_6.6.0 [ 0.603449] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.605607] fuse init (API version 7.23) [ 0.606854] Key type big_key registered [ 0.607957] Allocating IMA MOK and blacklist keyrings. [ 0.609597] Key type asymmetric registered [ 0.610736] Asymmetric key parser 'x509' registered [ 0.612047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.614148] io scheduler noop registered [ 0.615248] io scheduler deadline registered (default) [ 0.616626] io scheduler cfq registered [ 0.617802] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.619247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.621012] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.623022] ACPI: Power Button [PWRF] [ 0.624241] GHES: HEST is not enabled! [ 0.638374] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.667603] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.670532] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697229] Linux agpgart interface v0.103 [ 0.700642] brd: module loaded [ 0.702889] loop: module loaded [ 0.707938] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.709974] GPT:90111 != 2097151 [ 0.710924] GPT:Alternate GPT header not at the end of the disk. [ 0.712431] GPT:90111 != 2097151 [ 0.713379] GPT: Use GNU Parted to correct GPT errors. [ 0.714765] vda: vda1 vda15 [ 0.716425] scsi host0: ata_piix [ 0.717501] scsi host1: ata_piix [ 0.718513] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.720202] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.722214] libphy: Fixed MDIO Bus: probed [ 0.723358] tun: Universal TUN/TAP device driver, 1.6 [ 0.724675] tun: (C) 1999-2004 Max Krasnyansky [ 0.727662] PPP generic driver version 2.4.2 [ 0.728960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.730625] ehci-pci: EHCI PCI platform driver [ 0.731860] ehci-platform: EHCI generic platform driver [ 0.733437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.734986] ohci-pci: OHCI PCI platform driver [ 0.736195] ohci-platform: OHCI generic platform driver [ 0.737555] uhci_hcd: USB Universal Host Controller Interface driver [ 0.752176] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.753555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.755578] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.756972] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.758548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.760223] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.762199] usb usb1: Product: UHCI Host Controller [ 0.763471] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.765035] usb usb1: SerialNumber: 0000:00:01.2 [ 0.766367] hub 1-0:1.0: USB hub found [ 0.767483] hub 1-0:1.0: 2 ports detected [ 0.768769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.771668] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.772976] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.774391] mousedev: PS/2 mouse device common for all mice [ 0.776088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.778584] rtc_cmos 00:00: RTC can wake from S4 [ 0.780128] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.781751] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.783377] i2c /dev entries driver [ 0.784424] device-mapper: uevent: version 1.0.3 [ 0.785737] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.787985] ledtrig-cpu: registered to indicate activity on CPUs [ 0.789849] NET: Registered protocol family 10 [ 0.791407] NET: Registered protocol family 17 [ 0.792627] Key type dns_resolver registered [ 0.793931] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.795433] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.797861] registered taskstats version 1 [ 0.799012] Loading compiled-in X.509 certificates [ 0.800845] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.803378] zswap: loaded using pool lzo/zbud [ 0.805472] Key type trusted registered [ 0.807620] Key type encrypted registered [ 0.808762] AppArmor: AppArmor sha1 policy hashing enabled [ 0.810189] ima: No TPM chip found, activating TPM-bypass! [ 0.811627] evm: HMAC attrs: 0x1 [ 0.812931] Magic number: 2:394:581 [ 0.814108] rtc_cmos 00:00: setting system clock to 2018-09-01 12:34:33 UTC (1535805273) [ 0.816331] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.817847] EDD information not available. [ 0.883360] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.899603] Write protecting the kernel read-only data: 14336k [ 0.902516] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904910] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.058763] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNyhyx4A8l3o4+7z0G4EmfZ90OOw3MgkRB0zzB/bWHZ0qpD0wfpYzxC2UtnCJbltJhe83OZF59CHUftKKIo+XEgdNKe2PduYkg8BW9FYoh/P6IWzPjKr7jX4th5O0GtKjfjvFT8XVfKNuiMhobTzoOnkyHbrtdN7YawkaLYpPYW2Eb8VNbTq2ZDS4WU16CzXsj/IHIKHD4NZLQJjB1FD2ZhSpFrNrOcULiqycjvuucpdHUrclpO3hL936hmg6ahIZvMIojpm8Qg+cZVp9SYjY4Dsxvlw1g1s1BFe7AytEHBmYTwg6UxsrT1lXO/15umTkNTbIOb2C4qtegu3mhZ7W/ root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 ssh-dss AAAAB3NzaC1kc3MAAACBANgBrJQOhA1S/n/2sfHlKQSBF2iPGwcStxvjGkyFovgIGc/VywNggAPVJCFroyeQGO/hnaAoNxAWAJ/rBe8j4k8qeFyE6UE3v7bRnYq1Q0/EjA6wdMUtq1mA3GSUbfemR+CEDsxARXFLiHkVLv8lqDfpx9FtvVUzEcowsgiyyJZFAAAAFQDFhYeDb8cbNKBF0thiwTUg6K81UQAAAIEA0FMKZ2tgI8tI7RQCP3hiKJ39u/f/+FW1mmUT8DO5OJbdlVUf+xQ7jr2ziOQkJ+XxA0rA3hAvIor2c4UF+US923qVdRA5Y8rhuob+CLuOooGBBe4I3Y3y8QNsK7UybKqhs9f5BQoaINW6Lu33d9gE6rCkk/aShtvS4p2bwx2YYqsAAACBAM/t+azUePgMU0mLW/rDGGqZMb31xxGTUGkqc1EtFff387PrOgfqQKxLQOcYXUlToT4C/1bxekc3dN5JQcKORv9iNvCphPDXhWTb/uHtcjd2lGe6g4DldPpCDRBvgEsfhOZW8UTRAmUfGPfQjIfVfoiar3fg/bOmeG1clfdaEcZN root@cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe43:65f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 launch-index: 0 === cirros: current=0.4.0 uptime=2.67 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: 2018-09-01 12:34:57,179 - paramiko.transport - DEBUG - starting thread (client mode): 0x21e61410L 2018-09-01 12:34:57,180 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 12:34:57,180 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 12:34:57,181 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 12:34:57,182 - 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-09-01 12:34:57,182 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 12:34:57,182 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 12:34:57,182 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 12:34:57,183 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 12:34:57,183 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 12:34:57,237 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 12:34:57,238 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 12:34:57,244 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 1e1ed056ebf51a9e8fc2cc9190ad0783 2018-09-01 12:34:57,245 - paramiko.transport - DEBUG - Trying discovered key 53e7b73cbbc36fcdfc53659282e0100a in /tmp/tmpyTzaJY 2018-09-01 12:34:57,277 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 12:34:57,283 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 12:34:57,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-09-01 12:34:57,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"volume": {"display_name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "size": "2"}}' 2018-09-01 12:34:58,735 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:34:57 GMT Server: Apache x-compute-request-id: req-47c223fc-8f52-486d-bce9-a49d732cd245 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-47c223fc-8f52-486d-bce9-a49d732cd245 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}} 2018-09-01 12:34:58,736 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes used request id req-47c223fc-8f52-486d-bce9-a49d732cd245 2018-09-01 12:34:58,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.42310190201s 2018-09-01 12:34:58,736 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes used request id req-47c223fc-8f52-486d-bce9-a49d732cd245 2018-09-01 12:34:58,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:34:58,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:34:59,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:34:58 GMT Server: Apache x-compute-request-id: req-36c114bf-19bd-4e68-83a6-9f343511b680 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36c114bf-19bd-4e68-83a6-9f343511b680 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:34:58.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:34:59,782 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-36c114bf-19bd-4e68-83a6-9f343511b680 2018-09-01 12:34:59,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.0452477932s 2018-09-01 12:34:59,782 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-36c114bf-19bd-4e68-83a6-9f343511b680 2018-09-01 12:34:59,784 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:01,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:01,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:02,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:01 GMT Server: Apache x-compute-request-id: req-15f249b7-58bc-47b5-8083-d5a7fef871fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-15f249b7-58bc-47b5-8083-d5a7fef871fe Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:01.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:02,926 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-15f249b7-58bc-47b5-8083-d5a7fef871fe 2018-09-01 12:35:02,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.13929796219s 2018-09-01 12:35:02,927 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-15f249b7-58bc-47b5-8083-d5a7fef871fe 2018-09-01 12:35:02,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:35:02,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:03,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b54b0298-7db4-4010-9849-e5fc572705ab Date: Sat, 01 Sep 2018 12:35:03 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":["4a483863-c4e2-4c0f-8800-078e58806045"],"updated_at":"2018-09-01T12:34:09Z","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:35:03,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b54b0298-7db4-4010-9849-e5fc572705ab 2018-09-01 12:35:03,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.338947057724s 2018-09-01 12:35:03,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-b54b0298-7db4-4010-9849-e5fc572705ab 2018-09-01 12:35:03,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:35:03,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:04,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-6891658c-c3ce-484e-abc5-369a1a4adb4b Date: Sat, 01 Sep 2018 12:35:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:34:16Z", "file": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file", "owner": "c972330251fc4508a85b263e869a2ee1", "id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "size": 12716032, "self": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:34:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:35:04,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6891658c-c3ce-484e-abc5-369a1a4adb4b 2018-09-01 12:35:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.807355880737s 2018-09-01 12:35:04,080 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-6891658c-c3ce-484e-abc5-369a1a4adb4b 2018-09-01 12:35:04,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:35:04,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:04,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-a1f2225a-5baa-4bcb-b426-42c95ed63002 x-compute-request-id: req-a1f2225a-5baa-4bcb-b426-42c95ed63002 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "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": "301950e7-0784-440d-972d-7f27fa2a1daa"}]} 2018-09-01 12:35:04,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a1f2225a-5baa-4bcb-b426-42c95ed63002 2018-09-01 12:35:04,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253829956055s 2018-09-01 12:35:04,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-a1f2225a-5baa-4bcb-b426-42c95ed63002 2018-09-01 12:35:04,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-01 12:35:04,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"server": {"name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "imageRef": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "flavorRef": "301950e7-0784-440d-972d-7f27fa2a1daa", "max_count": 1, "min_count": 1, "networks": [{"uuid": "30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd"}], "security_groups": [{"name": "432f389c-2551-485a-8629-8ebf8edcdd19"}]}}' 2018-09-01 12:35:08,383 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:35:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ceb76279-beda-46c1-b36a-14b11bf1dcbf x-compute-request-id: req-ceb76279-beda-46c1-b36a-14b11bf1dcbf Content-Length: 403 location: http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "432f389c-2551-485a-8629-8ebf8edcdd19"}], "OS-DCF:diskConfig": "MANUAL", "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "adminPass": "xM4v7KJt22n6"}} 2018-09-01 12:35:08,383 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ceb76279-beda-46c1-b36a-14b11bf1dcbf 2018-09-01 12:35:08,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.27385997772s 2018-09-01 12:35:08,383 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers used request id req-ceb76279-beda-46c1-b36a-14b11bf1dcbf 2018-09-01 12:35:08,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:35:08,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:09,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-33059adb-698f-4884-ada5-9b85d635bb03 x-compute-request-id: req-33059adb-698f-4884-ada5-9b85d635bb03 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:35:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:34:32.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:32Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:35:09,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-33059adb-698f-4884-ada5-9b85d635bb03 2018-09-01 12:35:09,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14475011826s 2018-09-01 12:35:09,529 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-33059adb-698f-4884-ada5-9b85d635bb03 2018-09-01 12:35:09,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:11,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:35:11,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:12,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9717e451-5c56-4b10-b0fe-cdf84b16af31 x-compute-request-id: req-9717e451-5c56-4b10-b0fe-cdf84b16af31 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:35:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:34:32.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:32Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:35:12,247 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9717e451-5c56-4b10-b0fe-cdf84b16af31 2018-09-01 12:35:12,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710355043411s 2018-09-01 12:35:12,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-9717e451-5c56-4b10-b0fe-cdf84b16af31 2018-09-01 12:35:12,252 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:14,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:35:14,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:15,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-1886ff7b-b998-4907-a6fa-29e585064712 x-compute-request-id: req-1886ff7b-b998-4907-a6fa-29e585064712 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:35:13Z", "hostId": "bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:34:32.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:32Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:35:15,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1886ff7b-b998-4907-a6fa-29e585064712 2018-09-01 12:35:15,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.44839119911s 2018-09-01 12:35:15,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-1886ff7b-b998-4907-a6fa-29e585064712 2018-09-01 12:35:15,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:17,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:35:17,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:18,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-bb9354a8-6b88-4597-90e2-2e571239ea1d x-compute-request-id: req-bb9354a8-6b88-4597-90e2-2e571239ea1d Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:35:13Z", "hostId": "bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:34:32.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:32Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:35:18,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb9354a8-6b88-4597-90e2-2e571239ea1d 2018-09-01 12:35:18,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03111600876s 2018-09-01 12:35:18,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-bb9354a8-6b88-4597-90e2-2e571239ea1d 2018-09-01 12:35:18,747 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:20,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:35:20,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:21,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-c3238239-b370-4557-8842-b666f79a040e x-compute-request-id: req-c3238239-b370-4557-8842-b666f79a040e Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:6c:4c", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:35:19.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:35:19Z", "hostId": "bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:34:32.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:34:32Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:35:21,753 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c3238239-b370-4557-8842-b666f79a040e 2018-09-01 12:35:21,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00360679626s 2018-09-01 12:35:21,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-c3238239-b370-4557-8842-b666f79a040e 2018-09-01 12:35:21,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:35:21,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=689adc7b-2b08-4666-bcf5-fdd2d27f3463" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:21,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b7dce946-b054-4045-af2d-aa3cb250a455 Date: Sat, 01 Sep 2018 12:35:21 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:35:13Z","admin_state_up":true,"updated_at":"2018-09-01T12:35:19Z","binding:vnic_type":"normal","device_id":"689adc7b-2b08-4666-bcf5-fdd2d27f3463","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:83:6c:4c","id":"0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee","port_security_enabled":true,"project_id":"c972330251fc4508a85b263e869a2ee1","fixed_ips":[{"subnet_id":"4a483863-c4e2-4c0f-8800-078e58806045","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["432f389c-2551-485a-8629-8ebf8edcdd19"],"name":""}]} 2018-09-01 12:35:21,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=689adc7b-2b08-4666-bcf5-fdd2d27f3463 used request id req-b7dce946-b054-4045-af2d-aa3cb250a455 2018-09-01 12:35:21,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0524890422821s 2018-09-01 12:35:21,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=689adc7b-2b08-4666-bcf5-fdd2d27f3463 used request id req-b7dce946-b054-4045-af2d-aa3cb250a455 2018-09-01 12:35:21,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:35:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:22,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a5e9d0fc-a65f-4f21-a361-350f9c26d331 Date: Sat, 01 Sep 2018 12:35:22 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:35:22,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee used request id req-a5e9d0fc-a65f-4f21-a361-350f9c26d331 2018-09-01 12:35:22,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.190797805786s 2018-09-01 12:35:22,008 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json?port_id=0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee used request id req-a5e9d0fc-a65f-4f21-a361-350f9c26d331 2018-09-01 12:35:22,008 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:83:6c:4c', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1eec2dc9-c4bf-4244-a52c-aa7a583232a5'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-09-01T12:35:19.000000', 'flavor': Munch({u'id': u'301950e7-0784-440d-972d-7f27fa2a1daa'}), 'az': u'nova', 'id': u'689adc7b-2b08-4666-bcf5-fdd2d27f3463', 'security_groups': [Munch({u'name': u'cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd1516b777bf246f78650cd73249364a2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c972330251fc4508a85b263e869a2ee1', 'name': 'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', '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-09-01T12:35:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-01T12:35:19Z', 'hostId': u'bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a', '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-09-01T12:35:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c972330251fc4508a85b263e869a2ee1', 'name': u'cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'adminPass': u'xM4v7KJt22n6', 'tenant_id': u'c972330251fc4508a85b263e869a2ee1', 'created_at': u'2018-09-01T12:35:08Z', 'created': u'2018-09-01T12:35:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-01 12:35:22,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:35:22,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:22,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-36dab3b2-06ca-4145-8c57-13f0c63fc22e Date: Sat, 01 Sep 2018 12:35:22 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":["4a483863-c4e2-4c0f-8800-078e58806045"],"updated_at":"2018-09-01T12:34:09Z","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:35:22,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-36dab3b2-06ca-4145-8c57-13f0c63fc22e 2018-09-01 12:35:22,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0905749797821s 2018-09-01 12:35:22,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-36dab3b2-06ca-4145-8c57-13f0c63fc22e 2018-09-01 12:35:22,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 12:35:22,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:9696/v2.0/ports.json?device_id=689adc7b-2b08-4666-bcf5-fdd2d27f3463" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:22,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5450832c-933a-47a3-bcc8-53240031a736 Date: Sat, 01 Sep 2018 12:35:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:35:13Z","admin_state_up":true,"updated_at":"2018-09-01T12:35:19Z","binding:vnic_type":"normal","device_id":"689adc7b-2b08-4666-bcf5-fdd2d27f3463","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:83:6c:4c","id":"0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee","port_security_enabled":true,"project_id":"c972330251fc4508a85b263e869a2ee1","fixed_ips":[{"subnet_id":"4a483863-c4e2-4c0f-8800-078e58806045","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["432f389c-2551-485a-8629-8ebf8edcdd19"],"name":""}]} 2018-09-01 12:35:22,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=689adc7b-2b08-4666-bcf5-fdd2d27f3463 used request id req-5450832c-933a-47a3-bcc8-53240031a736 2018-09-01 12:35:22,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0511319637299s 2018-09-01 12:35:22,155 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json?device_id=689adc7b-2b08-4666-bcf5-fdd2d27f3463 used request id req-5450832c-933a-47a3-bcc8-53240031a736 2018-09-01 12:35:22,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-01 12:35:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"floatingip": {"floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.5", "port_id": "0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee"}}' 2018-09-01 12:35:23,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-b5446c9b-8eba-4be1-8c0a-375ba9cb195d Date: Sat, 01 Sep 2018 12:35:23 GMT RESP BODY: {"floatingip": {"router_id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:35:23Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee", "id": "9ae1f0e3-87bc-4a5a-8d52-77a368127543", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:35:23Z", "project_id": "c972330251fc4508a85b263e869a2ee1"}} 2018-09-01 12:35:23,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-b5446c9b-8eba-4be1-8c0a-375ba9cb195d 2018-09-01 12:35:23,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.78942704201s 2018-09-01 12:35:23,946 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-b5446c9b-8eba-4be1-8c0a-375ba9cb195d 2018-09-01 12:35:23,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:35:23,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:24,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1095 X-Openstack-Request-Id: req-42ccfca6-f753-413a-bad0-13c25a38285a Date: Sat, 01 Sep 2018 12:35:24 GMT RESP BODY: {"floatingips": [{"router_id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:35:23Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee", "id": "9ae1f0e3-87bc-4a5a-8d52-77a368127543", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:35:23Z", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"router_id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:34:35Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "45aa22f7-daf0-4b0e-a454-9c7050b0ee3e", "id": "e36b8c04-740c-434c-980f-f20b24c69665", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:35Z", "project_id": "c972330251fc4508a85b263e869a2ee1"}]} 2018-09-01 12:35:24,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-42ccfca6-f753-413a-bad0-13c25a38285a 2018-09-01 12:35:24,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.068678855896s 2018-09-01 12:35:24,023 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-42ccfca6-f753-413a-bad0-13c25a38285a 2018-09-01 12:35:24,030 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'ba8adda6-87eb-4673-b35c-892887a9edd0', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'c972330251fc4508a85b263e869a2ee1', 'created_at': u'2018-09-01T12:35:23Z', 'attached': True, 'updated_at': u'2018-09-01T12:35:23Z', 'id': u'9ae1f0e3-87bc-4a5a-8d52-77a368127543', 'floating_network_id': u'c2541a6c-ee2f-4745-866e-f11cc584589f', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c972330251fc4508a85b263e869a2ee1', 'name': 'cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'ba8adda6-87eb-4673-b35c-892887a9edd0', 'project_id': u'c972330251fc4508a85b263e869a2ee1', 'port_id': u'0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee', 'port': u'0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee', 'network': u'c2541a6c-ee2f-4745-866e-f11cc584589f'}) 2018-09-01 12:35:24,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:35:24,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:35:24,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-c94cd9d5-09d1-477d-b00c-d3a80cbd7f50 x-compute-request-id: req-c94cd9d5-09d1-477d-b00c-d3a80cbd7f50 Content-Encoding: gzip Content-Length: 9582 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488131142 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.190455] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192714] pid_max: default: 32768 minimum: 301\n[ 0.193937] ACPI: Core revision 20150930\n[ 0.195598] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197400] Security Framework initialized\n[ 0.198526] Yama: becoming mindful.\n[ 0.199533] AppArmor: AppArmor initialized\n[ 0.200689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204206] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205829] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207691] Initializing cgroup subsys io\n[ 0.208800] Initializing cgroup subsys memory\n[ 0.209985] Initializing cgroup subsys devices\n[ 0.211177] Initializing cgroup subsys freezer\n[ 0.212352] Initializing cgroup subsys net_cls\n[ 0.213549] Initializing cgroup subsys perf_event\n[ 0.214791] Initializing cgroup subsys net_prio\n[ 0.215998] Initializing cgroup subsys hugetlb\n[ 0.217182] Initializing cgroup subsys pids\n[ 0.218359] CPU: Physical Processor ID: 0\n[ 0.220150] mce: CPU supports 10 MCE banks\n[ 0.221313] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222673] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244252] ftrace: allocating 31920 entries in 125 pages\n[ 0.269963] smpboot: Max logical packages: 1\n[ 0.271145] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273000] x2apic enabled\n[ 0.274136] Switched APIC routing to physical x2apic.\n[ 0.276571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278080] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280776] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283204] KVM setup paravirtual spinlock\n[ 0.284794] x86: Booted up 1 node, 1 CPUs\n[ 0.285893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.287755] devtmpfs: initialized\n[ 0.289716] evm: security.selinux\n[ 0.290666] evm: security.SMACK64\n[ 0.291626] evm: security.SMACK64EXEC\n[ 0.292642] evm: security.SMACK64TRANSMUTE\n[ 0.293733] evm: security.SMACK64MMAP\n[ 0.294739] evm: security.ima\n[ 0.295620] evm: security.capability\n[ 0.296687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299187] pinctrl core: initialized pinctrl subsystem\n[ 0.300662] RTC time: 12:35:19, date: 09/01/18\n[ 0.301936] NET: Registered protocol family 16\n[ 0.303255] cpuidle: using governor ladder\n[ 0.304373] cpuidle: using governor menu\n[ 0.305457] PCCT header not found.\n[ 0.306482] ACPI: bus type PCI registered\n[ 0.307568] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309246] PCI: Using configuration type 1 for base access\n[ 0.311398] ACPI: Added _OSI(Module Device)\n[ 0.312545] ACPI: Added _OSI(Processor Device)\n[ 0.313726] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.314957] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317108] ACPI: Interpreter enabled\n[ 0.318148] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.320657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.325657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328136] ACPI: (supports S0 S5)\n[ 0.329097] ACPI: Using IOAPIC for interrupt routing\n[ 0.330372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334139] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.335657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337310] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.338919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341857] acpiphp: Slot [3] registered\n[ 0.342950] acpiphp: Slot [4] registered\n[ 0.344034] acpiphp: Slot [5] registered\n[ 0.345118] acpiphp: Slot [6] registered\n[ 0.346204] acpiphp: Slot [7] registered\n[ 0.347281] acpiphp: Slot [8] registered\n[ 0.348366] acpiphp: Slot [9] registered\n[ 0.349449] acpiphp: Slot [10] registered\n[ 0.350553] acpiphp: Slot [11] registered\n[ 0.351659] acpiphp: Slot [12] registered\n[ 0.352776] acpiphp: Slot [13] registered\n[ 0.353868] acpiphp: Slot [14] registered\n[ 0.354970] acpiphp: Slot [15] registered\n[ 0.370354] acpiphp: Slot [16] registered\n[ 0.371472] acpiphp: Slot [17] registered\n[ 0.372579] acpiphp: Slot [18] registered\n[ 0.373678] acpiphp: Slot [19] registered\n[ 0.374774] acpiphp: Slot [20] registered\n[ 0.375872] acpiphp: Slot [21] registered\n[ 0.376969] acpiphp: Slot [22] registered\n[ 0.378063] acpiphp: Slot [23] registered\n[ 0.379169] acpiphp: Slot [24] registered\n[ 0.380260] acpiphp: Slot [25] registered\n[ 0.381350] acpiphp: Slot [26] registered\n[ 0.382441] acpiphp: Slot [27] registered\n[ 0.383540] acpiphp: Slot [28] registered\n[ 0.384639] acpiphp: Slot [29] registered\n[ 0.385733] acpiphp: Slot [30] registered\n[ 0.386831] acpiphp: Slot [31] registered\n[ 0.387923] PCI host bridge to bus 0000:00\n[ 0.389022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.390645] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394224] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398187] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402293] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.403988] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407256] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.411621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.413573] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434251] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436241] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438148] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440056] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441948] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443736] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445522] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449076] vgaarb: loaded\n[ 0.449909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451537] SCSI subsystem initialized\n[ 0.452783] ACPI: bus type USB registered\n[ 0.453906] usbcore: registered new interface driver usbfs\n[ 0.455284] usbcore: registered new interface driver hub\n[ 0.456645] usbcore: registered new device driver usb\n[ 0.458127] PCI: Using ACPI for IRQ routing\n[ 0.459650] NetLabel: Initializing\n[ 0.460641] NetLabel: domain hash size = 128\n[ 0.461803] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463098] NetLabel: unlabeled traffic allowed by default\n[ 0.464658] clocksource: Switched to clocksource kvm-clock\n[ 0.474677] AppArmor: AppArmor Filesystem Enabled\n[ 0.475986] pnp: PnP ACPI init\n[ 0.477216] pnp: PnP ACPI: found 5 devices\n[ 0.484016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.486373] NET: Registered protocol family 2\n[ 0.487771] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489519] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.491151] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492777] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495824] NET: Registered protocol family 1\n[ 0.497021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498513] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499964] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529143] Trying to unpack rootfs image as initramfs...\n[ 0.591730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.596680] Scanning for low memory corruption every 60 seconds\n[ 0.598828] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.600429] audit: initializing netlink subsys (disabled)\n[ 0.601917] audit: type=2000 audit(1535805319.949:1): initialized\n[ 0.603786] Initialise system trusted keyring\n[ 0.605169] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.606742] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.609454] zbud: loaded\n[ 0.610452] VFS: Disk quotas dquot_6.6.0\n[ 0.611579] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.613731] fuse init (API version 7.23)\n[ 0.614957] Key type big_key registered\n[ 0.616067] Allocating IMA MOK and blacklist keyrings.\n[ 0.617736] Key type asymmetric registered\n[ 0.618872] Asymmetric key parser 'x509' registered\n[ 0.620192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.622268] io scheduler noop registered\n[ 0.623363] io scheduler deadline registered (default)\n[ 0.624750] io scheduler cfq registered\n[ 0.625936] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.627361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.629123] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.631143] ACPI: Power Button [PWRF]\n[ 0.632374] GHES: HEST is not enabled!\n[ 0.646538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.676075] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.702827] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.705833] Linux agpgart interface v0.103\n[ 0.709224] brd: module loaded\n[ 0.711401] loop: module loaded\n[ 0.715853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717869] GPT:90111 != 2097151\n[ 0.718819] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720323] GPT:90111 != 2097151\n[ 0.721268] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722600] vda: vda1 vda15\n[ 0.724268] scsi host0: ata_piix\n[ 0.725355] scsi host1: ata_piix\n[ 0.726357] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.728040] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.730040] libphy: Fixed MDIO Bus: probed\n[ 0.731186] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735491] PPP generic driver version 2.4.2\n[ 0.736778] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.738413] ehci-pci: EHCI PCI platform driver\n[ 0.739614] ehci-platform: EHCI generic platform driver\n[ 0.741416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742951] ohci-pci: OHCI PCI platform driver\n[ 0.744138] ohci-platform: OHCI generic platform driver\n[ 0.745493] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761476] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.763466] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.764852] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.766399] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.768047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769982] usb usb1: Product: UHCI Host Controller\n[ 0.771248] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772776] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774097] hub 1-0:1.0: USB hub found\n[ 0.775259] hub 1-0:1.0: 2 ports detected\n[ 0.776525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779400] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782091] mousedev: PS/2 mouse device common for all mice\n[ 0.783794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786262] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787786] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791028] i2c /dev entries driver\n[ 0.792073] device-mapper: uevent: version 1.0.3\n[ 0.793376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795607] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797447] NET: Registered protocol family 10\n[ 0.798974] NET: Registered protocol family 17\n[ 0.800187] Key type dns_resolver registered\n[ 0.801481] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802953] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.805344] registered taskstats version 1\n[ 0.806497] Loading compiled-in X.509 certificates\n[ 0.808390] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.810912] zswap: loaded using pool lzo/zbud\n[ 0.813016] Key type trusted registered\n[ 0.815136] Key type encrypted registered\n[ 0.816267] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.817674] ima: No TPM chip found, activating TPM-bypass!\n[ 0.819075] evm: HMAC attrs: 0x1\n[ 0.820369] Magic number: 2:394:581\n[ 0.821534] rtc_cmos 00:00: setting system clock to 2018-09-01 12:35:19 UTC (1535805319)\n[ 0.823749] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.825260] EDD information not available.\n[ 0.890235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906947] Write protecting the kernel read-only data: 14336k\n[ 0.909928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912406] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.961068] 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.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1ecDQcPag2/63Vc3M/F38ITRk691KJm7/x5o/GwUXvTGx0z2ukGNpqo/1kqp+ExZQ09UDrwGAiVlbzT1CmjOs9lpTGdYQJOPwA6bV18YQjkP+eqlayBzGMVRKo5BPudQx49kZ59KlcALWLkV3ERdcWq765xpIaKQH5DT2FUr/I+Kf0yY0suTavOM4mc0BwbtXKrlgyLhgoZxZXo9qndP9m5YE07Tq/eFrBzE1T/9igdFMT8xS4XnF9UTBav+IlB6t99j1uCvEBO6SyXWvQ8/3Yn1ddjAbwVfPCTndEXQdCBkgz1zXU27QSHoQtOOgAGsm+ZPugNtW3griztIAPcN1 root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nssh-dss AAAAB3NzaC1kc3MAAACBAJQVqbkKV9qusiQZuBslSIpGQgjB477OaPH4E4go9jd77T2zYau/SFb7j6WHL++SUkhUjGHpqOReNzfNsGsZ7WokuNkwcWTqg5I5I3O9+qVloY2qgNq/8m41qDM+Qh4b9gkB6QatGyK9lgBVZOZkjDbUSX0LGMqxL5nE5wmDpshxAAAAFQCz4WokLvGRNISg7pMRHv/grmt6gwAAAIBYmCACU625WHEn9WLWiTTWRwEkJukFs/xUiGnTPpiLix/C8Iun0NuY5KZ/1Rmjo7XWBVHkPuClvfouPL6Tu7QZrVY3JsY4Tpx1+HuDeH8foNbgfR3iyCgr7uWdyuD8srm24zB1sO9vGT2N4F8ABG0xdCBou9boo/lBedX0+vmY4QAAAIEAjFAs5cuKOjJoD1VUdiQF0zvpnJrF7YhXIxP8z4XGCaBdYOaLc44tmhUx/Jj/ao46XFyEDjQJi6SEcxpO7omXwnXQZ4dVidskj04wbLNVqQ3zxsz72vO9Uj7IF+Qse6tnMe3oN4nxjoZW2uTP7CdgaZQ38YCC9c7RaMCuhUAvwow= root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe83:6c4c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.79 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: "} 2018-09-01 12:35:24,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/action used request id req-c94cd9d5-09d1-477d-b00c-d3a80cbd7f50 2018-09-01 12:35:24,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125483036041s 2018-09-01 12:35:24,157 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/action used request id req-c94cd9d5-09d1-477d-b00c-d3a80cbd7f50 2018-09-01 12:35:24,157 - 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 488131142 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.190455] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.192714] pid_max: default: 32768 minimum: 301 [ 0.193937] ACPI: Core revision 20150930 [ 0.195598] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197400] Security Framework initialized [ 0.198526] Yama: becoming mindful. [ 0.199533] AppArmor: AppArmor initialized [ 0.200689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204206] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205829] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207691] Initializing cgroup subsys io [ 0.208800] Initializing cgroup subsys memory [ 0.209985] Initializing cgroup subsys devices [ 0.211177] Initializing cgroup subsys freezer [ 0.212352] Initializing cgroup subsys net_cls [ 0.213549] Initializing cgroup subsys perf_event [ 0.214791] Initializing cgroup subsys net_prio [ 0.215998] Initializing cgroup subsys hugetlb [ 0.217182] Initializing cgroup subsys pids [ 0.218359] CPU: Physical Processor ID: 0 [ 0.220150] mce: CPU supports 10 MCE banks [ 0.221313] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222673] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.237588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.244252] ftrace: allocating 31920 entries in 125 pages [ 0.269963] smpboot: Max logical packages: 1 [ 0.271145] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273000] x2apic enabled [ 0.274136] Switched APIC routing to physical x2apic. [ 0.276571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278080] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.280776] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283204] KVM setup paravirtual spinlock [ 0.284794] x86: Booted up 1 node, 1 CPUs [ 0.285893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.287755] devtmpfs: initialized [ 0.289716] evm: security.selinux [ 0.290666] evm: security.SMACK64 [ 0.291626] evm: security.SMACK64EXEC [ 0.292642] evm: security.SMACK64TRANSMUTE [ 0.293733] evm: security.SMACK64MMAP [ 0.294739] evm: security.ima [ 0.295620] evm: security.capability [ 0.296687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299187] pinctrl core: initialized pinctrl subsystem [ 0.300662] RTC time: 12:35:19, date: 09/01/18 [ 0.301936] NET: Registered protocol family 16 [ 0.303255] cpuidle: using governor ladder [ 0.304373] cpuidle: using governor menu [ 0.305457] PCCT header not found. [ 0.306482] ACPI: bus type PCI registered [ 0.307568] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309246] PCI: Using configuration type 1 for base access [ 0.311398] ACPI: Added _OSI(Module Device) [ 0.312545] ACPI: Added _OSI(Processor Device) [ 0.313726] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.314957] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317108] ACPI: Interpreter enabled [ 0.318148] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.320657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.323150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.325657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.328136] ACPI: (supports S0 S5) [ 0.329097] ACPI: Using IOAPIC for interrupt routing [ 0.330372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.334139] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.335657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.337310] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.338919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341857] acpiphp: Slot [3] registered [ 0.342950] acpiphp: Slot [4] registered [ 0.344034] acpiphp: Slot [5] registered [ 0.345118] acpiphp: Slot [6] registered [ 0.346204] acpiphp: Slot [7] registered [ 0.347281] acpiphp: Slot [8] registered [ 0.348366] acpiphp: Slot [9] registered [ 0.349449] acpiphp: Slot [10] registered [ 0.350553] acpiphp: Slot [11] registered [ 0.351659] acpiphp: Slot [12] registered [ 0.352776] acpiphp: Slot [13] registered [ 0.353868] acpiphp: Slot [14] registered [ 0.354970] acpiphp: Slot [15] registered [ 0.370354] acpiphp: Slot [16] registered [ 0.371472] acpiphp: Slot [17] registered [ 0.372579] acpiphp: Slot [18] registered [ 0.373678] acpiphp: Slot [19] registered [ 0.374774] acpiphp: Slot [20] registered [ 0.375872] acpiphp: Slot [21] registered [ 0.376969] acpiphp: Slot [22] registered [ 0.378063] acpiphp: Slot [23] registered [ 0.379169] acpiphp: Slot [24] registered [ 0.380260] acpiphp: Slot [25] registered [ 0.381350] acpiphp: Slot [26] registered [ 0.382441] acpiphp: Slot [27] registered [ 0.383540] acpiphp: Slot [28] registered [ 0.384639] acpiphp: Slot [29] registered [ 0.385733] acpiphp: Slot [30] registered [ 0.386831] acpiphp: Slot [31] registered [ 0.387923] PCI host bridge to bus 0000:00 [ 0.389022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.390645] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.392259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.394224] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.396194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.398187] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.402293] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.403988] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.405563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.407256] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.411621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.413573] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434251] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436241] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438148] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440056] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441948] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443736] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445522] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449076] vgaarb: loaded [ 0.449909] vgaarb: bridge control possible 0000:00:02.0 [ 0.451537] SCSI subsystem initialized [ 0.452783] ACPI: bus type USB registered [ 0.453906] usbcore: registered new interface driver usbfs [ 0.455284] usbcore: registered new interface driver hub [ 0.456645] usbcore: registered new device driver usb [ 0.458127] PCI: Using ACPI for IRQ routing [ 0.459650] NetLabel: Initializing [ 0.460641] NetLabel: domain hash size = 128 [ 0.461803] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463098] NetLabel: unlabeled traffic allowed by default [ 0.464658] clocksource: Switched to clocksource kvm-clock [ 0.474677] AppArmor: AppArmor Filesystem Enabled [ 0.475986] pnp: PnP ACPI init [ 0.477216] pnp: PnP ACPI: found 5 devices [ 0.484016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.486373] NET: Registered protocol family 2 [ 0.487771] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489519] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.491151] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492777] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.494246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495824] NET: Registered protocol family 1 [ 0.497021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498513] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499964] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.514498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529143] Trying to unpack rootfs image as initramfs... [ 0.591730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.596680] Scanning for low memory corruption every 60 seconds [ 0.598828] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.600429] audit: initializing netlink subsys (disabled) [ 0.601917] audit: type=2000 audit(1535805319.949:1): initialized [ 0.603786] Initialise system trusted keyring [ 0.605169] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.606742] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.609454] zbud: loaded [ 0.610452] VFS: Disk quotas dquot_6.6.0 [ 0.611579] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.613731] fuse init (API version 7.23) [ 0.614957] Key type big_key registered [ 0.616067] Allocating IMA MOK and blacklist keyrings. [ 0.617736] Key type asymmetric registered [ 0.618872] Asymmetric key parser 'x509' registered [ 0.620192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.622268] io scheduler noop registered [ 0.623363] io scheduler deadline registered (default) [ 0.624750] io scheduler cfq registered [ 0.625936] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.627361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.629123] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.631143] ACPI: Power Button [PWRF] [ 0.632374] GHES: HEST is not enabled! [ 0.646538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.676075] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.702827] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.705833] Linux agpgart interface v0.103 [ 0.709224] brd: module loaded [ 0.711401] loop: module loaded [ 0.715853] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717869] GPT:90111 != 2097151 [ 0.718819] GPT:Alternate GPT header not at the end of the disk. [ 0.720323] GPT:90111 != 2097151 [ 0.721268] GPT: Use GNU Parted to correct GPT errors. [ 0.722600] vda: vda1 vda15 [ 0.724268] scsi host0: ata_piix [ 0.725355] scsi host1: ata_piix [ 0.726357] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.728040] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.730040] libphy: Fixed MDIO Bus: probed [ 0.731186] tun: Universal TUN/TAP device driver, 1.6 [ 0.732502] tun: (C) 1999-2004 Max Krasnyansky [ 0.735491] PPP generic driver version 2.4.2 [ 0.736778] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.738413] ehci-pci: EHCI PCI platform driver [ 0.739614] ehci-platform: EHCI generic platform driver [ 0.741416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742951] ohci-pci: OHCI PCI platform driver [ 0.744138] ohci-platform: OHCI generic platform driver [ 0.745493] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761476] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.763466] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.764852] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.766399] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.768047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.769982] usb usb1: Product: UHCI Host Controller [ 0.771248] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.772776] usb usb1: SerialNumber: 0000:00:01.2 [ 0.774097] hub 1-0:1.0: USB hub found [ 0.775259] hub 1-0:1.0: 2 ports detected [ 0.776525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.779400] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.780705] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.782091] mousedev: PS/2 mouse device common for all mice [ 0.783794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.786262] rtc_cmos 00:00: RTC can wake from S4 [ 0.787786] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.789417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.791028] i2c /dev entries driver [ 0.792073] device-mapper: uevent: version 1.0.3 [ 0.793376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.795607] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797447] NET: Registered protocol family 10 [ 0.798974] NET: Registered protocol family 17 [ 0.800187] Key type dns_resolver registered [ 0.801481] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802953] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.805344] registered taskstats version 1 [ 0.806497] Loading compiled-in X.509 certificates [ 0.808390] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.810912] zswap: loaded using pool lzo/zbud [ 0.813016] Key type trusted registered [ 0.815136] Key type encrypted registered [ 0.816267] AppArmor: AppArmor sha1 policy hashing enabled [ 0.817674] ima: No TPM chip found, activating TPM-bypass! [ 0.819075] evm: HMAC attrs: 0x1 [ 0.820369] Magic number: 2:394:581 [ 0.821534] rtc_cmos 00:00: setting system clock to 2018-09-01 12:35:19 UTC (1535805319) [ 0.823749] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.825260] EDD information not available. [ 0.890235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906947] Write protecting the kernel read-only data: 14336k [ 0.909928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912406] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.961068] 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.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.03. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1ecDQcPag2/63Vc3M/F38ITRk691KJm7/x5o/GwUXvTGx0z2ukGNpqo/1kqp+ExZQ09UDrwGAiVlbzT1CmjOs9lpTGdYQJOPwA6bV18YQjkP+eqlayBzGMVRKo5BPudQx49kZ59KlcALWLkV3ERdcWq765xpIaKQH5DT2FUr/I+Kf0yY0suTavOM4mc0BwbtXKrlgyLhgoZxZXo9qndP9m5YE07Tq/eFrBzE1T/9igdFMT8xS4XnF9UTBav+IlB6t99j1uCvEBO6SyXWvQ8/3Yn1ddjAbwVfPCTndEXQdCBkgz1zXU27QSHoQtOOgAGsm+ZPugNtW3griztIAPcN1 root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 ssh-dss AAAAB3NzaC1kc3MAAACBAJQVqbkKV9qusiQZuBslSIpGQgjB477OaPH4E4go9jd77T2zYau/SFb7j6WHL++SUkhUjGHpqOReNzfNsGsZ7WokuNkwcWTqg5I5I3O9+qVloY2qgNq/8m41qDM+Qh4b9gkB6QatGyK9lgBVZOZkjDbUSX0LGMqxL5nE5wmDpshxAAAAFQCz4WokLvGRNISg7pMRHv/grmt6gwAAAIBYmCACU625WHEn9WLWiTTWRwEkJukFs/xUiGnTPpiLix/C8Iun0NuY5KZ/1Rmjo7XWBVHkPuClvfouPL6Tu7QZrVY3JsY4Tpx1+HuDeH8foNbgfR3iyCgr7uWdyuD8srm24zB1sO9vGT2N4F8ABG0xdCBou9boo/lBedX0+vmY4QAAAIEAjFAs5cuKOjJoD1VUdiQF0zvpnJrF7YhXIxP8z4XGCaBdYOaLc44tmhUx/Jj/ao46XFyEDjQJi6SEcxpO7omXwnXQZ4dVidskj04wbLNVqQ3zxsz72vO9Uj7IF+Qse6tnMe3oN4nxjoZW2uTP7CdgaZQ38YCC9c7RaMCuhUAvwow= root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe83:6c4c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.79 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: 2018-09-01 12:35:25,159 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.206: timed out 2018-09-01 12:35:34,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-01 12:35:34,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-01 12:35:34,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-09be6bbc-65ec-4e32-9bb1-2d7d18862467 x-compute-request-id: req-09be6bbc-65ec-4e32-9bb1-2d7d18862467 Content-Encoding: gzip Content-Length: 9582 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 488131142 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.190455] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192714] pid_max: default: 32768 minimum: 301\n[ 0.193937] ACPI: Core revision 20150930\n[ 0.195598] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197400] Security Framework initialized\n[ 0.198526] Yama: becoming mindful.\n[ 0.199533] AppArmor: AppArmor initialized\n[ 0.200689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204206] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205829] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207691] Initializing cgroup subsys io\n[ 0.208800] Initializing cgroup subsys memory\n[ 0.209985] Initializing cgroup subsys devices\n[ 0.211177] Initializing cgroup subsys freezer\n[ 0.212352] Initializing cgroup subsys net_cls\n[ 0.213549] Initializing cgroup subsys perf_event\n[ 0.214791] Initializing cgroup subsys net_prio\n[ 0.215998] Initializing cgroup subsys hugetlb\n[ 0.217182] Initializing cgroup subsys pids\n[ 0.218359] CPU: Physical Processor ID: 0\n[ 0.220150] mce: CPU supports 10 MCE banks\n[ 0.221313] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222673] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.237588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.244252] ftrace: allocating 31920 entries in 125 pages\n[ 0.269963] smpboot: Max logical packages: 1\n[ 0.271145] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273000] x2apic enabled\n[ 0.274136] Switched APIC routing to physical x2apic.\n[ 0.276571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278080] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.280776] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283204] KVM setup paravirtual spinlock\n[ 0.284794] x86: Booted up 1 node, 1 CPUs\n[ 0.285893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.287755] devtmpfs: initialized\n[ 0.289716] evm: security.selinux\n[ 0.290666] evm: security.SMACK64\n[ 0.291626] evm: security.SMACK64EXEC\n[ 0.292642] evm: security.SMACK64TRANSMUTE\n[ 0.293733] evm: security.SMACK64MMAP\n[ 0.294739] evm: security.ima\n[ 0.295620] evm: security.capability\n[ 0.296687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.299187] pinctrl core: initialized pinctrl subsystem\n[ 0.300662] RTC time: 12:35:19, date: 09/01/18\n[ 0.301936] NET: Registered protocol family 16\n[ 0.303255] cpuidle: using governor ladder\n[ 0.304373] cpuidle: using governor menu\n[ 0.305457] PCCT header not found.\n[ 0.306482] ACPI: bus type PCI registered\n[ 0.307568] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.309246] PCI: Using configuration type 1 for base access\n[ 0.311398] ACPI: Added _OSI(Module Device)\n[ 0.312545] ACPI: Added _OSI(Processor Device)\n[ 0.313726] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.314957] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.317108] ACPI: Interpreter enabled\n[ 0.318148] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.320657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.323150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.325657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.328136] ACPI: (supports S0 S5)\n[ 0.329097] ACPI: Using IOAPIC for interrupt routing\n[ 0.330372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.334139] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.335657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.337310] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.338919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.341857] acpiphp: Slot [3] registered\n[ 0.342950] acpiphp: Slot [4] registered\n[ 0.344034] acpiphp: Slot [5] registered\n[ 0.345118] acpiphp: Slot [6] registered\n[ 0.346204] acpiphp: Slot [7] registered\n[ 0.347281] acpiphp: Slot [8] registered\n[ 0.348366] acpiphp: Slot [9] registered\n[ 0.349449] acpiphp: Slot [10] registered\n[ 0.350553] acpiphp: Slot [11] registered\n[ 0.351659] acpiphp: Slot [12] registered\n[ 0.352776] acpiphp: Slot [13] registered\n[ 0.353868] acpiphp: Slot [14] registered\n[ 0.354970] acpiphp: Slot [15] registered\n[ 0.370354] acpiphp: Slot [16] registered\n[ 0.371472] acpiphp: Slot [17] registered\n[ 0.372579] acpiphp: Slot [18] registered\n[ 0.373678] acpiphp: Slot [19] registered\n[ 0.374774] acpiphp: Slot [20] registered\n[ 0.375872] acpiphp: Slot [21] registered\n[ 0.376969] acpiphp: Slot [22] registered\n[ 0.378063] acpiphp: Slot [23] registered\n[ 0.379169] acpiphp: Slot [24] registered\n[ 0.380260] acpiphp: Slot [25] registered\n[ 0.381350] acpiphp: Slot [26] registered\n[ 0.382441] acpiphp: Slot [27] registered\n[ 0.383540] acpiphp: Slot [28] registered\n[ 0.384639] acpiphp: Slot [29] registered\n[ 0.385733] acpiphp: Slot [30] registered\n[ 0.386831] acpiphp: Slot [31] registered\n[ 0.387923] PCI host bridge to bus 0000:00\n[ 0.389022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.390645] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394224] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.398187] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.402293] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.403988] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.407256] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.411621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.413573] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434251] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436241] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438148] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440056] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.441948] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.443736] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445522] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.446959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449076] vgaarb: loaded\n[ 0.449909] vgaarb: bridge control possible 0000:00:02.0\n[ 0.451537] SCSI subsystem initialized\n[ 0.452783] ACPI: bus type USB registered\n[ 0.453906] usbcore: registered new interface driver usbfs\n[ 0.455284] usbcore: registered new interface driver hub\n[ 0.456645] usbcore: registered new device driver usb\n[ 0.458127] PCI: Using ACPI for IRQ routing\n[ 0.459650] NetLabel: Initializing\n[ 0.460641] NetLabel: domain hash size = 128\n[ 0.461803] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463098] NetLabel: unlabeled traffic allowed by default\n[ 0.464658] clocksource: Switched to clocksource kvm-clock\n[ 0.474677] AppArmor: AppArmor Filesystem Enabled\n[ 0.475986] pnp: PnP ACPI init\n[ 0.477216] pnp: PnP ACPI: found 5 devices\n[ 0.484016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.486373] NET: Registered protocol family 2\n[ 0.487771] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.489519] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.491151] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.492777] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.494246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495824] NET: Registered protocol family 1\n[ 0.497021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.498513] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.499964] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.514498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.529143] Trying to unpack rootfs image as initramfs...\n[ 0.591730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.596680] Scanning for low memory corruption every 60 seconds\n[ 0.598828] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.600429] audit: initializing netlink subsys (disabled)\n[ 0.601917] audit: type=2000 audit(1535805319.949:1): initialized\n[ 0.603786] Initialise system trusted keyring\n[ 0.605169] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.606742] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.609454] zbud: loaded\n[ 0.610452] VFS: Disk quotas dquot_6.6.0\n[ 0.611579] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.613731] fuse init (API version 7.23)\n[ 0.614957] Key type big_key registered\n[ 0.616067] Allocating IMA MOK and blacklist keyrings.\n[ 0.617736] Key type asymmetric registered\n[ 0.618872] Asymmetric key parser 'x509' registered\n[ 0.620192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.622268] io scheduler noop registered\n[ 0.623363] io scheduler deadline registered (default)\n[ 0.624750] io scheduler cfq registered\n[ 0.625936] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.627361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.629123] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.631143] ACPI: Power Button [PWRF]\n[ 0.632374] GHES: HEST is not enabled!\n[ 0.646538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.676075] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.702827] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.705833] Linux agpgart interface v0.103\n[ 0.709224] brd: module loaded\n[ 0.711401] loop: module loaded\n[ 0.715853] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717869] GPT:90111 != 2097151\n[ 0.718819] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720323] GPT:90111 != 2097151\n[ 0.721268] GPT: Use GNU Parted to correct GPT errors.\n[ 0.722600] vda: vda1 vda15\n[ 0.724268] scsi host0: ata_piix\n[ 0.725355] scsi host1: ata_piix\n[ 0.726357] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.728040] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.730040] libphy: Fixed MDIO Bus: probed\n[ 0.731186] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732502] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735491] PPP generic driver version 2.4.2\n[ 0.736778] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.738413] ehci-pci: EHCI PCI platform driver\n[ 0.739614] ehci-platform: EHCI generic platform driver\n[ 0.741416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742951] ohci-pci: OHCI PCI platform driver\n[ 0.744138] ohci-platform: OHCI generic platform driver\n[ 0.745493] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760123] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761476] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.763466] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.764852] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.766399] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.768047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.769982] usb usb1: Product: UHCI Host Controller\n[ 0.771248] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.772776] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774097] hub 1-0:1.0: USB hub found\n[ 0.775259] hub 1-0:1.0: 2 ports detected\n[ 0.776525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.779400] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.780705] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.782091] mousedev: PS/2 mouse device common for all mice\n[ 0.783794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.786262] rtc_cmos 00:00: RTC can wake from S4\n[ 0.787786] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.789417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.791028] i2c /dev entries driver\n[ 0.792073] device-mapper: uevent: version 1.0.3\n[ 0.793376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795607] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.797447] NET: Registered protocol family 10\n[ 0.798974] NET: Registered protocol family 17\n[ 0.800187] Key type dns_resolver registered\n[ 0.801481] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802953] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.805344] registered taskstats version 1\n[ 0.806497] Loading compiled-in X.509 certificates\n[ 0.808390] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.810912] zswap: loaded using pool lzo/zbud\n[ 0.813016] Key type trusted registered\n[ 0.815136] Key type encrypted registered\n[ 0.816267] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.817674] ima: No TPM chip found, activating TPM-bypass!\n[ 0.819075] evm: HMAC attrs: 0x1\n[ 0.820369] Magic number: 2:394:581\n[ 0.821534] rtc_cmos 00:00: setting system clock to 2018-09-01 12:35:19 UTC (1535805319)\n[ 0.823749] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.825260] EDD information not available.\n[ 0.890235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.906947] Write protecting the kernel read-only data: 14336k\n[ 0.909928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.912406] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.961068] 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.94\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1ecDQcPag2/63Vc3M/F38ITRk691KJm7/x5o/GwUXvTGx0z2ukGNpqo/1kqp+ExZQ09UDrwGAiVlbzT1CmjOs9lpTGdYQJOPwA6bV18YQjkP+eqlayBzGMVRKo5BPudQx49kZ59KlcALWLkV3ERdcWq765xpIaKQH5DT2FUr/I+Kf0yY0suTavOM4mc0BwbtXKrlgyLhgoZxZXo9qndP9m5YE07Tq/eFrBzE1T/9igdFMT8xS4XnF9UTBav+IlB6t99j1uCvEBO6SyXWvQ8/3Yn1ddjAbwVfPCTndEXQdCBkgz1zXU27QSHoQtOOgAGsm+ZPugNtW3griztIAPcN1 root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nssh-dss AAAAB3NzaC1kc3MAAACBAJQVqbkKV9qusiQZuBslSIpGQgjB477OaPH4E4go9jd77T2zYau/SFb7j6WHL++SUkhUjGHpqOReNzfNsGsZ7WokuNkwcWTqg5I5I3O9+qVloY2qgNq/8m41qDM+Qh4b9gkB6QatGyK9lgBVZOZkjDbUSX0LGMqxL5nE5wmDpshxAAAAFQCz4WokLvGRNISg7pMRHv/grmt6gwAAAIBYmCACU625WHEn9WLWiTTWRwEkJukFs/xUiGnTPpiLix/C8Iun0NuY5KZ/1Rmjo7XWBVHkPuClvfouPL6Tu7QZrVY3JsY4Tpx1+HuDeH8foNbgfR3iyCgr7uWdyuD8srm24zB1sO9vGT2N4F8ABG0xdCBou9boo/lBedX0+vmY4QAAAIEAjFAs5cuKOjJoD1VUdiQF0zvpnJrF7YhXIxP8z4XGCaBdYOaLc44tmhUx/Jj/ao46XFyEDjQJi6SEcxpO7omXwnXQZ4dVidskj04wbLNVqQ3zxsz72vO9Uj7IF+Qse6tnMe3oN4nxjoZW2uTP7CdgaZQ38YCC9c7RaMCuhUAvwow= root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe83:6c4c/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.79 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: "} 2018-09-01 12:35:34,269 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/action used request id req-09be6bbc-65ec-4e32-9bb1-2d7d18862467 2018-09-01 12:35:34,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0998220443726s 2018-09-01 12:35:34,270 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/action used request id req-09be6bbc-65ec-4e32-9bb1-2d7d18862467 2018-09-01 12:35:34,270 - 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 488131142 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.190455] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.192714] pid_max: default: 32768 minimum: 301 [ 0.193937] ACPI: Core revision 20150930 [ 0.195598] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197400] Security Framework initialized [ 0.198526] Yama: becoming mindful. [ 0.199533] AppArmor: AppArmor initialized [ 0.200689] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204206] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205829] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207691] Initializing cgroup subsys io [ 0.208800] Initializing cgroup subsys memory [ 0.209985] Initializing cgroup subsys devices [ 0.211177] Initializing cgroup subsys freezer [ 0.212352] Initializing cgroup subsys net_cls [ 0.213549] Initializing cgroup subsys perf_event [ 0.214791] Initializing cgroup subsys net_prio [ 0.215998] Initializing cgroup subsys hugetlb [ 0.217182] Initializing cgroup subsys pids [ 0.218359] CPU: Physical Processor ID: 0 [ 0.220150] mce: CPU supports 10 MCE banks [ 0.221313] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222673] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.237588] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.244252] ftrace: allocating 31920 entries in 125 pages [ 0.269963] smpboot: Max logical packages: 1 [ 0.271145] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273000] x2apic enabled [ 0.274136] Switched APIC routing to physical x2apic. [ 0.276571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278080] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.280776] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283204] KVM setup paravirtual spinlock [ 0.284794] x86: Booted up 1 node, 1 CPUs [ 0.285893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.287755] devtmpfs: initialized [ 0.289716] evm: security.selinux [ 0.290666] evm: security.SMACK64 [ 0.291626] evm: security.SMACK64EXEC [ 0.292642] evm: security.SMACK64TRANSMUTE [ 0.293733] evm: security.SMACK64MMAP [ 0.294739] evm: security.ima [ 0.295620] evm: security.capability [ 0.296687] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.299187] pinctrl core: initialized pinctrl subsystem [ 0.300662] RTC time: 12:35:19, date: 09/01/18 [ 0.301936] NET: Registered protocol family 16 [ 0.303255] cpuidle: using governor ladder [ 0.304373] cpuidle: using governor menu [ 0.305457] PCCT header not found. [ 0.306482] ACPI: bus type PCI registered [ 0.307568] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.309246] PCI: Using configuration type 1 for base access [ 0.311398] ACPI: Added _OSI(Module Device) [ 0.312545] ACPI: Added _OSI(Processor Device) [ 0.313726] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.314957] ACPI: Added _OSI(Processor Aggregator Device) [ 0.317108] ACPI: Interpreter enabled [ 0.318148] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.320657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.323150] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.325657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.328136] ACPI: (supports S0 S5) [ 0.329097] ACPI: Using IOAPIC for interrupt routing [ 0.330372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.334139] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.335657] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.337310] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.338919] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.341857] acpiphp: Slot [3] registered [ 0.342950] acpiphp: Slot [4] registered [ 0.344034] acpiphp: Slot [5] registered [ 0.345118] acpiphp: Slot [6] registered [ 0.346204] acpiphp: Slot [7] registered [ 0.347281] acpiphp: Slot [8] registered [ 0.348366] acpiphp: Slot [9] registered [ 0.349449] acpiphp: Slot [10] registered [ 0.350553] acpiphp: Slot [11] registered [ 0.351659] acpiphp: Slot [12] registered [ 0.352776] acpiphp: Slot [13] registered [ 0.353868] acpiphp: Slot [14] registered [ 0.354970] acpiphp: Slot [15] registered [ 0.370354] acpiphp: Slot [16] registered [ 0.371472] acpiphp: Slot [17] registered [ 0.372579] acpiphp: Slot [18] registered [ 0.373678] acpiphp: Slot [19] registered [ 0.374774] acpiphp: Slot [20] registered [ 0.375872] acpiphp: Slot [21] registered [ 0.376969] acpiphp: Slot [22] registered [ 0.378063] acpiphp: Slot [23] registered [ 0.379169] acpiphp: Slot [24] registered [ 0.380260] acpiphp: Slot [25] registered [ 0.381350] acpiphp: Slot [26] registered [ 0.382441] acpiphp: Slot [27] registered [ 0.383540] acpiphp: Slot [28] registered [ 0.384639] acpiphp: Slot [29] registered [ 0.385733] acpiphp: Slot [30] registered [ 0.386831] acpiphp: Slot [31] registered [ 0.387923] PCI host bridge to bus 0000:00 [ 0.389022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.390645] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.392259] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.394224] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.396194] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.398187] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.402293] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.403988] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.405563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.407256] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.411621] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.413573] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434251] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436241] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438148] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440056] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.441948] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.443736] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445522] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.446959] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449076] vgaarb: loaded [ 0.449909] vgaarb: bridge control possible 0000:00:02.0 [ 0.451537] SCSI subsystem initialized [ 0.452783] ACPI: bus type USB registered [ 0.453906] usbcore: registered new interface driver usbfs [ 0.455284] usbcore: registered new interface driver hub [ 0.456645] usbcore: registered new device driver usb [ 0.458127] PCI: Using ACPI for IRQ routing [ 0.459650] NetLabel: Initializing [ 0.460641] NetLabel: domain hash size = 128 [ 0.461803] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463098] NetLabel: unlabeled traffic allowed by default [ 0.464658] clocksource: Switched to clocksource kvm-clock [ 0.474677] AppArmor: AppArmor Filesystem Enabled [ 0.475986] pnp: PnP ACPI init [ 0.477216] pnp: PnP ACPI: found 5 devices [ 0.484016] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.486373] NET: Registered protocol family 2 [ 0.487771] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.489519] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.491151] TCP: Hash tables configured (established 4096 bind 4096) [ 0.492777] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.494246] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.495824] NET: Registered protocol family 1 [ 0.497021] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.498513] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.499964] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.514498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.529143] Trying to unpack rootfs image as initramfs... [ 0.591730] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.596680] Scanning for low memory corruption every 60 seconds [ 0.598828] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.600429] audit: initializing netlink subsys (disabled) [ 0.601917] audit: type=2000 audit(1535805319.949:1): initialized [ 0.603786] Initialise system trusted keyring [ 0.605169] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.606742] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.609454] zbud: loaded [ 0.610452] VFS: Disk quotas dquot_6.6.0 [ 0.611579] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.613731] fuse init (API version 7.23) [ 0.614957] Key type big_key registered [ 0.616067] Allocating IMA MOK and blacklist keyrings. [ 0.617736] Key type asymmetric registered [ 0.618872] Asymmetric key parser 'x509' registered [ 0.620192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.622268] io scheduler noop registered [ 0.623363] io scheduler deadline registered (default) [ 0.624750] io scheduler cfq registered [ 0.625936] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.627361] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.629123] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.631143] ACPI: Power Button [PWRF] [ 0.632374] GHES: HEST is not enabled! [ 0.646538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.676075] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.702827] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.705833] Linux agpgart interface v0.103 [ 0.709224] brd: module loaded [ 0.711401] loop: module loaded [ 0.715853] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717869] GPT:90111 != 2097151 [ 0.718819] GPT:Alternate GPT header not at the end of the disk. [ 0.720323] GPT:90111 != 2097151 [ 0.721268] GPT: Use GNU Parted to correct GPT errors. [ 0.722600] vda: vda1 vda15 [ 0.724268] scsi host0: ata_piix [ 0.725355] scsi host1: ata_piix [ 0.726357] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.728040] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.730040] libphy: Fixed MDIO Bus: probed [ 0.731186] tun: Universal TUN/TAP device driver, 1.6 [ 0.732502] tun: (C) 1999-2004 Max Krasnyansky [ 0.735491] PPP generic driver version 2.4.2 [ 0.736778] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.738413] ehci-pci: EHCI PCI platform driver [ 0.739614] ehci-platform: EHCI generic platform driver [ 0.741416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742951] ohci-pci: OHCI PCI platform driver [ 0.744138] ohci-platform: OHCI generic platform driver [ 0.745493] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761476] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.763466] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.764852] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.766399] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.768047] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.769982] usb usb1: Product: UHCI Host Controller [ 0.771248] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.772776] usb usb1: SerialNumber: 0000:00:01.2 [ 0.774097] hub 1-0:1.0: USB hub found [ 0.775259] hub 1-0:1.0: 2 ports detected [ 0.776525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.779400] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.780705] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.782091] mousedev: PS/2 mouse device common for all mice [ 0.783794] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.786262] rtc_cmos 00:00: RTC can wake from S4 [ 0.787786] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.789417] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.791028] i2c /dev entries driver [ 0.792073] device-mapper: uevent: version 1.0.3 [ 0.793376] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.795607] ledtrig-cpu: registered to indicate activity on CPUs [ 0.797447] NET: Registered protocol family 10 [ 0.798974] NET: Registered protocol family 17 [ 0.800187] Key type dns_resolver registered [ 0.801481] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802953] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.805344] registered taskstats version 1 [ 0.806497] Loading compiled-in X.509 certificates [ 0.808390] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.810912] zswap: loaded using pool lzo/zbud [ 0.813016] Key type trusted registered [ 0.815136] Key type encrypted registered [ 0.816267] AppArmor: AppArmor sha1 policy hashing enabled [ 0.817674] ima: No TPM chip found, activating TPM-bypass! [ 0.819075] evm: HMAC attrs: 0x1 [ 0.820369] Magic number: 2:394:581 [ 0.821534] rtc_cmos 00:00: setting system clock to 2018-09-01 12:35:19 UTC (1535805319) [ 0.823749] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.825260] EDD information not available. [ 0.890235] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.906947] Write protecting the kernel read-only data: 14336k [ 0.909928] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.912406] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.961068] 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.94 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.03. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1ecDQcPag2/63Vc3M/F38ITRk691KJm7/x5o/GwUXvTGx0z2ukGNpqo/1kqp+ExZQ09UDrwGAiVlbzT1CmjOs9lpTGdYQJOPwA6bV18YQjkP+eqlayBzGMVRKo5BPudQx49kZ59KlcALWLkV3ERdcWq765xpIaKQH5DT2FUr/I+Kf0yY0suTavOM4mc0BwbtXKrlgyLhgoZxZXo9qndP9m5YE07Tq/eFrBzE1T/9igdFMT8xS4XnF9UTBav+IlB6t99j1uCvEBO6SyXWvQ8/3Yn1ddjAbwVfPCTndEXQdCBkgz1zXU27QSHoQtOOgAGsm+ZPugNtW3griztIAPcN1 root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 ssh-dss AAAAB3NzaC1kc3MAAACBAJQVqbkKV9qusiQZuBslSIpGQgjB477OaPH4E4go9jd77T2zYau/SFb7j6WHL++SUkhUjGHpqOReNzfNsGsZ7WokuNkwcWTqg5I5I3O9+qVloY2qgNq/8m41qDM+Qh4b9gkB6QatGyK9lgBVZOZkjDbUSX0LGMqxL5nE5wmDpshxAAAAFQCz4WokLvGRNISg7pMRHv/grmt6gwAAAIBYmCACU625WHEn9WLWiTTWRwEkJukFs/xUiGnTPpiLix/C8Iun0NuY5KZ/1Rmjo7XWBVHkPuClvfouPL6Tu7QZrVY3JsY4Tpx1+HuDeH8foNbgfR3iyCgr7uWdyuD8srm24zB1sO9vGT2N4F8ABG0xdCBou9boo/lBedX0+vmY4QAAAIEAjFAs5cuKOjJoD1VUdiQF0zvpnJrF7YhXIxP8z4XGCaBdYOaLc44tmhUx/Jj/ao46XFyEDjQJi6SEcxpO7omXwnXQZ4dVidskj04wbLNVqQ3zxsz72vO9Uj7IF+Qse6tnMe3oN4nxjoZW2uTP7CdgaZQ38YCC9c7RaMCuhUAvwow= root@cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe83:6c4c/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.79 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-9568b5bd-41c0-4b9c-adcf-d362859f2f27 login: 2018-09-01 12:35:34,273 - paramiko.transport - DEBUG - starting thread (client mode): 0x22119850L 2018-09-01 12:35:34,273 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-01 12:35:34,274 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-01 12:35:34,274 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-01 12:35:34,275 - 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-09-01 12:35:34,276 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-01 12:35:34,276 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-01 12:35:34,276 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-01 12:35:34,276 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-01 12:35:34,276 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-01 12:35:34,294 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-01 12:35:34,294 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-01 12:35:34,305 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: eb5d958c503a45ddef42dd7437990c3b 2018-09-01 12:35:34,306 - paramiko.transport - DEBUG - Trying discovered key 53e7b73cbbc36fcdfc53659282e0100a in /tmp/tmpyTzaJY 2018-09-01 12:35:34,331 - paramiko.transport - DEBUG - userauth is OK 2018-09-01 12:35:34,337 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-01 12:35:34,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 12:35:34,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"volumeAttachment": {"volumeId": "3af6f080-f60e-4628-9e31-c94d18d4158f"}}' 2018-09-01 12:35:37,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-3f04071b-ec28-4efb-b263-6aab42fddbd6 x-compute-request-id: req-3f04071b-ec28-4efb-b263-6aab42fddbd6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "volumeId": "3af6f080-f60e-4628-9e31-c94d18d4158f"}} 2018-09-01 12:35:37,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/os-volume_attachments used request id req-3f04071b-ec28-4efb-b263-6aab42fddbd6 2018-09-01 12:35:37,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.89173197746s 2018-09-01 12:35:37,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/os-volume_attachments used request id req-3f04071b-ec28-4efb-b263-6aab42fddbd6 2018-09-01 12:35:37,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:37,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:37,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:37 GMT Server: Apache x-compute-request-id: req-50467458-4df4-451d-956d-96f3be582b6e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50467458-4df4-451d-956d-96f3be582b6e Content-Encoding: gzip Content-Length: 458 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:37.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:37,287 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-50467458-4df4-451d-956d-96f3be582b6e 2018-09-01 12:35:37,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0555889606476s 2018-09-01 12:35:37,287 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-50467458-4df4-451d-956d-96f3be582b6e 2018-09-01 12:35:37,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:39,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:39,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:39,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:39 GMT Server: Apache x-compute-request-id: req-8b7f6494-3b73-449b-a60a-ac6c8e320cfb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b7f6494-3b73-449b-a60a-ac6c8e320cfb Content-Encoding: gzip Content-Length: 458 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:37.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:39,350 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-8b7f6494-3b73-449b-a60a-ac6c8e320cfb 2018-09-01 12:35:39,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0585749149323s 2018-09-01 12:35:39,351 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-8b7f6494-3b73-449b-a60a-ac6c8e320cfb 2018-09-01 12:35:39,352 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:41,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:41,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:42,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:41 GMT Server: Apache x-compute-request-id: req-b85b8183-9b1b-412c-8eaf-af4fe2d441b7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b85b8183-9b1b-412c-8eaf-af4fe2d441b7 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [{"server_id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "attachment_id": "0e0f6135-3e71-4519-8ac8-8be10e7d8d78", "attached_at": "2018-09-01T12:35:40.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "device": "/dev/vdb", "id": "3af6f080-f60e-4628-9e31-c94d18d4158f"}], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:41.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:42,404 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-b85b8183-9b1b-412c-8eaf-af4fe2d441b7 2018-09-01 12:35:42,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05049991608s 2018-09-01 12:35:42,405 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-b85b8183-9b1b-412c-8eaf-af4fe2d441b7 2018-09-01 12:35:42,407 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 12:35:42,409 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 12:35:42,409 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 12:35:42,412 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 12:35:42,482 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 12:35:42,482 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 12:35:42,484 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 12:35:42,484 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 12:35:42,523 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 12:35:42,523 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 12:35:42,549 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 12:35:42,776 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 12:35:42,776 - 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: 5e2f7b41-41f2-45b0-8448-1634aeca4af2 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-09-01 12:35:42,777 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-09-01 12:35:42,778 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-09-01 12:35:42,778 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 12:35:42,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 12:35:42,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/os-volume_attachments/3af6f080-f60e-4628-9e31-c94d18d4158f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:44,535 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d2412ef5-d327-4872-b5a3-bf7b73924ef8 x-compute-request-id: req-d2412ef5-d327-4872-b5a3-bf7b73924ef8 Content-Length: 0 Content-Type: application/json 2018-09-01 12:35:44,535 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/os-volume_attachments/3af6f080-f60e-4628-9e31-c94d18d4158f used request id req-d2412ef5-d327-4872-b5a3-bf7b73924ef8 2018-09-01 12:35:44,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.75657391548s 2018-09-01 12:35:44,536 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463/os-volume_attachments/3af6f080-f60e-4628-9e31-c94d18d4158f used request id req-d2412ef5-d327-4872-b5a3-bf7b73924ef8 2018-09-01 12:35:44,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:44,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:45,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:44 GMT Server: Apache x-compute-request-id: req-c04b44c9-96f6-41d1-b0d8-65d8e91cca61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c04b44c9-96f6-41d1-b0d8-65d8e91cca61 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [{"server_id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "attachment_id": "0e0f6135-3e71-4519-8ac8-8be10e7d8d78", "attached_at": "2018-09-01T12:35:40.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "device": "/dev/vdb", "id": "3af6f080-f60e-4628-9e31-c94d18d4158f"}], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:44.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:45,660 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-c04b44c9-96f6-41d1-b0d8-65d8e91cca61 2018-09-01 12:35:45,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.12366390228s 2018-09-01 12:35:45,660 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-c04b44c9-96f6-41d1-b0d8-65d8e91cca61 2018-09-01 12:35:45,662 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:47,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:47,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:47,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:47 GMT Server: Apache x-compute-request-id: req-4db226e6-da20-4e8b-b5f5-e13af99e1e4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4db226e6-da20-4e8b-b5f5-e13af99e1e4b Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:46.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:47,744 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-4db226e6-da20-4e8b-b5f5-e13af99e1e4b 2018-09-01 12:35:47,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0795850753784s 2018-09-01 12:35:47,744 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-4db226e6-da20-4e8b-b5f5-e13af99e1e4b 2018-09-01 12:35:47,746 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-09-01 12:35:47,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-01 12:35:47,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/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.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"volumeAttachment": {"volumeId": "3af6f080-f60e-4628-9e31-c94d18d4158f"}}' 2018-09-01 12:35:50,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35: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-a6592681-456e-49bc-a2fc-22caee51d92a x-compute-request-id: req-a6592681-456e-49bc-a2fc-22caee51d92a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "96848a3f-075b-4907-ab3f-114f92e8db76", "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "volumeId": "3af6f080-f60e-4628-9e31-c94d18d4158f"}} 2018-09-01 12:35:50,738 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/os-volume_attachments used request id req-a6592681-456e-49bc-a2fc-22caee51d92a 2018-09-01 12:35:50,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.99192714691s 2018-09-01 12:35:50,739 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/os-volume_attachments used request id req-a6592681-456e-49bc-a2fc-22caee51d92a 2018-09-01 12:35:50,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:51,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:50 GMT Server: Apache x-compute-request-id: req-471646ff-9696-4bdb-b27d-d4dd9decbcd9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-471646ff-9696-4bdb-b27d-d4dd9decbcd9 Content-Encoding: gzip Content-Length: 457 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:50.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:51,736 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-471646ff-9696-4bdb-b27d-d4dd9decbcd9 2018-09-01 12:35:51,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.997196912766s 2018-09-01 12:35:51,737 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-471646ff-9696-4bdb-b27d-d4dd9decbcd9 2018-09-01 12:35:51,738 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:53,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:53,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:53,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:53 GMT Server: Apache x-compute-request-id: req-35161b53-40f8-4a06-a351-0cbdfdef735b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-35161b53-40f8-4a06-a351-0cbdfdef735b Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [{"server_id": "96848a3f-075b-4907-ab3f-114f92e8db76", "attachment_id": "22c87943-06c2-4790-ab26-30325f7abe88", "attached_at": "2018-09-01T12:35:53.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "device": "/dev/vdb", "id": "3af6f080-f60e-4628-9e31-c94d18d4158f"}], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:53.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:53,798 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-35161b53-40f8-4a06-a351-0cbdfdef735b 2018-09-01 12:35:53,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0571641921997s 2018-09-01 12:35:53,798 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-35161b53-40f8-4a06-a351-0cbdfdef735b 2018-09-01 12:35:53,800 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-01 12:35:53,802 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-01 12:35:53,802 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-01 12:35:53,805 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-01 12:35:53,872 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-01 12:35:53,872 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-01 12:35:53,873 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-01 12:35:53,873 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-01 12:35:53,910 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-01 12:35:53,910 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-01 12:35:53,938 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-01 12:35:53,958 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-01 12:35:53,958 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-09-01 12:35:53,959 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-09-01 12:35:53,959 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-09-01 12:35:53,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-01 12:35:53,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/os-volume_attachments/3af6f080-f60e-4628-9e31-c94d18d4158f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:53,964 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-01 12:35:55,864 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:35:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6834a68c-fae8-48cc-bc1c-c9e384d48503 x-compute-request-id: req-6834a68c-fae8-48cc-bc1c-c9e384d48503 Content-Length: 0 Content-Type: application/json 2018-09-01 12:35:55,864 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/os-volume_attachments/3af6f080-f60e-4628-9e31-c94d18d4158f used request id req-6834a68c-fae8-48cc-bc1c-c9e384d48503 2018-09-01 12:35:55,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.90400099754s 2018-09-01 12:35:55,864 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76/os-volume_attachments/3af6f080-f60e-4628-9e31-c94d18d4158f used request id req-6834a68c-fae8-48cc-bc1c-c9e384d48503 2018-09-01 12:35:55,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:55,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:56,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:55 GMT Server: Apache x-compute-request-id: req-426e7ddf-529f-4bc0-ad7b-4738ac78f781 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-426e7ddf-529f-4bc0-ad7b-4738ac78f781 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [{"server_id": "96848a3f-075b-4907-ab3f-114f92e8db76", "attachment_id": "22c87943-06c2-4790-ab26-30325f7abe88", "attached_at": "2018-09-01T12:35:53.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "device": "/dev/vdb", "id": "3af6f080-f60e-4628-9e31-c94d18d4158f"}], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:55.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:56,873 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-426e7ddf-529f-4bc0-ad7b-4738ac78f781 2018-09-01 12:35:56,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00871181488s 2018-09-01 12:35:56,874 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-426e7ddf-529f-4bc0-ad7b-4738ac78f781 2018-09-01 12:35:56,875 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:35:58,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:35:58,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:35:59,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:35:58 GMT Server: Apache x-compute-request-id: req-a41ae3ab-a1fd-4bda-94b0-05170dc962fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a41ae3ab-a1fd-4bda-94b0-05170dc962fe Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:57.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:35:59,891 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-a41ae3ab-a1fd-4bda-94b0-05170dc962fe 2018-09-01 12:35:59,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01288294792s 2018-09-01 12:35:59,891 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-a41ae3ab-a1fd-4bda-94b0-05170dc962fe 2018-09-01 12:36:00,007 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:36:00,008 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:53 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-01 12:36:00,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:36:00,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:00,220 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:36: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-b1c386ab-d690-47cd-8a34-52dc4e97b65b x-compute-request-id: req-b1c386ab-d690-47cd-8a34-52dc4e97b65b Content-Type: application/json 2018-09-01 12:36:00,220 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76 used request id req-b1c386ab-d690-47cd-8a34-52dc4e97b65b 2018-09-01 12:36:00,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.207254171371s 2018-09-01 12:36:00,220 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76 used request id req-b1c386ab-d690-47cd-8a34-52dc4e97b65b 2018-09-01 12:36:00,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:36:00,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:00,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36: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-5c683577-7572-4ded-bf5b-f33d8893bb90 x-compute-request-id: req-5c683577-7572-4ded-bf5b-f33d8893bb90 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:6c:4c", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:6c:4c", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:35:19.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:35:19Z", "hostId": "bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:06:5f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/96848a3f-075b-4907-ab3f-114f92e8db76", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:34:32.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "96848a3f-075b-4907-ab3f-114f92e8db76", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:36:00Z", "hostId": "4a045b182cfbe1a267ddada7a552dbe3f3f97bd31cfbd058c146a819", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm2_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:34:24Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:36:00,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5c683577-7572-4ded-bf5b-f33d8893bb90 2018-09-01 12:36:00,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.765175104141s 2018-09-01 12:36:00,986 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5c683577-7572-4ded-bf5b-f33d8893bb90 2018-09-01 12:36:00,989 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:36:02,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:36:02,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:04,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69f30954-62a7-4a3b-b0ff-98e2b7cc8a2b x-compute-request-id: req-69f30954-62a7-4a3b-b0ff-98e2b7cc8a2b Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:6c:4c", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:6c:4c", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:35:19.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:35:19Z", "hostId": "bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:36:04,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-69f30954-62a7-4a3b-b0ff-98e2b7cc8a2b 2018-09-01 12:36:04,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07132506371s 2018-09-01 12:36:04,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-69f30954-62a7-4a3b-b0ff-98e2b7cc8a2b 2018-09-01 12:36:04,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 12:36:04,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/e36b8c04-740c-434c-980f-f20b24c69665.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:04,901 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-635e6b60-0504-4b5d-b2f9-4e534e0f9a56 Content-Length: 0 Date: Sat, 01 Sep 2018 12:36:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:36:04,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/e36b8c04-740c-434c-980f-f20b24c69665.json used request id req-635e6b60-0504-4b5d-b2f9-4e534e0f9a56 2018-09-01 12:36:04,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.834626197815s 2018-09-01 12:36:04,902 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/e36b8c04-740c-434c-980f-f20b24c69665.json used request id req-635e6b60-0504-4b5d-b2f9-4e534e0f9a56 2018-09-01 12:36:04,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:36:04,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:04,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-2feb7b12-45ce-44f1-a1da-a5254a2a7373 Date: Sat, 01 Sep 2018 12:36:04 GMT RESP BODY: {"floatingips": [{"router_id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-01T12:35:23Z", "floating_network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "0f01288e-bf8c-4c85-8ac3-dcc8dfb74eee", "id": "9ae1f0e3-87bc-4a5a-8d52-77a368127543", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:35:23Z", "project_id": "c972330251fc4508a85b263e869a2ee1"}]} 2018-09-01 12:36:04,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2feb7b12-45ce-44f1-a1da-a5254a2a7373 2018-09-01 12:36:04,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.060455083847s 2018-09-01 12:36:04,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-2feb7b12-45ce-44f1-a1da-a5254a2a7373 2018-09-01 12:36:04,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:36:04,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:06,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:04 GMT Server: Apache x-compute-request-id: req-4c98ee57-be28-49d6-bfc3-4b9a0b4f805d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c98ee57-be28-49d6-bfc3-4b9a0b4f805d Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d1516b777bf246f78650cd73249364a2", "attachments": [], "links": [{"href": "http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "self"}, {"href": "http://172.30.9.30:8776/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-01T12:34:58.000000", "description": null, "os-vol-tenant-attr:tenant_id": "c972330251fc4508a85b263e869a2ee1", "updated_at": "2018-09-01T12:35:57.000000", "volume_type": null, "name": "cinder_test-volume_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3af6f080-f60e-4628-9e31-c94d18d4158f", "size": 2}]} 2018-09-01 12:36:06,010 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-4c98ee57-be28-49d6-bfc3-4b9a0b4f805d 2018-09-01 12:36:06,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03838801384s 2018-09-01 12:36:06,010 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-4c98ee57-be28-49d6-bfc3-4b9a0b4f805d 2018-09-01 12:36:06,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-09-01 12:36:06,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:06,111 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:36:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05c10539-41b1-40fd-adb7-afeca1d79444 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-09-01 12:36:06,111 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f used request id req-05c10539-41b1-40fd-adb7-afeca1d79444 2018-09-01 12:36:06,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0991098880768s 2018-09-01 12:36:06,111 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/3af6f080-f60e-4628-9e31-c94d18d4158f used request id req-05c10539-41b1-40fd-adb7-afeca1d79444 2018-09-01 12:36:06,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-01 12:36:06,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:07,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:06 GMT Server: Apache x-compute-request-id: req-f6a4ecfd-71f1-411d-8270-66ec2eb74f55 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f6a4ecfd-71f1-411d-8270-66ec2eb74f55 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-01 12:36:07,082 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-f6a4ecfd-71f1-411d-8270-66ec2eb74f55 2018-09-01 12:36:07,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.970685958862s 2018-09-01 12:36:07,083 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.30:8776/v3/c972330251fc4508a85b263e869a2ee1/volumes/detail used request id req-f6a4ecfd-71f1-411d-8270-66ec2eb74f55 2018-09-01 12:36:07,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-01 12:36:07,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/floatingips/9ae1f0e3-87bc-4a5a-8d52-77a368127543.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:08,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ccdb3430-6150-4310-8ad6-14650e74bc08 Content-Length: 0 Date: Sat, 01 Sep 2018 12:36:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:36:08,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/9ae1f0e3-87bc-4a5a-8d52-77a368127543.json used request id req-ccdb3430-6150-4310-8ad6-14650e74bc08 2018-09-01 12:36:08,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.04710888863s 2018-09-01 12:36:08,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/floatingips/9ae1f0e3-87bc-4a5a-8d52-77a368127543.json used request id req-ccdb3430-6150-4310-8ad6-14650e74bc08 2018-09-01 12:36:08,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 12:36:08,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:08,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d90167ef-31d3-44cb-95f1-45cc2b4304e3 Date: Sat, 01 Sep 2018 12:36:08 GMT RESP BODY: {"floatingips": []} 2018-09-01 12:36:08,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-d90167ef-31d3-44cb-95f1-45cc2b4304e3 2018-09-01 12:36:08,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0684168338776s 2018-09-01 12:36:08,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-d90167ef-31d3-44cb-95f1-45cc2b4304e3 2018-09-01 12:36:08,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-01 12:36:08,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:08,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:36: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-6dcfce5e-768a-4954-9bbe-c51b6dbfbb00 x-compute-request-id: req-6dcfce5e-768a-4954-9bbe-c51b6dbfbb00 Content-Type: application/json 2018-09-01 12:36:08,539 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463 used request id req-6dcfce5e-768a-4954-9bbe-c51b6dbfbb00 2018-09-01 12:36:08,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.332270860672s 2018-09-01 12:36:08,539 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463 used request id req-6dcfce5e-768a-4954-9bbe-c51b6dbfbb00 2018-09-01 12:36:08,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:36:08,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:09,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36: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-3143f332-b786-450b-b5c7-abdd09a40daa x-compute-request-id: req-3143f332-b786-450b-b5c7-abdd09a40daa Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:6c:4c", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:6c:4c", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.30:8774/v2.1/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "self"}, {"href": "http://172.30.9.30:8774/servers/689adc7b-2b08-4666-bcf5-fdd2d27f3463", "rel": "bookmark"}], "image": {"id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "links": [{"href": "http://172.30.9.30:8774/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-01T12:35:19.000000", "flavor": {"id": "301950e7-0784-440d-972d-7f27fa2a1daa", "links": [{"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "bookmark"}]}, "id": "689adc7b-2b08-4666-bcf5-fdd2d27f3463", "security_groups": [{"name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}], "user_id": "d1516b777bf246f78650cd73249364a2", "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-09-01T12:36:08Z", "hostId": "bc98f9b7ab39c133214624e4c9b998aae113ccdc76065d79b576863a", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "name": "cinder_test-vm_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "created": "2018-09-01T12:35:08Z", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-01 12:36:09,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3143f332-b786-450b-b5c7-abdd09a40daa 2018-09-01 12:36:09,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557600975037s 2018-09-01 12:36:09,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-3143f332-b786-450b-b5c7-abdd09a40daa 2018-09-01 12:36:09,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-01 12:36:11,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 12:36:11,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:11,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4792a715-abdd-4117-873a-43aa98dae945 x-compute-request-id: req-4792a715-abdd-4117-873a-43aa98dae945 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 12:36:11,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4792a715-abdd-4117-873a-43aa98dae945 2018-09-01 12:36:11,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0693020820618s 2018-09-01 12:36:11,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-4792a715-abdd-4117-873a-43aa98dae945 2018-09-01 12:36:11,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-01 12:36:11,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:11,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-f8b54852-1085-4b8d-b3b7-dc579f764b36 Date: Sat, 01 Sep 2018 12:36:11 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:18Z", "updated_at": "2018-09-01T12:34:19Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "0eb5e77f-fb5e-4fca-9b68-c1d9d44fa654", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "1c53015e-0d1c-4e9a-938f-18d9cdb1c195", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:19Z", "revision_number": 0, "id": "7c403428-3b81-4cc8-a5ab-3a07f5aec25d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:19Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:18Z", "revision_number": 0, "id": "a3521fb7-deff-4fca-a97b-23447295bda1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:18Z", "security_group_id": "432f389c-2551-485a-8629-8ebf8edcdd19", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}], "revision_number": 3, "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "432f389c-2551-485a-8629-8ebf8edcdd19", "name": "cinder_test-sg_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}, {"description": "Default security group", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:07Z", "updated_at": "2018-09-01T12:34:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "22dbac53-fb5e-4b89-ae6d-1e095e0746c3", "remote_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "be792d68-47a8-45b6-b5d2-dda439ea47e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "c2b031ef-e07b-43c6-85f9-bd6caf398b52", "remote_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv4", "project_id": "c972330251fc4508a85b263e869a2ee1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-01T12:34:07Z", "revision_number": 0, "id": "d59caeb4-985e-40fc-9003-3f1380a50049", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-01T12:34:07Z", "security_group_id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "port_range_min": null, "ethertype": "IPv6", "project_id": "c972330251fc4508a85b263e869a2ee1"}], "revision_number": 1, "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "f409b9d6-e14d-484a-8ef0-dc1b574fe79a", "name": "default"}]} 2018-09-01 12:36:11,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-f8b54852-1085-4b8d-b3b7-dc579f764b36 2018-09-01 12:36:11,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0454521179199s 2018-09-01 12:36:11,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/security-groups.json used request id req-f8b54852-1085-4b8d-b3b7-dc579f764b36 2018-09-01 12:36:11,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-01 12:36:11,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/security-groups/432f389c-2551-485a-8629-8ebf8edcdd19.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:11,420 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-081fb027-44f5-44eb-a177-34acd61b1e14 Content-Length: 0 Date: Sat, 01 Sep 2018 12:36:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:36:11,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/432f389c-2551-485a-8629-8ebf8edcdd19.json used request id req-081fb027-44f5-44eb-a177-34acd61b1e14 2018-09-01 12:36:11,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.196491003036s 2018-09-01 12:36:11,421 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/security-groups/432f389c-2551-485a-8629-8ebf8edcdd19.json used request id req-081fb027-44f5-44eb-a177-34acd61b1e14 2018-09-01 12:36:11,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-01 12:36:11,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/os-keypairs/cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:11,535 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:36:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b8c9719-c2dd-41eb-aa75-f72b55a42e4a x-compute-request-id: req-8b8c9719-c2dd-41eb-aa75-f72b55a42e4a Content-Length: 0 Content-Type: application/json 2018-09-01 12:36:11,535 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27 used request id req-8b8c9719-c2dd-41eb-aa75-f72b55a42e4a 2018-09-01 12:36:11,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.113797903061s 2018-09-01 12:36:11,535 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/os-keypairs/cinder_test-kp_9568b5bd-41c0-4b9c-adcf-d362859f2f27 used request id req-8b8c9719-c2dd-41eb-aa75-f72b55a42e4a 2018-09-01 12:36:11,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 12:36:11,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" -d '{"subnet_id": "4a483863-c4e2-4c0f-8800-078e58806045"}' 2018-09-01 12:36:13,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-af1b1147-5c93-499e-a472-7513773cfe2d Date: Sat, 01 Sep 2018 12:36:13 GMT RESP BODY: {"network_id": "30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd", "tenant_id": "c972330251fc4508a85b263e869a2ee1", "subnet_id": "4a483863-c4e2-4c0f-8800-078e58806045", "subnet_ids": ["4a483863-c4e2-4c0f-8800-078e58806045"], "port_id": "43c1822a-78dd-4fd1-8809-4382093235c6", "id": "ba8adda6-87eb-4673-b35c-892887a9edd0"} 2018-09-01 12:36:13,396 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0/remove_router_interface.json used request id req-af1b1147-5c93-499e-a472-7513773cfe2d 2018-09-01 12:36:13,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86049199104s 2018-09-01 12:36:13,397 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0/remove_router_interface.json used request id req-af1b1147-5c93-499e-a472-7513773cfe2d returning object ba8adda6-87eb-4673-b35c-892887a9edd0 2018-09-01 12:36:13,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 12:36:13,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:13,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-d065c956-ba09-4476-abff-e60dc09f6d18 Date: Sat, 01 Sep 2018 12:36:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c2541a6c-ee2f-4745-866e-f11cc584589f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b6c26688-6bc5-4c93-b9ef-227d61e48b03", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "c972330251fc4508a85b263e869a2ee1", "created_at": "2018-09-01T12:34:09Z", "admin_state_up": true, "updated_at": "2018-09-01T12:36:12Z", "revision_number": 4, "routes": [], "project_id": "c972330251fc4508a85b263e869a2ee1", "id": "ba8adda6-87eb-4673-b35c-892887a9edd0", "name": "cinder_test-router_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}]} 2018-09-01 12:36:13,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-d065c956-ba09-4476-abff-e60dc09f6d18 2018-09-01 12:36:13,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128947019577s 2018-09-01 12:36:13,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-d065c956-ba09-4476-abff-e60dc09f6d18 2018-09-01 12:36:13,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 12:36:13,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:15,029 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55f5cbc6-a0d4-471a-8614-7f4d3df7497f Content-Length: 0 Date: Sat, 01 Sep 2018 12:36:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:36:15,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0.json used request id req-55f5cbc6-a0d4-471a-8614-7f4d3df7497f 2018-09-01 12:36:15,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.50086402893s 2018-09-01 12:36:15,030 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/ba8adda6-87eb-4673-b35c-892887a9edd0.json used request id req-55f5cbc6-a0d4-471a-8614-7f4d3df7497f 2018-09-01 12:36:15,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 12:36:15,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:15,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ede2ea36-8465-4057-ae9c-bbaf6fcda5cb Date: Sat, 01 Sep 2018 12:36:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T12:34:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"c972330251fc4508a85b263e869a2ee1","id":"4a483863-c4e2-4c0f-8800-078e58806045","subnetpool_id":null,"name":"cinder_test-subnet_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}]} 2018-09-01 12:36:15,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ede2ea36-8465-4057-ae9c-bbaf6fcda5cb 2018-09-01 12:36:15,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0436358451843s 2018-09-01 12:36:15,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ede2ea36-8465-4057-ae9c-bbaf6fcda5cb 2018-09-01 12:36:15,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 12:36:15,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/4a483863-c4e2-4c0f-8800-078e58806045.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:17,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82189e0c-2d43-4a6d-9447-8dd9e9767aeb Date: Sat, 01 Sep 2018 12:36:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:36:17,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/4a483863-c4e2-4c0f-8800-078e58806045.json used request id req-82189e0c-2d43-4a6d-9447-8dd9e9767aeb 2018-09-01 12:36:17,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.31829714775s 2018-09-01 12:36:17,394 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/4a483863-c4e2-4c0f-8800-078e58806045.json used request id req-82189e0c-2d43-4a6d-9447-8dd9e9767aeb 2018-09-01 12:36:17,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 12:36:17,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:17,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-661565c7-f40b-46e0-826a-0ca49c78fd58 Date: Sat, 01 Sep 2018 12:36:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T12:36:17Z","tenant_id":"c972330251fc4508a85b263e869a2ee1","created_at":"2018-09-01T12:34:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c972330251fc4508a85b263e869a2ee1","id":"30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd","name":"cinder_test-net_9568b5bd-41c0-4b9c-adcf-d362859f2f27"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b6c26688-6bc5-4c93-b9ef-227d61e48b03"],"updated_at":"2018-09-01T12:24:33Z","tenant_id":"6280e4ef836043b69152454fba2c6ab6","created_at":"2018-09-01T12:24:26Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6280e4ef836043b69152454fba2c6ab6","id":"c2541a6c-ee2f-4745-866e-f11cc584589f","name":"external"}]} 2018-09-01 12:36:17,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-661565c7-f40b-46e0-826a-0ca49c78fd58 2018-09-01 12:36:17,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.602663993835s 2018-09-01 12:36:17,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-661565c7-f40b-46e0-826a-0ca49c78fd58 2018-09-01 12:36:18,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 12:36:18,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:19,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-09b80f52-93af-471b-a171-7dc67a027e48 Date: Sat, 01 Sep 2018 12:36:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 12:36:19,427 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd.json used request id req-09b80f52-93af-471b-a171-7dc67a027e48 2018-09-01 12:36:19,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.42732810974s 2018-09-01 12:36:19,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/30682e40-6f1b-4d3b-92a7-06e4e3f6f1bd.json used request id req-09b80f52-93af-471b-a171-7dc67a027e48 2018-09-01 12:36:19,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 12:36:19,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:19,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-345f1dc5-c697-47da-8e8e-6ffb093ee0c3 Date: Sat, 01 Sep 2018 12:36:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-01T12:34:16Z", "file": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/file", "owner": "c972330251fc4508a85b263e869a2ee1", "id": "1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "size": 12716032, "self": "/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://fe5ea04e-97cf-4fc2-9f27-9009582d6f34/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-01T12:34:13Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 12:36:19,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-345f1dc5-c697-47da-8e8e-6ffb093ee0c3 2018-09-01 12:36:19,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311019897461s 2018-09-01 12:36:19,743 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-345f1dc5-c697-47da-8e8e-6ffb093ee0c3 2018-09-01 12:36:19,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 12:36:19,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2ca3ff5abdec081774914b4ce3919b997f377eca" 2018-09-01 12:36:20,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c6c1ca8c-df34-4139-8c0a-0d2a3a14018f Date: Sat, 01 Sep 2018 12:36:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 12:36:20,820 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5 used request id req-c6c1ca8c-df34-4139-8c0a-0d2a3a14018f 2018-09-01 12:36:20,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.07457995415s 2018-09-01 12:36:20,820 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/1eec2dc9-c4bf-4244-a52c-aa7a583232a5 used request id req-c6c1ca8c-df34-4139-8c0a-0d2a3a14018f 2018-09-01 12:36:20,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-01 12:36:20,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:36:20,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36: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-ddfe7389-c89c-4d1a-9508-f6f8650e8abb x-compute-request-id: req-ddfe7389-c89c-4d1a-9508-f6f8650e8abb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": [{"href": "http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "rel": "self"}, {"href": "http://172.30.9.30:8774/flavors/301950e7-0784-440d-972d-7f27fa2a1daa", "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": "301950e7-0784-440d-972d-7f27fa2a1daa"}]} 2018-09-01 12:36:20,844 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ddfe7389-c89c-4d1a-9508-f6f8650e8abb 2018-09-01 12:36:20,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236740112305s 2018-09-01 12:36:20,845 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/flavors/detail?is_public=None used request id req-ddfe7389-c89c-4d1a-9508-f6f8650e8abb 2018-09-01 12:36:20,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-01 12:36:20,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:36:20,878 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 01 Sep 2018 12:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1ccc9ed3-49a7-49d3-8b8b-80c92f0a4015 x-compute-request-id: req-1ccc9ed3-49a7-49d3-8b8b-80c92f0a4015 Content-Length: 0 Content-Type: application/json 2018-09-01 12:36:20,878 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa used request id req-1ccc9ed3-49a7-49d3-8b8b-80c92f0a4015 2018-09-01 12:36:20,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0317029953003s 2018-09-01 12:36:20,879 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.30:8774/v2.1/flavors/301950e7-0784-440d-972d-7f27fa2a1daa used request id req-1ccc9ed3-49a7-49d3-8b8b-80c92f0a4015 2018-09-01 12:36:20,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:36:20,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:36:21,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46051003-e69a-456c-b968-ba1adf9865a6 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/06da12d6caa048c995f76b9bb24c121f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "06da12d6caa048c995f76b9bb24c121f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1e7736684d694e0eb26c775bcf4c7b4f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e7736684d694e0eb26c775bcf4c7b4f", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/2c6b21abc46c4c5abbff56c76ff5b1bb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2c6b21abc46c4c5abbff56c76ff5b1bb", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/2cee429d28f64be9ab17766dae2436e9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2cee429d28f64be9ab17766dae2436e9", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/2d5b93e598844401a1b547a46e143557"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2d5b93e598844401a1b547a46e143557", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/4bd33cdfb92647949143b2f81031c320"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4bd33cdfb92647949143b2f81031c320", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/5950a698f8b742428ccbba454c2afcd6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5950a698f8b742428ccbba454c2afcd6", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/69a1bd7e1a254ace948d5e48f552262a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "69a1bd7e1a254ace948d5e48f552262a", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/8138882df2164221aa354b7b0b4bdf28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8138882df2164221aa354b7b0b4bdf28", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/9ba1abc45cfc4a5a943fc15db8dcc7ef"}, "domain_id": "59570a9a89bf4471b19676bc072ecc43", "enabled": true, "options": {}, "id": "9ba1abc45cfc4a5a943fc15db8dcc7ef", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/ca90607cacd04502b3d3eec6684ecf79"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ca90607cacd04502b3d3eec6684ecf79", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": {"self": "http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d1516b777bf246f78650cd73249364a2", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/e278037e21144f8fb52ad068cc11826d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e278037e21144f8fb52ad068cc11826d", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/ef5dc3d7949645e08cf7d7f79fa22c9e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ef5dc3d7949645e08cf7d7f79fa22c9e", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/fce9631fc0dc48dbaac2267267c72310"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fce9631fc0dc48dbaac2267267c72310", "email": "placement@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-09-01 12:36:21,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-46051003-e69a-456c-b968-ba1adf9865a6 2018-09-01 12:36:21,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212015867233s 2018-09-01 12:36:21,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-46051003-e69a-456c-b968-ba1adf9865a6 2018-09-01 12:36:21,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 12:36:21,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:36:21,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c4283fc-fabf-449b-83fc-bf455201ec0e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_9568b5bd-41c0-4b9c-adcf-d362859f2f27", "links": {"self": "http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d1516b777bf246f78650cd73249364a2", "description": null}} 2018-09-01 12:36:21,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2 used request id req-2c4283fc-fabf-449b-83fc-bf455201ec0e 2018-09-01 12:36:21,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210160970688s 2018-09-01 12:36:21,308 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2 used request id req-2c4283fc-fabf-449b-83fc-bf455201ec0e 2018-09-01 12:36:21,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 12:36:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:36:21,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d43165a6-710a-4eff-8077-0288cce7a577 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:36:21,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2 used request id req-d43165a6-710a-4eff-8077-0288cce7a577 2018-09-01 12:36:21,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.344043970108s 2018-09-01 12:36:21,653 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/d1516b777bf246f78650cd73249364a2 used request id req-d43165a6-710a-4eff-8077-0288cce7a577 2018-09-01 12:36:21,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 12:36:21,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:36:21,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2e94d2-4e79-430a-82ea-6b5814f6ee5b Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/6280e4ef836043b69152454fba2c6ab6"}, "tags": [], "enabled": true, "id": "6280e4ef836043b69152454fba2c6ab6", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1"}, "tags": [], "enabled": true, "id": "c972330251fc4508a85b263e869a2ee1", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_9568b5bd-41c0-4b9c-adcf-d362859f2f27"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dfc461ef79e94bbc95d56eabe475cd04"}, "tags": [], "enabled": true, "id": "dfc461ef79e94bbc95d56eabe475cd04", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 12:36:21,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-6c2e94d2-4e79-430a-82ea-6b5814f6ee5b 2018-09-01 12:36:21,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188503026962s 2018-09-01 12:36:21,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-6c2e94d2-4e79-430a-82ea-6b5814f6ee5b 2018-09-01 12:36:21,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 12:36:21,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af5ac21b398696f1d86ebba0b31617439f84de4e" 2018-09-01 12:36:22,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 12:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b2d2fc8-8dc1-48e8-9fc3-61a2bc3d3c45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 12:36:22,097 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1 used request id req-3b2d2fc8-8dc1-48e8-9fc3-61a2bc3d3c45 2018-09-01 12:36:22,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.246075153351s 2018-09-01 12:36:22,097 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/c972330251fc4508a85b263e869a2ee1 used request id req-3b2d2fc8-8dc1-48e8-9fc3-61a2bc3d3c45 2018-09-01 12:36:22,150 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-09-01 12:36:22,273 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 12:36:22,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 12:36:22,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 12:36:22,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:36:22,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b6b49a6-cce9-4807-acae-ef1f46b02f5f 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.30:5000/v3/", "rel": "self"}]}} 2018-09-01 12:36:22,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-6b6b49a6-cce9-4807-acae-ef1f46b02f5f 2018-09-01 12:36:22,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-09-01 12:36:22,673 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ea17eab18c9e49f2aa6b51fa281968cc", "name": "member"}, {"id": "864a4747b0f04f5b8139f8acdb18a29f", "name": "admin"}, {"id": "96bea7a2acfc4756b82cd06bca2c9d72", "name": "reader"}], "expires_at": "2018-09-01T13:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfc461ef79e94bbc95d56eabe475cd04", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"url": "http://192.30.9.10:8004/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f23916aa79ac48aab30355bc9a0be0b1"}], "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"url": "http://192.30.9.10:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ddc2eb3fd567447491261a58602f323a"}, {"url": "http://172.30.9.30:8776/v1/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f933128511ad432c8603611d4a2af49e"}], "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecec35c00a1e43c89ce6d45c601c5899"}], "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92e98c963403462e87c0a38a36194669"}, {"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}], "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2786d6661302438db2479cd455d102d3"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}], "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"url": "http://192.30.9.10:8776/v2/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d0853eb2476c8380433fa257dbe6"}], "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "758f6fd1002240f8af96934a5adecfea"}], "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0130761161ac494eae43ff9be56c1b37"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "253a3604597d4914b69a6c3fa211d611"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "689f9874b457400db708739d64656d43"}], "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5673f26197c84143ae637f7b12c67775"}, {"url": "http://172.30.9.30:8080/v1/AUTH_dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "91afd1bc150644189a716ce34cdb49d7"}], "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"url": "http://192.30.9.10:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "40d124ce837441648d7170232a63ac72"}, {"url": "http://172.30.9.30:8776/v3/dfc461ef79e94bbc95d56eabe475cd04", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4f37296641046e8ae9d913f0febaeac"}], "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7d88124866f245d2885bc3d196916f0d"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0e397fd52bd44fbaf018504c67e2959"}], "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "666907f1a93e4d2195e30f55db406969"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea2be13e866145f9a58e6aa26e856dec"}], "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e2001b0035a642269f5ce608f295266e"}], "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "391397822beb463e8a51e0883af27ec9"}, {"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "55387bbf64374a40a3712840408e254c"}], "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "5950a698f8b742428ccbba454c2afcd6"}, "audit_ids": ["F0wuwIHrR6W1_ZNQq-z80g"], "issued_at": "2018-09-01T12:36:22.000000Z"}} 2018-09-01 12:36:22,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:36:22,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5706ee6e-f3b3-4e61-92f2-9a62f09d9e0a 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.30:5000/v3/", "rel": "self"}]}]}} 2018-09-01 12:36:22,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-5706ee6e-f3b3-4e61-92f2-9a62f09d9e0a 2018-09-01 12:36:22,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 12:36:22,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 12:36:22,693 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 12:36:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-277805f7-4af6-4eba-bb29-a270beb57642 Content-Length: 267 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.10:35357/v3/", "rel": "self"}]}]}} 2018-09-01 12:36:22,694 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.10:35357/ used request id req-277805f7-4af6-4eba-bb29-a270beb57642 2018-09-01 12:36:22,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85b8d6642e736319e61f75ce9afe2c8d14725665" 2018-09-01 12:36:22,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06756ec4-e4dc-4396-a130-215243910b1f Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.10:35357/v3/services/05499fdefdea4b8187f79278b91b4a4d"}, "enabled": true, "type": "orchestration", "id": "05499fdefdea4b8187f79278b91b4a4d", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.10:35357/v3/services/15788598c8c04d5b829b73a02dfc8408"}, "enabled": true, "type": "volume", "id": "15788598c8c04d5b829b73a02dfc8408", "name": "cinder"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.10:35357/v3/services/1f2c7fe47c4d43279e6307eaecf3d0c3"}, "enabled": true, "type": "alarming", "id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.10:35357/v3/services/46f28c7dc1394395bb4ff9904e44fcfe"}, "enabled": true, "type": "identity", "id": "46f28c7dc1394395bb4ff9904e44fcfe", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.10:35357/v3/services/51e5e7e76d934560b43287cd7e73a89e"}, "enabled": true, "type": "image", "id": "51e5e7e76d934560b43287cd7e73a89e", "name": "glance"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.10:35357/v3/services/81035a739e36486b93c3594f80b4a3ae"}, "enabled": true, "type": "volumev2", "id": "81035a739e36486b93c3594f80b4a3ae", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.10:35357/v3/services/8a59c2259a87406dab348d29821e1b91"}, "enabled": true, "type": "cloudformation", "id": "8a59c2259a87406dab348d29821e1b91", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.10:35357/v3/services/91b942510f8e47e3b4167e366f1ad170"}, "enabled": true, "type": "placement", "id": "91b942510f8e47e3b4167e366f1ad170", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.10:35357/v3/services/9a1100f3f55440db84ca5f24f850d218"}, "enabled": true, "type": "object-store", "id": "9a1100f3f55440db84ca5f24f850d218", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.10:35357/v3/services/b2ef68e85617441ab253dba7b387f9ec"}, "enabled": true, "type": "volumev3", "id": "b2ef68e85617441ab253dba7b387f9ec", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.10:35357/v3/services/c0214d0bcd2a4120995ae1f69c1dc1ae"}, "enabled": true, "type": "network", "id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.10:35357/v3/services/c0f66a2d1b4c4e689a31cda04eb3406f"}, "enabled": true, "type": "metering", "id": "c0f66a2d1b4c4e689a31cda04eb3406f", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.10:35357/v3/services/c30d522309e84808aa71f16ee9c12692"}, "enabled": true, "type": "metric", "id": "c30d522309e84808aa71f16ee9c12692", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.10:35357/v3/services/df4bdff55129472a83df7ac1269f3dbe"}, "enabled": true, "type": "compute", "id": "df4bdff55129472a83df7ac1269f3dbe", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.10:35357/v3/services/f06daa47956f4aa6b74f58683eb1de78"}, "enabled": true, "type": "event", "id": "f06daa47956f4aa6b74f58683eb1de78", "name": "panko"}], "links": {"self": "http://192.30.9.10:35357/v3/services", "previous": null, "next": null}} 2018-09-01 12:36:22,880 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-06756ec4-e4dc-4396-a130-215243910b1f 2018-09-01 12:36:22,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.19557094574s 2018-09-01 12:36:22,880 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-06756ec4-e4dc-4396-a130-215243910b1f 2018-09-01 12:36:22,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 12:36:22,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}85b8d6642e736319e61f75ce9afe2c8d14725665" 2018-09-01 12:36:23,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 12:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce5d9d6-6b9a-4dd4-aea2-86e53183c618 Content-Encoding: gzip Content-Length: 1971 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0130761161ac494eae43ff9be56c1b37"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "91b942510f8e47e3b4167e366f1ad170", "id": "0130761161ac494eae43ff9be56c1b37"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/05236b2d482c4b0185b250ff0c0ce26d"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8a59c2259a87406dab348d29821e1b91", "id": "05236b2d482c4b0185b250ff0c0ce26d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0a4402d71efe4cf195bca3b7347eb419"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05499fdefdea4b8187f79278b91b4a4d", "id": "0a4402d71efe4cf195bca3b7347eb419"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0b38a2ced3e3436c874c0f8f7be12f6f"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "81035a739e36486b93c3594f80b4a3ae", "id": "0b38a2ced3e3436c874c0f8f7be12f6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0d0069677d8e44e18cf158facbcf39d7"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "id": "0d0069677d8e44e18cf158facbcf39d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0f45d24912444a11a2f1991f1bc098b1"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b2ef68e85617441ab253dba7b387f9ec", "id": "0f45d24912444a11a2f1991f1bc098b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/18e0bc9a9f4c436ea329ee5a0cf56f19"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "id": "18e0bc9a9f4c436ea329ee5a0cf56f19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1bfdbf96884f455f9d6642a5e89369fb"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "id": "1bfdbf96884f455f9d6642a5e89369fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/253a3604597d4914b69a6c3fa211d611"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "91b942510f8e47e3b4167e366f1ad170", "id": "253a3604597d4914b69a6c3fa211d611"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2786d6661302438db2479cd455d102d3"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51e5e7e76d934560b43287cd7e73a89e", "id": "2786d6661302438db2479cd455d102d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2a39535d77e447b3b6276b8e6a21b488"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f06daa47956f4aa6b74f58683eb1de78", "id": "2a39535d77e447b3b6276b8e6a21b488"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/391397822beb463e8a51e0883af27ec9"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f06daa47956f4aa6b74f58683eb1de78", "id": "391397822beb463e8a51e0883af27ec9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3ea7a1a7308f4fe683c3ae7fc774e436"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8a59c2259a87406dab348d29821e1b91", "id": "3ea7a1a7308f4fe683c3ae7fc774e436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/40d124ce837441648d7170232a63ac72"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b2ef68e85617441ab253dba7b387f9ec", "id": "40d124ce837441648d7170232a63ac72"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/432fe128abc246758a14bcd6904a7cfe"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "df4bdff55129472a83df7ac1269f3dbe", "id": "432fe128abc246758a14bcd6904a7cfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/55387bbf64374a40a3712840408e254c"}, "url": "http://172.30.9.30:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f06daa47956f4aa6b74f58683eb1de78", "id": "55387bbf64374a40a3712840408e254c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5673f26197c84143ae637f7b12c67775"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9a1100f3f55440db84ca5f24f850d218", "id": "5673f26197c84143ae637f7b12c67775"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/635a620815064bb4928624ea0e0e0cb0"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05499fdefdea4b8187f79278b91b4a4d", "id": "635a620815064bb4928624ea0e0e0cb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6367a5a78c70469ba6d5761b0d897adf"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "46f28c7dc1394395bb4ff9904e44fcfe", "id": "6367a5a78c70469ba6d5761b0d897adf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/666907f1a93e4d2195e30f55db406969"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c30d522309e84808aa71f16ee9c12692", "id": "666907f1a93e4d2195e30f55db406969"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/689f9874b457400db708739d64656d43"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "91b942510f8e47e3b4167e366f1ad170", "id": "689f9874b457400db708739d64656d43"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6992b995f07c4287acc744f2a6968ed3"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51e5e7e76d934560b43287cd7e73a89e", "id": "6992b995f07c4287acc744f2a6968ed3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/70a652522ee24f6c991f3506c1d9a6dc"}, "url": "http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9a1100f3f55440db84ca5f24f850d218", "id": "70a652522ee24f6c991f3506c1d9a6dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/758f6fd1002240f8af96934a5adecfea"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8a59c2259a87406dab348d29821e1b91", "id": "758f6fd1002240f8af96934a5adecfea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7d88124866f245d2885bc3d196916f0d"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "id": "7d88124866f245d2885bc3d196916f0d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/91afd1bc150644189a716ce34cdb49d7"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9a1100f3f55440db84ca5f24f850d218", "id": "91afd1bc150644189a716ce34cdb49d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/92e98c963403462e87c0a38a36194669"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "46f28c7dc1394395bb4ff9904e44fcfe", "id": "92e98c963403462e87c0a38a36194669"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ae64ca9e892f494cb130cdb202fa2618"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15788598c8c04d5b829b73a02dfc8408", "id": "ae64ca9e892f494cb130cdb202fa2618"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b9bf4030465249e094c9dd935fbfb0cd"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c30d522309e84808aa71f16ee9c12692", "id": "b9bf4030465249e094c9dd935fbfb0cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c4f37296641046e8ae9d913f0febaeac"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b2ef68e85617441ab253dba7b387f9ec", "id": "c4f37296641046e8ae9d913f0febaeac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ca253fa5fb7d4fd4a6e7fe43ff5a088f"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51e5e7e76d934560b43287cd7e73a89e", "id": "ca253fa5fb7d4fd4a6e7fe43ff5a088f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/caf9414afd6840968d7c69dfece31f1e"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "df4bdff55129472a83df7ac1269f3dbe", "id": "caf9414afd6840968d7c69dfece31f1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/cc0b733d32ae4736a3f0c26db17d5bf2"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "46f28c7dc1394395bb4ff9904e44fcfe", "id": "cc0b733d32ae4736a3f0c26db17d5bf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ddc2eb3fd567447491261a58602f323a"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15788598c8c04d5b829b73a02dfc8408", "id": "ddc2eb3fd567447491261a58602f323a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e0e397fd52bd44fbaf018504c67e2959"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0214d0bcd2a4120995ae1f69c1dc1ae", "id": "e0e397fd52bd44fbaf018504c67e2959"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e190d9d0398c4e3c8628e8c4b8ae59bd"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "81035a739e36486b93c3594f80b4a3ae", "id": "e190d9d0398c4e3c8628e8c4b8ae59bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e2001b0035a642269f5ce608f295266e"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "df4bdff55129472a83df7ac1269f3dbe", "id": "e2001b0035a642269f5ce608f295266e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ea2be13e866145f9a58e6aa26e856dec"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c30d522309e84808aa71f16ee9c12692", "id": "ea2be13e866145f9a58e6aa26e856dec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ecec35c00a1e43c89ce6d45c601c5899"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f2c7fe47c4d43279e6307eaecf3d0c3", "id": "ecec35c00a1e43c89ce6d45c601c5899"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f23916aa79ac48aab30355bc9a0be0b1"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05499fdefdea4b8187f79278b91b4a4d", "id": "f23916aa79ac48aab30355bc9a0be0b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f705d0853eb2476c8380433fa257dbe6"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "81035a739e36486b93c3594f80b4a3ae", "id": "f705d0853eb2476c8380433fa257dbe6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f933128511ad432c8603611d4a2af49e"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15788598c8c04d5b829b73a02dfc8408", "id": "f933128511ad432c8603611d4a2af49e"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 12:36:23,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-1ce5d9d6-6b9a-4dd4-aea2-86e53183c618 2018-09-01 12:36:23,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.209966897964s 2018-09-01 12:36:23,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-1ce5d9d6-6b9a-4dd4-aea2-86e53183c618 2018-09-01 12:45:10,411 - 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 | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) ------------------------------------------------------------------------------ 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 | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ 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 | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ 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 | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ 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 | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ 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: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/59d9bd39-ad5a-41f9-8ec5-593a4c6b504a (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 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: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/775873eb-9e8a-4524-a74a-02da0a26c351 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 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: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.10', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/606f852f-a296-4c5f-b2ae-beffe42ddd67 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 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-09-01 12:45:10,439 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-09-01 12:45:10,574 - xtesting.core.robotframework - ERROR - Cannot parse results Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/robotframework.py", line 130, in run assert self.generate_report() == 0 AssertionError 2018-09-01 12:45:10,686 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 12:45:10,687 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:47 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-01 12:45:10,691 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-09-01 12:45:10,692 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:10 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:13 | PASS | | vmready2 | functest | healthcheck | 00:11 | PASS | | singlevm1 | functest | healthcheck | 00:49 | PASS | | singlevm2 | functest | healthcheck | 00:35 | PASS | | vping_ssh | functest | healthcheck | 01:03 | PASS | | vping_userdata | functest | healthcheck | 00:44 | PASS | | cinder_test | functest | healthcheck | 01:53 | PASS | | odl | functest | healthcheck | 08:47 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-01 12:45:10,703 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR